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

Double topic #1526

Closed
Bastiencc opened this issue May 13, 2019 · 2 comments
Closed

Double topic #1526

Bastiencc opened this issue May 13, 2019 · 2 comments

Comments

@Bastiencc
Copy link

Bastiencc commented May 13, 2019

Hi

I just update to the last version (1.4.0 and last cc2531 firmware) great works guys thanks !

Something seems to be not like before, when I press my Philips hue dimmer switch, now I get 2 topics (only get 1 before).
First topic is ok, but the second is strange, "action":"" is empty and there is no duration :

May 13 19:58:52 raspberrypi npm[2952]:   zigbee2mqtt:info 5/13/2019, 7:58:52 PM MQTT publish: topic 'zigbee2mqtt/salon_switch_mur', payload '{"battery":100,"linkquality":39,"counter":1,"brightness":205,"action":"on-press","duration":0}'
May 13 19:58:52 raspberrypi npm[2952]:   zigbee2mqtt:info 5/13/2019, 7:58:52 PM MQTT publish: topic 'zigbee2mqtt/salon_switch_mur', payload '{"battery":100,"linkquality":39,"counter":1,"brightness":205,"action":""}'

Same issue with my xiaomi aqara cube:

May 13 20:04:15 raspberrypi npm[2952]:   zigbee2mqtt:info 5/13/2019, 8:04:15 PM MQTT publish: topic 'zigbee2mqtt/aqara_cube', payload '{"side":3,"linkquality":39,"battery":91,"voltage":2985,"angle":54.26,"from_side":4,"to_side":0,"action":"wakeup"}'
May 13 20:04:15 raspberrypi npm[2952]:   zigbee2mqtt:info 5/13/2019, 8:04:15 PM MQTT publish: topic 'zigbee2mqtt/aqara_cube', payload '{"side":3,"linkquality":39,"battery":91,"voltage":2985,"angle":54.26,"from_side":4,"to_side":0,"action":""}'
May 13 20:04:15 raspberrypi npm[2952]:   zigbee2mqtt:info 5/13/2019, 8:04:15 PM MQTT publish: topic 'zigbee2mqtt/aqara_cube', payload '{"side":3,"linkquality":36,"battery":91,"voltage":2985,"angle":54.26,"from_side":4,"to_side":0,"action":"slide"}'
May 13 20:04:15 raspberrypi npm[2952]:   zigbee2mqtt:info 5/13/2019, 8:04:15 PM MQTT publish: topic 'zigbee2mqtt/aqara_cube', payload '{"side":3,"linkquality":36,"battery":91,"voltage":2985,"angle":54.26,"from_side":4,"to_side":0,"action":""}'
@Bastiencc Bastiencc changed the title Double topic For Philips hue Dimmer Double topic May 13, 2019
@Koenkk
Copy link
Owner

Koenkk commented May 14, 2019

This is expected and will only be send when homeassistant: true is in configuration.yaml. It allows you to use the native Home Assistant entities in your automations (#959 (comment))

@Bastiencc
Copy link
Author

Ok, I missreading the doc... sorry !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants