Hi Guys, this is my first post. I’m using Home assistant with arduino board with mysensors library. I’m using arduino nano with ethernet shield and nrf24l01 module like a gateway, and arduino mini pro with nrf24l01 module like a node. Communication between arduino node/gateway and homeassistant using mqtt protocol. Actually i have some sensors (temperature, humidity ecc) connected to arduino node. Home assistant work correctly and i can see temperature, umidity ecc values in frontend. This is what I would like:
Monitoring node and sensor connected to it and send notify if there’s a problem .At this time, if i shutting down arduino node, home assistant leave the last read values in frontend.
Monitoring gateway and send notify if gateway will be unreacheable. I tried with ubus device tracker (i’ve openwrt router), but i think that home assistant search only mac adresses in wireless router interface. For my android phone, ubus device tracker works correctly.
Do you have some idea how can i make it possible?