You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I update my zigbee2MQTT from 1.x to 2.1.1
And also upgraded my SONOS driver to 7.4.4
and set device to ember
before I had all the actions the buttons supports Action (enum)
Triggered action (e.g. a button click). Value can be found in the published state on the action property. It's not possible to read (/get) or write (/set) this value. The possible values are: on, off, brightness_stop, brightness_step_up, brightness_step_down, single, double.
In my Node Red i had an action to switch on Button.action=single a lamp on and off.
now somehow i dont even have the action any more on my Homeassitant.
HA only shows Button01_battery and button01_linkquality
but sensor.button01.action is missing in HA
should not Button01/Expose in zigbee2mqtt also show all the action enum values correctly ? not just on/off
why am i missing the action in HA
What happened?
I update my zigbee2MQTT from 1.x to 2.1.1
And also upgraded my SONOS driver to 7.4.4
and set device to ember
before I had all the actions the buttons supports
Action (enum)
Triggered action (e.g. a button click). Value can be found in the published state on the action property. It's not possible to read (/get) or write (/set) this value. The possible values are: on, off, brightness_stop, brightness_step_up, brightness_step_down, single, double.
Battery (numeric)
but after the updates it only seems to be 1 Click On 2 Click off
z2m:mqtt: MQTT publish: topic 'zigbee2mqtt/Button01', payload '{"action":"on","battery":80,"device":{"applicationVersion":71,"dateCode":"","friendlyName":"Button01","hardwareVersion":1,"ieeeAddr":"0x2cxxxxxxb66f","manufacturerID":4098,"manufacturerName":"_TZ3000_rco1yzb1","model":"HG08164","networkAddress":49469,"powerSource":"Battery","stackVersion":0,"type":"EndDevice","zclVersion":3},"linkquality":108,"voltage":2900}'
What did you expect to happen?
In my Node Red i had an action to switch on Button.action=single a lamp on and off.
now somehow i dont even have the action any more on my Homeassitant.
HA only shows Button01_battery and button01_linkquality
but sensor.button01.action is missing in HA
should not Button01/Expose in zigbee2mqtt also show all the action enum values correctly ? not just on/off
why am i missing the action in HA
I see this in log on doubletap
[2025-02-22 11:19:08] info: z2m:mqtt: MQTT publish: topic 'zigbee2mqtt/Button01', payload '{"action":"off","battery":80,"device":{"applicationVersion":71,"dateCode":"","friendlyName":"Button01","hardwareVersion":1,"ieeeAddr":"0x2c1165fffe68b66f","manufacturerID":4098,"manufacturerName":"_TZ3000_rco1yzb1","model":"HG08164","networkAddress":49469,"powerSource":"Battery","stackVersion":0,"type":"EndDevice","zclVersion":3},"linkquality":132,"voltage":2900}'
[2025-02-22 11:19:08] info: z2m:mqtt: MQTT publish: topic 'zigbee2mqtt/Button01/action', payload 'off'
Topics in HA
Received 10:58:12 AM
QoS: 0
Payload: action: 'on'
battery: 80
device:
applicationVersion: 71
dateCode: ''
friendlyName: Button01
hardwareVersion: 1
ieeeAddr: '0x2c11xxxxxb66f'
manufacturerID: 4098
manufacturerName: _TZ3000_rco1yzb1
model: HG08164
networkAddress: 49469
powerSource: Battery
stackVersion: 0
type: EndDevice
zclVersion: 3
linkquality: 156
voltage: 2900
How to reproduce it (minimal and precise)
No response
Zigbee2MQTT version
2.1.
Adapter firmware version
7.4.4 [GA]
Adapter
SOPNOFF Zigbee with ember
Setup
HA, Zigbee running in container station / QNAP
Debug log
[2025-02-22 11:31:09] debug: zh:ember:uart:ash: <--- [FRAME type=DATA]
[2025-02-22 11:31:09] debug: zh:ember:uart:ash: <--- [FRAME type=DATA ackNum=7](ackRx=7 frmTx=7)
[2025-02-22 11:31:09] debug: zh:ember:uart:ash: <--- FRAME type=DATA ackNum=7 frmNum=3 Added to rxQueue
[2025-02-22 11:31:09] debug: zh:ember:uart:ash: ---> FRAME type=ACK frmRx=4
[2025-02-22 11:31:09] debug: zh:ember:ezsp: <=== [CBFRAME: ID=69:"INCOMING_MESSAGE_HANDLER" Seq=38 Len=27]
[2025-02-22 11:31:09] debug: zh:ember:ezsp: ezspIncomingMessageHandler(): callback called with: [type=MULTICAST], [apsFrame={"profileId":260,"clusterId":6,"sourceEndpoint":1,"destinationEndpoint":255,"options":256,"groupId":0,"sequence":72}], [packetInfo:{"senderShortId":49469,"senderLongId":"0xFFFFFFFFFFFFFFFF","bindingIndex":255,"addressIndex":255,"lastHopLqi":136,"lastHopRssi":-66,"lastHopTimestamp":0}], [messageContents=017001]
[2025-02-22 11:31:09] debug: zh:controller: Received payload: clusterID=6, address=49469, groupID=0, endpoint=1, destinationEndpoint=255, wasBroadcast=false, linkQuality=136, frame={"header":{"frameControl":{"frameType":1,"manufacturerSpecific":false,"direction":0,"disableDefaultResponse":false,"reservedBits":0},"transactionSequenceNumber":112,"commandIdentifier":1},"payload":{},"command":{"ID":1,"parameters":[],"name":"on"}}
[2025-02-22 11:31:09] debug: zh:controller:endpoint: ZCL command 0x2cxxxxxxxxxb66f/1 genOnOff.defaultRsp({"cmdId":1,"statusCode":0}, {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":true,"direction":1,"reservedBits":0,"transactionSequenceNumber":112,"writeUndiv":false})
[2025-02-22 11:31:09] debug: zh:ember: ~~~> [ZCL to=0x2cxxxxxxxxxb66f:49469 apsFrame={"profileId":260,"clusterId":6,"sourceEndpoint":1,"destinationEndpoint":1,"options":4352,"groupId":0,"sequence":0} header={"frameControl":{"reservedBits":0,"frameType":0,"direction":1,"disableDefaultResponse":true,"manufacturerSpecific":false},"transactionSequenceNumber":112,"commandIdentifier":11}]
[2025-02-22 11:31:09] debug: zh:ember:ezsp: ===> [FRAME: ID=52:"SEND_UNICAST" Seq=39 Len=26]
[2025-02-22 11:31:09] debug: zh:ember:uart:ash: ---> FRAME type=DATA frmTx=7 frmRx=4
[2025-02-22 11:31:09] debug: z2m: Received Zigbee message from 'Button01', type 'commandOn', cluster 'genOnOff', data '{}' from endpoint 1 with groupID 0
[2025-02-22 11:31:09] info: z2m:mqtt: MQTT publish: topic 'zigbee2mqtt/Button01', payload '{"action":"on","battery":80,"device":{"applicationVersion":71,"dateCode":"","friendlyName":"Button01","hardwareVersion":1,"ieeeAddr":"0x2cxxxxxxxxxb66f","manufacturerID":4098,"manufacturerName":"_TZ3000_rco1yzb1","model":"HG08164","networkAddress":49469,"powerSource":"Battery","stackVersion":0,"type":"EndDevice","zclVersion":3},"linkquality":136,"voltage":2900}'
[2025-02-22 11:31:09] info: z2m:mqtt: MQTT publish: topic 'zigbee2mqtt/Button01/action', payload 'on'
The text was updated successfully, but these errors were encountered: