From e6e1c8b5684b2b8e8ca47b258e935c87660f033d Mon Sep 17 00:00:00 2001 From: Falko Richter Date: Sat, 27 Jul 2024 19:56:58 +0200 Subject: [PATCH] added new tasmota devies --- config/bffh/bffh.dhall | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/config/bffh/bffh.dhall b/config/bffh/bffh.dhall index 7141540..49af7bb 100644 --- a/config/bffh/bffh.dhall +++ b/config/bffh/bffh.dhall @@ -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 = [