moroen / IKEA-Tradfri-plugin

A Python plugin for Domoticz to controll IKEA Gateway
68 stars 23 forks source link

Gunnarp light only dimmer working, no color temp added #96

Closed rulabmarton closed 3 years ago

rulabmarton commented 4 years ago

It is possible to add full support for this type of light ?

https://www.ikea.com/hu/hu/catalog/products/40360076/

moroen commented 4 years ago

I should think so. Since I don't have one of these lights, I need the full device info from the gateway to determine why it's not recognized as a WS device as it is and hopefully figure out a way to fix this.

If you would please pull the latest version from the repo (version 0.7.3), and run the new raw command and provide the output, I'll take look!

$ python3 tradfricoap.py raw ID

where ID is the device number. You'll find it using the list command or as the ID found in the device table in domoticz.

rulabmarton commented 4 years ago

'{'9002': 1575623539, '9001': 'Nagyfürdő', '9054': 0, '9020': 189795, '5750': 2, '9003': 65543, '9019': 1, '3': {'6': 1, '3': '2.1.022', '0': 'IKEA of Sweden', ' 1': 'GUNNARP panel round', '2': ''}, '3311': [{'5850': 1, '9003': 0, '5851': 149 , '5717': 0, '5711': 370, '5709': 30015, '5710': 26870, '5706': 'f1e0b5'}]}'

moroen commented 4 years ago

Thanks, a fix is on it's way, I'll publish it as soon as possible!

moroen commented 4 years ago

The lastest version (0.8.1) should fix this. Since I don't have a GUNNARP panel, I've not been able to test it properly. Please try the latest version and please comment here whether it works or not!

rulabmarton commented 4 years ago

It works, but it duplicates devices with different ID.

moroen commented 4 years ago

Which devices gets duplicated? Is it only the GUNNARP devices? Do you get more than one control for on/off/level or just more than one control for setting the color temp?

moroen commented 3 years ago

No activity, closing. Feel free to reopen if needed.