Replies: 16 comments 5 replies
-
BL:12 means low battery on wireless zone 12. Sorry, I have no idea why your panel is reporting that error or why you are getting a supervisory error. I'm not a dsc expert unfortunately. The code just presents what it gets from the panel. |
Beta Was this translation helpful? Give feedback.
-
You might want to consider using the dev branch now as this has the latest code updates. I will be migrating it to main at some point. |
Beta Was this translation helpful? Give feedback.
-
We can try to figure it out is you want to post the esphome logs while you are going into the *2 service menu, etc. We can see what the panel is sending. |
Beta Was this translation helpful? Give feedback.
-
logs_esphome-web-3fa4a8_logs.txt I haven't connected the transistor yet so the ESP is setup to only receive data for now. |
Beta Was this translation helpful? Give feedback.
-
You can always try resetting supervision with program 902 and see if that fixes it. Seems like it's looking for a device but not seeing it on the bus. |
Beta Was this translation helpful? Give feedback.
-
Thanks for looking at the logs. It's pretty odd since there never was any other devices connected to it. I wish I could try to reset the supervision, but I don't have the installer code. I wonder if it's possible to get the monitoring central to give it me. |
Beta Was this translation helpful? Give feedback.
-
They should give it to you if they have it. You can also try my install code retrieval scripts to retrieve it from your panel. See the dev branch of my esphome-components repository |
Beta Was this translation helpful? Give feedback.
-
Sorry, my mistake. I'ts in the dsckeybus repository as you noted. |
Beta Was this translation helpful? Give feedback.
-
Sorry, that is the unlocker script from the taligent repository, not mine. That one might work, I just never used it but I use this python script: |
Beta Was this translation helpful? Give feedback.
-
Thank again for your reply. The Arduino unlocker was running by the time you posted your reply and it managed to get me the code (after some 6000 tries). A reset of the supervision cleared all of my trouble, woo-hoo! Hopefully this should be my last question: Now that I have my ESPHome connected back and with the transistor installed, I tried to send a keypress from the alarm card and I get "Action mqtt.publish not found". Do I need to install an mqtt integration or something of that nature on HA for this to work? |
Beta Was this translation helpful? Give feedback.
-
Awesome that you got the code and got the issue sorted out. As to the mqtt publish issue, it all depends on if you are using MQTT to talk to the esp. I assume not. I would recommend using the api instead of mqtt unless you have specific reasons you want to use mqtt. For the alarm card, there are 2 versions of the config. One that uses the esphome service type and the other uses mqtt. You need to use the esphome service one for the api. |
Beta Was this translation helpful? Give feedback.
-
No worries! I'm glad you like the project and find it useful! |
Beta Was this translation helpful? Give feedback.
-
Ok, I've for a question or comment: the partition status that goes "Unavailable" when the panel is not ready. I'm very new to HA, but this seems to be a state that generally indicate an issue with the entity. Would it not be better to return something like "Not Ready" or something along those lines? I'm curious if there is a specific reason "Unavailable" was chosen. -yvest |
Beta Was this translation helpful? Give feedback.
-
The reason "unavailable" was used at the time was because this was one of the values expected from the "template alarm" panel integration in ha.
If you use the "dev" branch you will find that I now use "not_ready" |
Beta Was this translation helpful? Give feedback.
-
I've pushed on update to main to also default it to not_ready to avoid confusion. |
Beta Was this translation helpful? Give feedback.
-
Awesome, Thank you! |
Beta Was this translation helpful? Give feedback.
-
First, great project, although I'm very new to ESPHome and Home assistant, I was able to get my DSC panel integrated surprisingly easily.
I have a couple of questions that are not so related to this project and more about the status I see from my panel, I hope you dont mind!
I have a simple Power832 (5010).
I have the ESP connected for a few days now and just today saw the zone status has a BL:12. The panel only has 8 zones (no expanders) and there is no wireless devices. Any idea what would the 12 might refer too?
This brings me to my other question. My panel has been showing a trouble that I have yet to sort out. From the panel, when I do a *2 I get a 1 and then when I press 1, I get a 5. Which from what I read is "General System Supervisory". I find this odd, since the only thing that it could be supervising is the keypad (which works just fine). Could the smoke detector trigger this trouble code?
I was hoping the "tr_msg" would magically tell me more info on what might be causing the trouble. It wasn't showing anything, but now that I went back at the keypad to do a *2 it is showing "SUP".
Thanks again sharing your great work on this project!
-yvest
Beta Was this translation helpful? Give feedback.
All reactions