-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
AwoX - set off does not switch off the LED but sets the brightness to 1 #19007
Comments
You may need to try an external converter to include the line 'meta: {turnsOffAtBrightness1: true},', as used in this definition for an INNR bulb:
|
can somebody here, try that? I think thats the way |
What about you as the author of the issue? |
iam on holliday without my hardware... |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days |
Hey can somebody test this? I cant... |
Did some research on this, it appears Awox did not properly implement the "Move to Level with On/Off" command, as in it doesn't properly turn off when asked to go to level 0. Can I un-stale this issue ? |
Hey - I think this can resolve our problem: But i cant test actually. |
I'll happily test this, but i'm no external converter expert, the config will need to be modified to support the Awox light, and there should be more lines of code than this no? Please forgive my ignorance :) |
const fz = require('zigbee-herdsman-converters/converters/fromZigbee'); const definition = { module.exports = definition; This seems to work for me, description is a bit off so might change that. Can confirm that lights turn off with this added and the lights re-paired. Thanks!! |
I have a similar issue... Will there be a fix or do I need to workaround? What happened? This is would it looks like after tuning to 0 (no on/off toggle pressed) topic 'zigbee2mqtt/Eglo_Panel_1', payload '{"brightness":0,"color_mode":"color_temp","color_temp":256.68,"color_temp_startup":65535,"device":{"applicationVersion":2,"friendlyName":"Eglo_Panel_1","hardwareVersion":60,"ieeeAddr":"0xa4c13823a657eeb0","manufacturerID":4417,"manufacturerName":"AwoX","model":"33955","networkAddress":33719,"powerSource":"Mains (single phase)","softwareBuildID":"2.3.12_250","stackVersion":1,"type":"Router","zclVersion":3},"linkquality":94,"power_on_behavior":"previous","state":"OFF"}' So it does "think" it's off, but actually it isn't. After toggling ON/OFF it looks like this... topic 'zigbee2mqtt/Eglo_Panel_1', payload '{"brightness":254,"color_mode":"color_temp","color_temp":256.68,"color_temp_startup":65535,"device":{"applicationVersion":2,"friendlyName":"Eglo_Panel_1","hardwareVersion":60,"ieeeAddr":"0xa4c13823a657eeb0","manufacturerID":4417,"manufacturerName":"AwoX","model":"33955","networkAddress":33719,"powerSource":"Mains (single phase)","softwareBuildID":"2.3.12_250","stackVersion":1,"type":"Router","zclVersion":3},"linkquality":91,"power_on_behavior":"previous","state":"OFF"}' ... and is actually switched off What did you expect to happen? How to reproduce it (minimal and precise) Zigbee2MQTT version Adapter firmware version Adapter |
I got the same issue after upgrading from firmware version 2.2.10 to 2.7.3 (HW version 4.60). Before the upgrade, turning off the lamp was possible. I did the update due to the warning about degraded network performance, and I noticed that the device was reporting it's status every couple of seconds. I tried to add
But if you add the device to a group, and send |
What happened?
See comments here: #18366 (comment)
What did you expect to happen?
No response
How to reproduce it (minimal and precise)
No response
Zigbee2MQTT version
1.33.0 commit: f224ef7
Adapter firmware version
0x26580700
Adapter
ConBee2/RaspBee2
Debug log
No response
The text was updated successfully, but these errors were encountered: