I am considering to cobble together a connected hygrometer and thermometer to log indoor fluctuations. Found online instructions and script for ESP32 arduino compatible board and appropriate sensor to do so.
I could run netcat on my MT1300 to intercept board calls, via WiFi, to a certain port and run a script to dump values. Anything else on the router’s system as standard alternative to netcat? Thanks for sharing.
Expected MQTT as way to collect and distribute sensor data. MQTT client is in the GL.inet packages. But you will need some MQTT broker as well.
I have MQTT brokers in Docker container on NAS and PC. But have it also native on Mikrotik routers. The open source "Home Assistant" running on Raspberry Pi and on Odroid N2+ are my permanent Mosquitto MQTT instances, with many integrations (like ESPHome, Node RED, ...)
All software is open source/freeware.