Skip to content
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

Centralite plug does not support power_on_behavior #17006

Closed
ptr727 opened this issue Mar 11, 2023 · 1 comment
Closed

Centralite plug does not support power_on_behavior #17006

ptr727 opened this issue Mar 11, 2023 · 1 comment
Labels
problem Something isn't working

Comments

@ptr727
Copy link

ptr727 commented Mar 11, 2023

What happened?

I purchased a Centralite plug because the docs said it supports power_on_behavior.
Turns out it also does not support power_on_behavior

2023-03-11 11:34:21MQTT publish: topic 'zigbee2mqtt/Centralite-Plug-CC9CEB', payload '{"device":{"dateCode":"","friendlyName":"Centralite-Plug-CC9CEB","hardwareVersion":0,"ieeeAddr":"0x5c0272fffecc9ceb","manufacturerID":4174,"manufacturerName":"Centralite Systems","model":"4200-C","networkAddress":45017,"powerSource":"Unknown","stackVersion":0,"type":"Router","zclVersion":2},"last_seen":"2023-03-11T19:34:13.878Z","linkquality":123,"power_on_behavior":null,"state":"OFF"}'
Error 2023-03-11 11:34:21Publish 'set' 'power_on_behavior' to 'Centralite-Plug-CC9CEB' failed: 'Error: Write 0x5c0272fffecc9ceb/1 genOnOff({"startUpOnOff":255}, {"sendWhen":"immediate","timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":true,"direction":0,"srcEndpoint":null,"reservedBits":0,"manufacturerCode":null,"transactionSequenceNumber":null,"writeUndiv":false}) failed (Status 'UNSUPPORTED_ATTRIBUTE')'
Debug 2023-03-11 11:34:21Error: Write 0x5c0272fffecc9ceb/1 genOnOff({"startUpOnOff":255}, {"sendWhen":"immediate","timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":true,"direction":0,"srcEndpoint":null,"reservedBits":0,"manufacturerCode":null,"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 processTicksAndRejections (node:internal/process/task_queues:95:5) at Object.convertSet (/app/node_modules/zigbee-herdsman-converters/converters/toZigbee.js:117:13) at Publish.onMQTTMessage (/app/lib/extension/publish.ts:247:36)
Info 2023-03-11 11:34:21MQTT publish: topic 'zigbee2mqtt/bridge/log', payload '{"message":"Publish 'set' 'power_on_behavior' to 'Centralite-Plug-CC9CEB' failed: 'Error: Write 0x5c0272fffecc9ceb/1 genOnOff({\"startUpOnOff\":255}, {\"sendWhen\":\"immediate\",\"timeout\":10000,\"disableResponse\":false,\"disableRecovery\":false,\"disableDefaultResponse\":true,\"direction\":0,\"srcEndpoint\":null,\"reservedBits\":0,\"manufacturerCode\":null,\"transactionSequenceNumber\":null,\"writeUndiv\":false}) failed (Status 'UNSUPPORTED_ATTRIBUTE')'","meta":{"friendly_name":"Centralite-Plug-CC9CEB"},"type":"zigbee_publish_error"}'
{
    "device": {
        "dateCode": "",
        "friendlyName": "Centralite-Plug-CC9CEB",
        "hardwareVersion": 0,
        "ieeeAddr": "0x5c0272fffecc9ceb",
        "manufacturerID": 4174,
        "manufacturerName": "Centralite Systems",
        "model": "4200-C",
        "networkAddress": 45017,
        "powerSource": "Unknown",
        "stackVersion": 0,
        "type": "Router",
        "zclVersion": 2
    },
    "last_seen": "2023-03-11T19:42:32.334Z",
    "linkquality": 131,
    "power_on_behavior": null,
    "state": "OFF"
}

What did you expect to happen?

Documentation was accurate and plug did support power_on_behavior

How to reproduce it (minimal and precise)

Try to configure power on behavior, get error.

Zigbee2MQTT version

1.30.2 commit: cdf62ea

Adapter firmware version

20221226

Adapter

tubes ethernet

Debug log

z2mlog.log

@ptr727 ptr727 added the problem Something isn't working label Mar 11, 2023
Koenkk added a commit to Koenkk/zigbee-herdsman-converters that referenced this issue Mar 12, 2023
@Koenkk
Copy link
Owner

Koenkk commented Mar 12, 2023

Disabled it!

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)

@Koenkk Koenkk closed this as completed Mar 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
problem Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants