Open Nekanu opened 4 years ago
Hi @Nekanu
Not sure if that will help you but I am working on adding Philips Hue control to the open-source smart home project that I am building.
It is named CyBear Jinni and it lets you control different smart devices from a single app. Feel free to join the discord server if you want to get updated when I am adding the Philips Hue support, or even join me and we will work on it together :D.
You can test my fork of the package, it probably will not fix your issue but it is worth trying.
Hi, I am currently trying to program a personal Philips Hue App and I love this library so far.
But I have two Problems: I am facing following error whenever I want to get any of these Items:
This Error has been thrown while calling bridge.rules() and I do get similar errors while calling one of the other functions:
Following is the code where I call the function:
Flutter doctor:
I did also test it with Flutter 1.12.13+hotfix.8-stable
This library works so far for lights, groups and config. [I didn't test resourcelinks yet] I have used version 0.1.2 of this library and this did work there, but the lights were acting weird when ever I updated the state [Flashing, color changes]. I have only recently started programming with flutter and I don't know how that could be fixed.
Furthermore: I don't know if your code or the serializers are doing the following: -> The letter "ß" is not displayed properly: I checked the API and it returns the letter properly.
Any help is appreciated. Nekanu