Discussions

Ask a Question

Various devics have capabilities and instances associated, but they do not work

I take care of a integration for a HA Platform and have worked on updating it to support the new API. I have tested with all of the devices i have and have found that several devices have reported capabilities/instances that are returned with the device data is looked up but don't work. Below are the details of my findings.

Functions not working on H6199 T1 TV Backlight Kit

I manage a integration for a HA Platform and have fulling upgraded it to support this new API. I have all of the commands working across most devices.

H6008 scene in the app does not reflect what was sent via API

I used the API to set my H6008's to scene 1178 (Christmas) the app shows they are in 1175 (Forest).
I can see they are running Christmas. So, it is odd that the app thinks otherwise.
In short, the API worked but the app is confused.

How to get the list of available music modes ?

How to get the list of available music modes ?

Events from MQTT

Has anyone been able to get events from the MQTT Interface. I have it connected, but have yet to recieve any data from it. I thought i had it wrong so in a Node-Red flow for testing i created a few different connections so i could see the result from each combination and none of them got a message when testing.

H6143 dynamic_scene not working even though it should

diy or scene change dosen't work with H6143 eventhough it should. Moreover as mentionned before in the doc it is said to use the api to change scenes using "devices.capabilities.scene_color_setting" but it dosen't work so i changed it with "devices.capabilities.dynamic_scene" then it worked but half of the scenes that are listed when i query them and try to apply them are not working (even though the response from the api is 200) wierd.

H6003 scene fetch retrun empty even if in app there is scenes

H6003 scene fetch retrun empty even if in app there is scenes

Device state does not respond accurate current dynamic-scene

Device state does not respond accurate current dynamic-scene

Support for H5106 Smart Air Quality Monitor

It would be nice if we could get this device supported. Temp and Humidity should already be supported PM and AQ would be nice to add as well.

API inconsistency for brightness value for H6143

On your api reference you mentiomentioned that the brightness range from 1 to 100 and it is working like that for all of my devices EXCEPT for my H6143 devices. For them it seems that they give brightness value between 0 anb 255 so not the same units (% for devices that works proproperly but byte for H6143). Please fix that