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

router devices can't be managed by zigbee2mqtt #229

Closed
marcgarciamarti opened this issue Jul 30, 2018 · 9 comments
Closed

router devices can't be managed by zigbee2mqtt #229

marcgarciamarti opened this issue Jul 30, 2018 · 9 comments
Labels
problem Something isn't working stale Stale issues

Comments

@marcgarciamarti
Copy link

Hello,

in my setup, EndDevices work ok (wireless switch, accumpancy sensor, door sensor), but router devices won't. I receive information comming from those routers just fine (direction devices --> usb stick) but when I attempt to command them, they will just not act as I say, but rather Zigbee2mqtt responds with an error message:

2018-7-30 10:37:42 INFO Switching log level to 'debug'
2018-7-30 10:37:50 DEBUG Check online 0x000b57fffedc1058
2018-7-30 10:37:50 DEBUG Check online 0x90fd9ffffe4bf6fd
2018-7-30 10:37:50 DEBUG Check online 0x00158d00022f35ca
2018-7-30 10:37:56 DEBUG Recieved mqtt message on topic 'zigbee2mqtt/power-plug.1.xiaomi/set' with data 'ON'
2018-7-30 10:37:56 WARN Cannot handle MQTT message with topic 'zigbee2mqtt/power-plug.1.xiaomi/set' and message 'ON'
2018-7-30 10:38:50 DEBUG Check online 0x000b57fffedc1058
2018-7-30 10:38:50 DEBUG Check online 0x90fd9ffffe4bf6fd
2018-7-30 10:38:50 DEBUG Check online 0x00158d00022f35ca
2018-7-30 10:39:50 DEBUG Check online 0x000b57fffedc1058
2018-7-30 10:39:50 DEBUG Check online 0x90fd9ffffe4bf6fd
2018-7-30 10:39:50 DEBUG Check online 0x00158d00022f35ca
2018-7-30 10:40:50 DEBUG Check online 0x000b57fffedc1058
2018-7-30 10:40:50 DEBUG Check online 0x90fd9ffffe4bf6fd
2018-7-30 10:40:50 DEBUG Check online 0x00158d00022f35ca
2018-7-30 10:40:55 DEBUG Recieved zigbee message with data {"cid":"genBasic","data":{"65281":{"3":34,"5":12,"7":"0x0000000000000000","8":4886,"9":256,"100":0,"149":0.0014568129554390907,"150":2240,"152":0,"154":16}}}
2018-7-30 10:40:55 INFO MQTT publish, topic: 'zigbee2mqtt/power-plug.1.xiaomi', payload: '{"state":"OFF","power":0,"voltage":224,"consumption":0,"temperature":34}'
2018-7-30 10:40:55 DEBUG Recieved zigbee message with data {"cid":"genBasic","data":{"65281":[null,null,null,null,null,12,null,"0x0000000000000000",4886,256,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,0,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,2240,null,0,null,16]}}
2018-7-30 10:41:50 DEBUG Check online 0x000b57fffedc1058

The relevant information is

2018-7-30 10:37:56 WARN Cannot handle MQTT message with topic 'zigbee2mqtt/power-plug.1.xiaomi/set' and message 'ON'

additionally, I find the message below a bit suspicious:

2018-7-30 10:40:55 DEBUG Recieved zigbee message with data {"cid":"genBasic","data":{"65281":[null,null,null,null,null,12,null,"0x0000000000000000",4886,256,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,0,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,2240,null,0,null,16]}}

Thanks,

@Koenkk
Copy link
Owner

Koenkk commented Jul 30, 2018

Does it work when changing the friendly name to: powerplug1xiaomi ?

@marcgarciamarti
Copy link
Author

marcgarciamarti commented Jul 30, 2018 via email

@marcgarciamarti
Copy link
Author

marcgarciamarti commented Jul 30, 2018 via email

@marcgarciamarti
Copy link
Author

marcgarciamarti commented Jul 30, 2018 via email

@tb-killa
Copy link
Contributor

What do you do now in Detail?
Remove dots?

@marcgarciamarti
Copy link
Author

marcgarciamarti commented Jul 30, 2018 via email

@marcgarciamarti
Copy link
Author

@Koenkk, you can tag this one as solved. Any chance I could mention this in the documentation? Either that or can you please harden the code?

@Koenkk
Copy link
Owner

Koenkk commented Jul 31, 2018

No, this bug should be solved :)

@Koenkk Koenkk added the problem Something isn't working label Jul 31, 2018
sebastianheierhoff added a commit to sebastianheierhoff/zigbee2mqtt that referenced this issue Aug 29, 2018
sebastianheierhoff added a commit to sebastianheierhoff/zigbee2mqtt that referenced this issue Aug 29, 2018
sebastianheierhoff added a commit to sebastianheierhoff/zigbee2mqtt that referenced this issue Aug 29, 2018
Koenkk added a commit that referenced this issue Aug 30, 2018
Fix issue #229: router devices can't be managed by zigbee2mqtt
@stale
Copy link

stale bot commented Dec 15, 2018

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.

@stale stale bot added the stale Stale issues label Dec 15, 2018
@stale stale bot closed this as completed Dec 22, 2018
wilmardo pushed a commit to wilmardo/zigbee2mqtt that referenced this issue Sep 26, 2019
wilmardo pushed a commit to wilmardo/zigbee2mqtt that referenced this issue Sep 26, 2019
wilmardo pushed a commit to wilmardo/zigbee2mqtt that referenced this issue Sep 26, 2019
wilmardo pushed a commit to wilmardo/zigbee2mqtt that referenced this issue Sep 26, 2019
Fix issue Koenkk#229: router devices can't be managed by zigbee2mqtt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
problem Something isn't working stale Stale issues
Projects
None yet
Development

No branches or pull requests

3 participants