-
Notifications
You must be signed in to change notification settings - Fork 21
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
Showing Disarm when is arm #84
Comments
Same think happening to me some times |
at this moment im checking every 15 minutes the state. |
Same issue even asking a few times return disarm when is arm. |
You will have to send a status request message. |
Hi have you found a solution? |
I also have the same problem. Can't figure out what is causing it. In my particular case it seems to more likely happen when the system is armed and we have a power outage. When the power is restored I can't send disarm message through. Or sometimes even when it says disarmed it still actually armed and then is triggered. Also then need to manually disarm on panel. |
There is a way to get over this, just set the sendmqtt method to send an mqtt retain message, that will keep the last message sent on the mqtt topic. That way when HA reboots it will always read the last status sent. |
Hi, can you give an example please? |
It's seems to be a problem with connecting to WiFi or MQTT even though WiFi is back and up and running. Also the zones opening also doesn't get sent through from the ESP8266. |
I am currently testing a version using micropython on the esp32. Seems to be very stable and doesn't suffer from random disconnects. It will also be able to run on a raspberry pico w. So far I have got the hassio code working, and working on the web interface. So be patient code will be uploaded to GitHub soon. |
|
yes much better and runs quite well. |
need testers so your help will be gratefully appreciated |
I will try to install and test it in a few days. |
Hi for some reason sometimes if the status is change and is not registered on mqtt after check when the alarm is arm and I check the panel status it show's disarm.
I test that on node red and report disarm when is arm.
The only fix is disarm and arm again from the panel and after that on the next arm it fix.
Any idea why the serial report disarm when is arm?
Thanks
The text was updated successfully, but these errors were encountered: