mirror of
https://gitlab.com/volkersfreunde/dockercompose.git
synced 2025-03-12 06:51:46 +01:00
tasmota
This commit is contained in:
parent
f4e3ca188c
commit
3e4f4266ef
@ -10,3 +10,11 @@ open questions:
|
|||||||
* how do I validate the server is working?
|
* how do I validate the server is working?
|
||||||
* sample requests?
|
* sample requests?
|
||||||
* what to expect on port `59661`?
|
* what to expect on port `59661`?
|
||||||
|
|
||||||
|
|
||||||
|
# setup tasmota
|
||||||
|
```
|
||||||
|
cd adapters
|
||||||
|
git clone https://gitlab.com/fabinfra/fabaccess/actors/tasmota.git
|
||||||
|
chmod +x tasmota/main.py
|
||||||
|
```
|
@ -285,18 +285,28 @@
|
|||||||
|
|
||||||
actors =
|
actors =
|
||||||
{
|
{
|
||||||
tasmota_1 =
|
tasmota_8365AF =
|
||||||
{
|
{
|
||||||
module = "Shelly",
|
module = "Process",
|
||||||
params =
|
params =
|
||||||
{
|
{
|
||||||
topic = "tasmota_8365AF"
|
cmd = "/usr/local/lib/bffh/adapters/tasmota/main.py",
|
||||||
|
args = "--host mqtt --tasmota 8365AF"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
tasmota_8352F4 =
|
||||||
|
{
|
||||||
|
module = "Process",
|
||||||
|
params =
|
||||||
|
{
|
||||||
|
cmd = "/usr/local/lib/bffh/adapters/tasmota/main.py",
|
||||||
|
args = "--host mqtt --tasmota 8352F4"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
},
|
||||||
|
|
||||||
actor_connections = [
|
actor_connections = [
|
||||||
{ machine = "MachineA1", actor = "tasmota_1" },
|
{ machine = "MachineA1", actor = "tasmota_8365AF" },
|
||||||
] : List { machine : Text, actor : Text },
|
] : List { machine : Text, actor : Text },
|
||||||
|
|
||||||
initiators = {=},
|
initiators = {=},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user