basic control for old heating controls
I wanted some more control for my ancient heating system:
embed into my iobroker system
Wemos D1 configuration in Tasmota:
Some Tasmota configurations can be easily applied using the web console.
1) The GPIO polarity needs to be fixed:
- Backlog Switchmode1 2; Switchmode2 2; Switchmode3 2
2) You also need to decouple the “Switches” (which are the GPIO inputs) from the Relays (it seems like a sort of ‘tradition’ with tasmota, that per default “Switch1” always triggers “Relay1” etc.).
- Rule1 on Switch1#state do Publish tele/tasmota_6E171C/SENSOR {"Time":"%timestamp%", "Burner":"%value%"} endon on Switch2#state do Publish tele/tasmota_6E171C/SENSOR {"Time":"%timestamp%", "Pump1":"%value%"} endon on Switch3#state do Publish tele/tasmota_6E171C/SENSOR {"Time":"%timestamp%", "Pump2":"%value%"} endon
- Rule1 1
Of course, you may chose different topics for MQTT.
Btw, you don’t even need to use these topics with your iobroker or other software - defining the “Rule1” alone enables Tasmota to send the switch states with MQTT as well.
New PCB revision
It works! :-)