Want to Access Inputs and Outputs With MQTT
Posted: 21 Dec 2018, 14:01
What I want to achieve is:
The state of all configured inputs should be published to MQTT every 15 seconds.
Any state change of an input should be published immediatly.
Thre should be a topic that allows me to control the outputs.
I do not want to run additional logic.
Just forward the inputs to MQTT and MQTT to outputs.
How can I achieve this?
The state of all configured inputs should be published to MQTT every 15 seconds.
Any state change of an input should be published immediatly.
Thre should be a topic that allows me to control the outputs.
I do not want to run additional logic.
Just forward the inputs to MQTT and MQTT to outputs.
How can I achieve this?