Search found 3 matches
- Tuesday 27 December 2022 18:39
- Forum: Python
- Topic: Python Plugin: 433 RF Switches
- Replies: 18
- Views: 9543
Re: Python Plugin: 433 RF Switches
HI, I used Tasmota Sensors - I connected the RF receiver to GPIO0. To send data to Domoticz, I use Rules in Tasmot after MQTT. Rule1 ON RfReceived#Data=0xadress_RF_transmitter DO publish domoticz/in {"command": "switchlight", "idx": idx_Domoticz, "switchcmd": "Toggle" } ENDON rule1 1
- Friday 23 December 2022 21:10
- Forum: Switches and Scenes
- Topic: RF Button - Tasmota - Relay - Domoticz
- Replies: 0
- Views: 649
RF Button - Tasmota - Relay - Domoticz
I have a problem with switch - when I on-off switch-bulb in Domoticz the relay with Domoticz everything works, but when I use the RF Toggle switch the domoticz light bulb changes as it should, but the relay does not work. Commands - the script inside the switch is executed and I can toggle the ...
- Wednesday 30 November 2022 15:20
- Forum: Python
- Topic: Python Plugin: 433 RF Switches
- Replies: 18
- Views: 9543
Re: Python Plugin: 433 RF Switches
As if anyone needs a solution. I've been playing RF switch recently and just ran into a problem that Domoticz RFswitch doesn't work. Why? :evil: . It was only the blauwebuis post that enlightened me that Domoticz only copies remote controls and can send the code - It's not listening to the RF band ...