SL setup test

This commit is contained in:
SunboX 2024-01-05 08:46:00 +01:00
parent ed9517c150
commit 68ea172198
4 changed files with 18 additions and 3 deletions

1
adapters/tasmota Submodule

@ -0,0 +1 @@
Subproject commit 396922846c1fa898503780754b4afc95bdacc71d

BIN
config/bffh/.users.toml.swp Normal file

Binary file not shown.

View File

@ -283,11 +283,25 @@
},
},
actors = {=},
actors = {
tasmota_F09A4C = {
module = "Process",
params = {
cmd = "/usr/local/lib/bffh/adapters/tasmota/main.py",
args = "--host mqtt --tasmota F09A4C"
},
},
},
actor_connections = [] : List { machine : Text, actor : Text },
actor_connections = [
{
machine = "MachineA1",
actor = "tasmota_F09A4C"
},
] : List { machine : Text, actor : Text },
initiators = {=},
init_connections = [] : List { machine : Text, initiator : Text },
}

View File

@ -9,7 +9,7 @@ services:
# - "./config/dnsrobocert:/etc/dnsrobocert"
bffh:
image: registry.gitlab.com/fabinfra/fabaccess/bffh:development
image: registry.gitlab.com/fabinfra/fabaccess/bffh:v0.4.3-pre2
pull_policy: always
restart: always
ports: