mirror of
https://gitlab.com/volkersfreunde/dockercompose.git
synced 2025-03-12 15:01:48 +01:00
added new tasmota devies
This commit is contained in:
parent
80f15ceeaa
commit
e6e1c8b568
@ -283,6 +283,16 @@
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
-- B3303F-4159 004 Siemens 192.168.178.145
|
||||||
|
-- B33DD3-7635 005 Rathenau 192.168.178.146
|
||||||
|
-- B3430F-0783 005 Benz 192.168.178.147
|
||||||
|
-- B35268-4712 in Siemens 192.168.178.148
|
||||||
|
-- 8358A2-6306 in Rathenau 192.168.178.149
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
actors =
|
actors =
|
||||||
{
|
{
|
||||||
tasmota_8365AF =
|
tasmota_8365AF =
|
||||||
@ -303,6 +313,33 @@
|
|||||||
args = "--host mqtt --tasmota 8352F4"
|
args = "--host mqtt --tasmota 8352F4"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
tasmota_B3303F =
|
||||||
|
{
|
||||||
|
module = "Process",
|
||||||
|
params =
|
||||||
|
{
|
||||||
|
cmd = "/usr/local/lib/bffh/adapters/tasmota/main.py",
|
||||||
|
args = "--host mqtt --tasmota B3303F"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
tasmota_B3430F =
|
||||||
|
{
|
||||||
|
module = "Process",
|
||||||
|
params =
|
||||||
|
{
|
||||||
|
cmd = "/usr/local/lib/bffh/adapters/tasmota/main.py",
|
||||||
|
args = "--host mqtt --tasmota B3430F"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
tasmota_8358A2 =
|
||||||
|
{
|
||||||
|
module = "Process",
|
||||||
|
params =
|
||||||
|
{
|
||||||
|
cmd = "/usr/local/lib/bffh/adapters/tasmota/main.py",
|
||||||
|
args = "--host mqtt --tasmota 8358A2"
|
||||||
|
}
|
||||||
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
actor_connections = [
|
actor_connections = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user