wire-pod icon indicating copy to clipboard operation
wire-pod copied to clipboard

Feature request: MQTT support

Open Hamlet3000 opened this issue 10 months ago • 0 comments

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:

Screenshot 2024-04-18 202132

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: Screenshot 2024-04-21 121520

Hamlet3000 avatar Apr 18 '24 18:04 Hamlet3000