As suggested by some members of this forum, I implemented a basic support of MQTT protocol on my system. The protocol i widely used and there are a lot of open source resources.
The MQTT can be used for network connected devices (IOT).
The current implementation can perform following operations:
Get reading from sensors
Command actuators ( Start and Stop type)
To make things easier the encryption is not implemented, so it should be used only in local network.
The testing was made with the boards which embeds the ESP8266 chipset and the Tasmota open source SW.
I wrote a configuration guide on my website, link here
I also made a video, hopefully to clarify the step by step process, here the link
Cheers,
Angelo
Hi,
can I also establish a connection with IoBroker or Openhub.
how exactly must that be set.