Alarm control panel Issue only showing state on Home Assistant #140
Replies: 7 comments 1 reply
-
Did you ever figure this out? Thank you. |
Beta Was this translation helpful? Give feedback.
-
Sadly no..plus regular sensor state gets frozen after few days have to restart every time |
Beta Was this translation helpful? Give feedback.
-
Hi @tjtjdgur2719,
Does sending keys work with the
For esp8266/esp32, try the current develop branch - there was a bug that could cause crashes. If on the current develop branch, does the esp8266 stop publishing updates to MQTT? Can you still ping it after it becomes unresponsive in HA? |
Beta Was this translation helpful? Give feedback.
-
Okay so funny thing, I was actually able to make it work by sending
commands via mqtt explorer, and swapping the arm disarm codes in home
assistant. By doing so when I pressed disarm it armed and caught the state.
Then I was able to swap them back and it is functioning now.
…On Tue., Oct. 20, 2020, 11:31 p.m. Nikhil Choudhary, < ***@***.***> wrote:
Hi @tjtjdgur2719 <https://github.com/tjtjdgur2719>,
(..) but if i try to click arm on home assistant it does nothing
Does sending keys work with the KeybusReader sketch? You should be able
to type in a key via serial terminal, have the panel recognize the
keypress, and see the key output in the keybus data - this verifies that
the wiring for writing is functional.
.plus regular sensor state gets frozen after few days have to restart
every time
For esp8266/esp32, try the current develop branch - there was a bug that
could cause crashes. If on the current develop branch, does the esp8266
stop publishing updates to MQTT? Can you still ping it after it becomes
unresponsive in HA?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<https://github.com/taligentx/dscKeybusInterface/issues/140#issuecomment-713313815>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFSAGDXA3SECICXKO3XQIE3SLZW4XANCNFSM4M6JPPXQ>
.
|
Beta Was this translation helpful? Give feedback.
-
HI @TrendMend - good to hear it was resolved, odd that the states were out of sync but feel free to post an issue if that happens again. @tjtjdgur2719 - another possibility specific to the Wemos D1 - some of the clones have low current voltage regulators and can cause reboots/crashes: https://www.letscontrolit.com/forum/viewtopic.php?t=6603 You can try using something like one of the LM2596 voltage regulator modules set to 3.3v and connect directly to the Wemos 3.3v pin to bypass the onboard regulator. I've updated the develop branch README.md to note this as a common issue. |
Beta Was this translation helpful? Give feedback.
-
Wow Thank you @taligentx @TrendMend for the detail info & support! I will try out all the suggestions and see if it works. Im currently out in town for a while so I will post an update when I get to work on it. Thanks! |
Beta Was this translation helpful? Give feedback.
-
So update on this I swapped to LM2596 voltage regulator module to 5V pin on Wemos d1 mini and so far no crashes with updated sketch. No freezing sensors. alarm_control_panel:
to: alarm_control_panel:
I was only able to change mqtt state but not actually apply to the dsc alarm system. How can I make the command_topic: "dsc/Set" work? Thank you in advance |
Beta Was this translation helpful? Give feedback.
-
I managed to setup everything using wemos d1 mini with home assistant.
Everything works perfectly with all the binary sensors showing up and running.
However, alarm_control_panel (Security System Partition 1) on home assistant does show up and is not unavailable state and if i use physical dsc keypad in the house it shows up the changing state but if i try to click arm on home assistant it does nothing .. the code is correct and matching dsc password.
Any help?? Thanks
Beta Was this translation helpful? Give feedback.
All reactions