added new tasmota devies

This commit is contained in:
Falko Richter 2024-07-27 19:56:58 +02:00
parent 80f15ceeaa
commit e6e1c8b568

View File

@ -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 =
{
tasmota_8365AF =
@ -303,6 +313,33 @@
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 = [