New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
all lights are switched on when putting 1 on #29
Comments
|
I can not reproduce that behaviour. Can you give more insight? Is this still an issue with the current version? |
|
Hi, you can close this topic. After rebooting the bridge the issue went away. Don't know what caused this in the fist place. |
|
Running the latest version. |
|
I think the problem is related to the feedback. `
Address 0/1/23 is feedback of 2nd device that is reporting ON while no command is given. Could it be that the status is not filtered to the corresponding configured ID? |
|
In your code you are looking for "on" in data stream to report the status of light/group. |
|
In line #147 of src/14100_Hue Group (14100).py all IDs not corresponding to the designated item are skipped, so the on check is only performed on those IDs. But a valid ID is each ID correlating to a specific item. So e.g. item id, room id, group id ... I don't know when which id will be triggered by the bridge. Du you suggest a different behaviour? |
|
I saw that. |
|
i'm not able to get the simulator working, getting this error. Traceback (most recent call last): |
|
Check out the readme.md to get info regarding the development environment. as soon a syou have set this up, you can run the unsit test in the ./tests directory an work with them thesting in your local environment. |
|
Those tests i can run now. But i would like to test the module itself. File "", line 1, in |
|
added the missing file |
|
still not getting the simulation to work. File "", line 1, in this code block is still causing issues, don't know why. When i remove the simulation starts, no errors, but nothing happens... |
|
Todo:
|
|
2x call of switch on / off is triggered by an input on the logic module:
Receiving messages of hue bridge results in 14100_Hue/src/14100_Hue Group (14100).py Line 114 in 40fdb2e
The observed behavior seems to not be the result of the logic module but the surrounding logic. |
|
Seems like the light/switch does not turn on but the status output states that the light is on. |
|
Installed v3.10 and fist test seems to fixed the problem. Keep you updated |
When i put 1 light on, the other that is in the same group does the same after 1 sec. I'm not using the group id.
When i put the same light out, the other stays on.
Changing the color does not have the same issue. Only the put on is responding to that command.
The text was updated successfully, but these errors were encountered: