kanapa: naprawienie MQTT
Problem był w konfiguracji na sonoffie, słuchał na "sonoff09/#" zamiast "/sonoff09/#"
This commit is contained in:
@@ -4,6 +4,7 @@ rule "Synchronizuj prawe kanapowe z lewymi"
|
||||
when
|
||||
Item sSONOFF09a received update
|
||||
then
|
||||
sSONOFF09b.send_update(sSONOFF09a.state)
|
||||
/* sSONOFF09b.sendCommand(receivedCommand) */
|
||||
sSONOFF09b.sendCommand(sSONOFF09a.state)
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user