-
-
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
hs1rc-m not able to detect action/buttons #1870
Comments
After pairing the device, make sure you see a |
i dont see that message, only "successfully reenabled joining" after the discovery
|
i have the same problem with device rc-em version, model hs1rc-e. |
I am having a similar issue with the HS1RC-M. I am running the Zigbee2Mqtt Addon (v1.5.1.2) on HomeAssistant Hass.io. When a try to pair the device by clicking the reset button for 5 seconds, I get the below logs: zigbee2mqtt:info 8/30/2019, 11:07:50 AM Successfully reenabled joining In Home Assistance I can see the battery value and link quality value but nothing happens when I click on the buttons of the remote. Has someone been able to successfully pair this device? |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Same problem here HS1RC-M paired successfully but nothing happens on pressing buttons. |
Can't get to work Heiman HS1RC-M smart remote controller. THe device is able to pair and auto discovery produces 3 sensors (action, link quality and battery). I tried this with two remotes and same situation. I don't see any mqtt messages nor logs of the action.
Here's the log of the join, I tried clicking/long press/2clicking the device afterwards:
8/17/2019, 11:21:26 AM - info: Zigbee: allowing new devices to join.
8/17/2019, 11:21:26 AM - info: MQTT publish: topic 'zigbee2mqtt/bridge/config', payload '{"version":"1.5.1","commit":"unknown","coordinator":20190608,"log_level":"debug","permit_join":true}'
8/17/2019, 11:21:37 AM - debug: Received zigbee message of type 'devLeaving' with data '"0x005043c9e721332f"' of endpoint undefined
8/17/2019, 11:21:37 AM - warn: Message without device!
8/17/2019, 11:21:53 AM - debug: Received zigbee message of type 'devInterview' with data '"0x005043c9e721332f"'
8/17/2019, 11:21:53 AM - info: Connecting with device...
8/17/2019, 11:21:53 AM - info: MQTT publish: topic 'zigbee2mqtt/bridge/log', payload '{"type":"pairing","message":"connecting with device"}'
8/17/2019, 11:21:53 AM - debug: Received zigbee message of type 'devInterview' with data '"0x005043c9e721332f"'
8/17/2019, 11:21:53 AM - info: Connecting with device...
8/17/2019, 11:21:53 AM - info: MQTT publish: topic 'zigbee2mqtt/bridge/log', payload '{"type":"pairing","message":"connecting with device"}'
8/17/2019, 11:21:54 AM - debug: Received zigbee message of type 'devInterview' with data '"0x005043c9e721332f"'
8/17/2019, 11:21:54 AM - info: Connecting with device...
8/17/2019, 11:21:54 AM - info: MQTT publish: topic 'zigbee2mqtt/bridge/log', payload '{"type":"pairing","message":"connecting with device"}'
8/17/2019, 11:21:55 AM - debug: Received zigbee message of type 'devInterview' with data '"0x005043c9e721332f"'
8/17/2019, 11:21:55 AM - info: Connecting with device...
8/17/2019, 11:21:55 AM - info: MQTT publish: topic 'zigbee2mqtt/bridge/log', payload '{"type":"pairing","message":"connecting with device"}'
8/17/2019, 11:21:55 AM - debug: Received zigbee message of type 'devInterview' with data '"0x005043c9e721332f"'
8/17/2019, 11:21:55 AM - info: Connecting with device...
8/17/2019, 11:21:55 AM - info: MQTT publish: topic 'zigbee2mqtt/bridge/log', payload '{"type":"pairing","message":"connecting with device"}'
8/17/2019, 11:21:56 AM - debug: Received zigbee message of type 'devInterview' with data '"0x005043c9e721332f"'
8/17/2019, 11:21:56 AM - info: Connecting with device...
8/17/2019, 11:21:56 AM - info: MQTT publish: topic 'zigbee2mqtt/bridge/log', payload '{"type":"pairing","message":"connecting with device"}'
8/17/2019, 11:21:56 AM - debug: Accept device incoming with ieeeAddr '0x005043c9e721332f' permit join is 'true'
8/17/2019, 11:21:56 AM - debug: Allowing device '0x005043c9e721332f' to join
8/17/2019, 11:21:56 AM - debug: Received zigbee message of type 'devIncoming' with data '"0x005043c9e721332f"' of device 'undefined' (0x005043c9e721332f) of endpoint 1
8/17/2019, 11:21:56 AM - info: Device incoming...
8/17/2019, 11:21:56 AM - info: MQTT publish: topic 'zigbee2mqtt/bridge/log', payload '{"type":"pairing","message":"device incoming"}'
8/17/2019, 11:21:56 AM - info: New device 'undefined' with address 0x005043c9e721332f connected!
8/17/2019, 11:21:56 AM - debug: Saving state to file /share/zigbee2mqtt/state.json
8/17/2019, 11:21:56 AM - info: MQTT publish: topic 'zigbee2mqtt/bridge/log', payload '{"type":"device_connected","message":"0x005043c9e721332f","meta":{}}'
8/17/2019, 11:21:56 AM - warn: Device with modelID 'undefined' is not supported.
8/17/2019, 11:21:56 AM - warn: Please see: https://www.zigbee2mqtt.io/how_tos/how_to_support_new_devices.html
8/17/2019, 11:21:56 AM - error: Zigbee cannot determine endpoint for '0x005043c9e721332f'
8/17/2019, 11:21:56 AM - error: TypeError: Cannot set property 'onZclFoundation' of null
at device.epList.forEach (/zigbee2mqtt-1.5.1/lib/extension/responder.js:25:36)
at Array.forEach ()
at ExtensionResponder.setupOnZclFoundation (/zigbee2mqtt-1.5.1/lib/extension/responder.js:23:27)
at ExtensionResponder.onZigbeeMessage (/zigbee2mqtt-1.5.1/lib/extension/responder.js:35:14)
at extensions.filter.forEach (/zigbee2mqtt-1.5.1/lib/controller.js:143:31)
at Array.forEach ()
at Controller.onZigbeeMessage (/zigbee2mqtt-1.5.1/lib/controller.js:143:14)
at Zigbee.onMessage (/zigbee2mqtt-1.5.1/lib/zigbee.js:275:18)
at ZShepherd.emit (events.js:198:13)
at ZShepherd. (/zigbee2mqtt-1.5.1/node_modules/zigbee-herdsman/dist/lib/shepherd.js:68:14)
8/17/2019, 11:22:44 AM - debug: Received zigbee message of type 'readRsp' with data '{"cid":"genBasic","data":{"manufacturerName":"Heiman","modelId":"RC_V14","powerSource":3}}' of device 'RC_V14' (0x005043c9e721332f) of endpoint 1
8/17/2019, 11:22:44 AM - debug: Configuring 0x005043c9e721332f (0x005043c9e721332f) ...
8/17/2019, 11:22:44 AM - info: MQTT publish: topic 'homeassistant/sensor/0x005043c9e721332f/action/config', payload '{"icon":"mdi:gesture-double-tap","value_template":"{{ value_json.action }}","state_topic":"zigbee2mqtt/0x005043c9e721332f","json_attributes_topic":"zigbee2mqtt/0x005043c9e721332f","name":"0x005043c9e721332f_action","unique_id":"0x005043c9e721332f_action_zigbee2mqtt","device":{"identifiers":["zigbee2mqtt_0x005043c9e721332f"],"name":"0x005043c9e721332f","sw_version":"Zigbee2mqtt 1.5.1","model":"Smart remote controller (HS1RC-M)","manufacturer":"HEIMAN"},"availability_topic":"zigbee2mqtt/bridge/state"}'
8/17/2019, 11:22:44 AM - info: MQTT publish: topic 'homeassistant/sensor/0x005043c9e721332f/battery/config', payload '{"unit_of_measurement":"%","device_class":"battery","value_template":"{{ value_json.battery }}","state_topic":"zigbee2mqtt/0x005043c9e721332f","json_attributes_topic":"zigbee2mqtt/0x005043c9e721332f","name":"0x005043c9e721332f_battery","unique_id":"0x005043c9e721332f_battery_zigbee2mqtt","device":{"identifiers":["zigbee2mqtt_0x005043c9e721332f"],"name":"0x005043c9e721332f","sw_version":"Zigbee2mqtt 1.5.1","model":"Smart remote controller (HS1RC-M)","manufacturer":"HEIMAN"},"availability_topic":"zigbee2mqtt/bridge/state"}'
8/17/2019, 11:22:44 AM - info: MQTT publish: topic 'homeassistant/sensor/0x005043c9e721332f/linkquality/config', payload '{"unit_of_measurement":"-","value_template":"{{ value_json.linkquality }}","state_topic":"zigbee2mqtt/0x005043c9e721332f","json_attributes_topic":"zigbee2mqtt/0x005043c9e721332f","name":"0x005043c9e721332f_linkquality","unique_id":"0x005043c9e721332f_linkquality_zigbee2mqtt","device":{"identifiers":["zigbee2mqtt_0x005043c9e721332f"],"name":"0x005043c9e721332f","sw_version":"Zigbee2mqtt 1.5.1","model":"Smart remote controller (HS1RC-M)","manufacturer":"HEIMAN"},"availability_topic":"zigbee2mqtt/bridge/state"}'
8/17/2019, 11:22:47 AM - debug: Received zigbee message of type 'readRsp' with data '{"cid":"genBasic","data":{"zclVersion":1,"appVersion":3,"stackVersion":2,"hwVersion":1,"dateCode":"20150427"}}' of device 'RC_V14' (0x005043c9e721332f) of endpoint 1
8/17/2019, 11:22:47 AM - warn: Failed to configure 0x005043c9e721332f (0x005043c9e721332f) ('TypeError: Cannot read property 'status' of undefined') (attempt #1)
8/17/2019, 11:22:47 AM - warn: This can be ignored if the device is working properly
8/17/2019, 11:22:51 AM - debug: Received zigbee message of type 'readRsp' with data '{"cid":"genBasic","data":{"zclVersion":1,"appVersion":3,"stackVersion":2,"hwVersion":1,"manufacturerName":"Heiman"}}' of device 'RC_V14' (0x005043c9e721332f) of endpoint 1
8/17/2019, 11:22:51 AM - debug: Configuring 0x005043c9e721332f (0x005043c9e721332f) ...
8/17/2019, 11:22:53 AM - debug: Received zigbee message of type 'readRsp' with data '{"cid":"genBasic","data":{"modelId":"RC_V14","dateCode":"20150427","powerSource":3,"locationDesc":"","physicalEnv":0}}' of device 'RC_V14' (0x005043c9e721332f) of endpoint 1
8/17/2019, 11:22:54 AM - warn: Failed to configure 0x005043c9e721332f (0x005043c9e721332f) ('TypeError: Cannot read property 'status' of undefined') (attempt #2)
8/17/2019, 11:22:54 AM - warn: This can be ignored if the device is working properly
8/17/2019, 11:22:57 AM - debug: Received zigbee message of type 'readRsp' with data '{"cid":"genBasic","data":{"deviceEnabled":1,"alarmMask":0}}' of device 'RC_V14' (0x005043c9e721332f) of endpoint 1
8/17/2019, 11:22:57 AM - debug: Configuring 0x005043c9e721332f (0x005043c9e721332f) ...
8/17/2019, 11:22:57 AM - debug: Received zigbee message of type 'devInterview' with data '"0x005043c9e721332f"'
8/17/2019, 11:22:59 AM - warn: Failed to configure 0x005043c9e721332f (0x005043c9e721332f) ('TypeError: Cannot read property 'status' of undefined') (attempt #3)
8/17/2019, 11:22:59 AM - warn: This can be ignored if the device is working properly
8/17/2019, 11:23:01 AM - debug: Received zigbee message of type 'readRsp' with data '{"cid":"genPowerCfg","data":{"mainsVoltage":0,"mainsFrequency":0,"mainsAlarmMask":0,"mainsVoltMinThres":0,"mainsVoltMaxThres":65535}}' of device 'RC_V14' (0x005043c9e721332f) of endpoint 1
8/17/2019, 11:23:02 AM - debug: Received zigbee message of type 'readRsp' with data '{"cid":"genPowerCfg","data":{"mainsVoltageDwellTripPoint":0,"batteryVoltage":27,"batteryPercentageRemaining":87,"batteryManufacturer":"","batterySize":255}}' of device 'RC_V14' (0x005043c9e721332f) of endpoint 1
8/17/2019, 11:23:02 AM - info: MQTT publish: topic 'zigbee2mqtt/0x005043c9e721332f', payload '{"battery":43.5,"linkquality":49}'
8/17/2019, 11:23:03 AM - debug: Received zigbee message of type 'readRsp' with data '{"cid":"genPowerCfg","data":{"batteryAHrRating":0,"batteryQuantity":0,"batteryRatedVoltage":30,"batteryAlarmMask":1,"batteryVoltMinThres":25}}' of device 'RC_V14' (0x005043c9e721332f) of endpoint 1
8/17/2019, 11:23:05 AM - debug: Received zigbee message of type 'readRsp' with data '{"cid":"genPowerCfg","data":{"batteryVoltThres1":0,"batteryVoltThres2":0,"batteryVoltThres3":0,"batteryPercentMinThres":40,"batteryPercentThres1":0}}' of device 'RC_V14' (0x005043c9e721332f) of endpoint 1
8/17/2019, 11:23:06 AM - debug: Received zigbee message of type 'readRsp' with data '{"cid":"genPowerCfg","data":{"batteryPercentThres2":0,"batteryPercentThres3":0,"batteryAlarmState":0}}' of device 'RC_V14' (0x005043c9e721332f) of endpoint 1
8/17/2019, 11:23:06 AM - info: MQTT publish: topic 'zigbee2mqtt/0x005043c9e721332f', payload '{"battery":43.5,"linkquality":47,"battery_low":false}'
8/17/2019, 11:23:06 AM - debug: Received zigbee message of type 'devInterview' with data '"0x005043c9e721332f"'
8/17/2019, 11:23:09 AM - debug: Received zigbee message of type 'readRsp' with data '{"cid":"genIdentify","data":{"identifyTime":0}}' of device 'RC_V14' (0x005043c9e721332f) of endpoint 1
8/17/2019, 11:23:09 AM - debug: Received zigbee message of type 'devInterview' with data '"0x005043c9e721332f"'
8/17/2019, 11:23:12 AM - debug: Received zigbee message of type 'readRsp' with data '{"cid":"genAlarms","data":{"alarmCount":0}}' of device 'RC_V14' (0x005043c9e721332f) of endpoint 1
8/17/2019, 11:23:12 AM - debug: Received zigbee message of type 'devInterview' with data '"0x005043c9e721332f"'
8/17/2019, 11:23:13 AM - debug: Received zigbee message of type 'devInterview' with data '"0x005043c9e721332f"'
8/17/2019, 11:23:15 AM - debug: Received zigbee message of type 'devInterview' with data '"0x005043c9e721332f"'
8/17/2019, 11:23:15 AM - debug: Accept device incoming with ieeeAddr '0x005043c9e721332f' permit join is 'true'
8/17/2019, 11:23:15 AM - debug: Allowing device '0x005043c9e721332f' to join
8/17/2019, 11:23:15 AM - debug: Received zigbee message of type 'devIncoming' with data '"0x005043c9e721332f"' of device 'RC_V14' (0x005043c9e721332f) of endpoint 1
8/17/2019, 11:23:15 AM - info: Device incoming...
8/17/2019, 11:23:15 AM - info: MQTT publish: topic 'zigbee2mqtt/bridge/log', payload '{"type":"pairing","message":"device incoming"}'
8/17/2019, 11:23:15 AM - debug: Received zigbee message of type 'devStatus' with data '"online"' of device 'RC_V14' (0x005043c9e721332f) of endpoint 1
8/17/2019, 11:23:33 AM - debug: Received MQTT message on 'zigbee2mqtt/bridge/config/permit_join' with data 'false'
8/17/2019, 11:23:33 AM - info: Zigbee: disabling joining new devices.
8/17/2019, 11:23:33 AM - info: MQTT publish: topic 'zigbee2mqtt/bridge/config', payload '{"version":"1.5.1","commit":"unknown","coordinator":20190608,"log_level":"debug","permit_join":false}'
8/17/2019, 11:23:37 AM - debug: Saving state to file /share/zigbee2mqtt/state.json
Debug Info
zigbee2mqtt version: 1.5.1.2 hassio addon
CC253X firmware version: 20190608
The text was updated successfully, but these errors were encountered: