-
-
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
Can't togle options/configuration (power_outage_memory) Aqara Smart Plug ZNCZ12LM #15111
Comments
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 |
I haven’t found a solution yet.
|
I am also having this problem with the same plug.
|
I have the same issue I also tried with the MQTT Explorer Addon and got the same results. |
Same issue here. I have a zigbee network capture of the error, but it may not be insightful. I have an aqara hub coming today, and I'll work on capturing the vendor-specific interaction for the feature. |
I was able to grab a capture. It looks more like the payload of the ZNCZ11LM. I was able to set it by moving |
@thekev is the hero we need not the one we deserve. |
that would be amazing, thank you |
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 |
I have the same issue, and am willing to help test any changes or provide additional info. Just let me know. |
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 |
Bot, this issue still exists. |
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 |
Still present. |
this issue still exists. |
Is there a plan on getting this resolved ? |
I've added the fix from @thekev , so this should be fixed now Changes will be available in the dev branch in a few hours from now. (https://www.zigbee2mqtt.io/advanced/more/switch-to-dev-branch.html) |
Thanks @Koenkk for patching that. I haven't had the will or free time to do a PR. |
thank you @Koenkk from all of us users |
@Koenkk thank you for fixing this 🙏🏻 |
Credits go the @thekev , I just integrated the change 😄 I assume this issue can be closed now. |
What happened?
The Aqara has multiple configuration options (led_disabled_night,power_outage_memory,auto_off,overload_protection) and they are exposed properly in the "Expose" tab for the device. However when I try to configure them using the Zigbee2mqtt interface I get the following error: (for power_outage_memory).
Publish 'set' 'power_outage_memory' to 'Prise Chauffe Eau' failed: 'Error: Write 0x00158d0008833818/1 aqaraOpple({"513":{"value":1,"type":16}}, {"sendWhen":"immediate","timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":true,"direction":0,"srcEndpoint":null,"reservedBits":0,"manufacturerCode":4447,"transactionSequenceNumber":null,"writeUndiv":false}) failed (Status 'UNSUPPORTED_ATTRIBUTE')'
What did you expect to happen?
No response
How to reproduce it (minimal and precise)
Just click on the true/false switch on the expose tab for the device for any of the configurable options.
Zigbee2MQTT version
1.28.2
Adapter firmware version
20220219
Adapter
tube_zb_gw_cc2652p2_version_2
Debug log
2022-11-20 22:09:12Received MQTT message on 'zigbee2mqtt/Prise Chauffe Eau/set' with data '{"power_outage_memory":true}'
Debug 2022-11-20 22:09:12Publishing 'set' 'power_outage_memory' to 'Prise Chauffe Eau'
Error 2022-11-20 22:09:12Publish 'set' 'power_outage_memory' to 'Prise Chauffe Eau' failed: 'Error: Write 0x00158d0008833818/1 aqaraOpple({"513":{"value":1,"type":16}}, {"sendWhen":"immediate","timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":true,"direction":0,"srcEndpoint":null,"reservedBits":0,"manufacturerCode":4447,"transactionSequenceNumber":null,"writeUndiv":false}) failed (Status 'UNSUPPORTED_ATTRIBUTE')'
Debug 2022-11-20 22:09:12Error: Write 0x00158d0008833818/1 aqaraOpple({"513":{"value":1,"type":16}}, {"sendWhen":"immediate","timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":true,"direction":0,"srcEndpoint":null,"reservedBits":0,"manufacturerCode":4447,"transactionSequenceNumber":null,"writeUndiv":false}) failed (Status 'UNSUPPORTED_ATTRIBUTE') at Endpoint.checkStatus (/app/node_modules/zigbee-herdsman/src/controller/model/endpoint.ts:317:28) at Endpoint.write (/app/node_modules/zigbee-herdsman/src/controller/model/endpoint.ts:397:22) at runMicrotasks () at processTicksAndRejections (node:internal/process/task_queues:96:5) at Object.convertSet (/app/node_modules/zigbee-herdsman-converters/converters/toZigbee.js:2214:17) at Publish.onMQTTMessage (/app/lib/extension/publish.ts:246:36)
The text was updated successfully, but these errors were encountered: