hue2mqtt-python icon indicating copy to clipboard operation
hue2mqtt-python copied to clipboard

Phillips Hue to MQTT Bridge - Python

Results 8 hue2mqtt-python issues
Sort by recently updated
recently updated
newest added

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...

bug

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...

bug

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...

help wanted

The async MQTT implementation for Paho is now stable, so we can migrate away from gmqtt, which is not particularly maintained.

enhancement

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...

enhancement

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...