zigbee.mqtt.device_get not working #57
Labels
No labels
architecture
authentication
backend
bug
ci/cd
cleanup
documentation
duplicate
enhancement
good first issue
help wanted
in progress
invalid
media
mobile
new feature
packaging
question
ui
voice
waiting user input
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: platypush/platypush#57
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Created by: ChrisDodgeRR
When using this action, I always get a timeout error returned from Platypush: 'timeout of 60000ms exceeded'.
Looking at the zigbee.mqtt plugin, I think the issue is that the mqtt publish call sends an empty message (lines 336 & 337):
It works if I change it to:
The comments for this function also say that the property argument default is 'all', however this doesn't seem to work (i.e. timeout), unless that's an issue with zigbee2mqtt and Philips Hue lamps?
Thanks,
Chris