hue2mqtt-python
hue2mqtt-python copied to clipboard
Phillips Hue to MQTT Bridge - Python
I have a group that consists of three lights (with ID 33, 43 and 44). The group is shown in mqtt under hue2mqtt/group/12. The content is: `{"id": 12, "name": "EG...
I am using version 0.4.0 with config setting `topic_prefix = "livingroom"`, have a Hue Bridge configured and working, and two color light strips configured in the bridge. I can change...
The Hue Bridge reports the following status for Motion Sensor: ``` {'state': {'presence': None, 'lastupdated': 'none'}, 'swupdate': {'state': 'noupdates', 'lastinstall': '2020-02-23T10:39:57'}, 'config': {'on': False, 'battery': 50, 'reachable': True, 'alert': 'none',...
We are still stuck on an ancient version of aiohue and are dependent on the data structs. This migration is complex and will probably require working out the current format...
The async MQTT implementation for Paho is now stable, so we can migrate away from gmqtt, which is not particularly maintained.
There are a lot of breaking changes
Hi. Great tool! I would love to see support for `pydantic>=2.0`, but `hue2mqtt` currently depends on v1. This is not a big deal, but it does not integrate well with...
Hello, I tries to use this python module but I'm stuck with discover argument which respond with : Error: expected to find exactly 1 bridge, found 2 This module doesn't...