wire-pod
wire-pod copied to clipboard
Feature request: MQTT support
Hello,
I have integrated Vector into my Smarthome with MQTT to see if it is on its docking station and what its battery level is. This allows me, for example, to switch on a light for him when he leaves his station at night.
It would be great if wire-pod could provide this function out of the box. For example, you could set the MQTT broker in the settings:
The service could then send a .json string to the broker every 30 seconds, for example: {"robots":[{"name":"Vector-F2U7","voltage":4.369040012359619,"docked":true,"time":"2024-04-18T20:28:24.797+0200"}]}
I already have all the individual components for this, but I need help implementing them in wire-pod.
This is, how it looks in homeassistant: