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

Not clear sensor status in removing it via mqtt #147

Open
skk2010 opened this issue Feb 8, 2022 · 0 comments
Open

Not clear sensor status in removing it via mqtt #147

skk2010 opened this issue Feb 8, 2022 · 0 comments

Comments

@skk2010
Copy link
Contributor

skk2010 commented Feb 8, 2022

При удалении датчика дважды получаем по mqtt одно и тоже сообщение
Как повторить:
Подключенный датчик пробуем удалить по команде через mqtt
mosquitto_pub -h localhost -t "ZigBeeZZZ/bridge/config/remove" -m '0x00158XXXXXXXXX' -d
Получаем сообщение в топик
ZigBeeZZZ/bridge/log
{"type"=>"device_removed", "message"=>"Motion"}
Но датчик требует подтверждение удаления и в интерфейсе это видно, в списке устройств датчик подсвечивается желтым
После этого подтверждаем удаление нажатием кнопки на датчике
и снова получаем сообщение в топик
ZigBeeZZZ/bridge/log
{"type"=>"device_removed", "message"=>"Motion"}

Я думаю, что по этому сообщению нельзя однозначно определить состояние датчика (удален/ожидает_удаления)
Может стоит в первом случае отправлять что-нибудь типа:
{"type"=>"device_removing", "message"=>"Motion"}
а когда уже удален
{"type"=>"device_removed", "message"=>"Motion"}

@skk2010 skk2010 changed the title Not cllear sensor status in removing it via mqtt Not clear sensor status in removing it via mqtt Feb 8, 2022
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

1 participant