Full panel config on connect is (mostly) working #19
BrianHumlicek
announced in
Announcements
Replies: 1 comment 1 reply
-
|
I forgot to mention that in addition to pulling the full status, it also gets the partition and zone names from the panel. If you have them programmed, this will display them in both NeoHub and Home Assistant! Im sure you can program them through the keypad but its probably painful. DLS makes it pretty easy. Eventually I want to incorporate this into NeoHub, but thats a ways off. Brian |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
NeoHub should pull the full partition and zone config and status upon connection. No more having to trigger each zone to get them to register.
As usual, there is an asterisk. It pulls all the zones the panel supports including zones that may not be used or configured. I haven't figured that part out yet, but its on my radar. In the mean time, I have created a setting to limit the number of zones it models. If you are using home assistant, you will probably want to set this first before you let the home assistant integration connect otherwise its going to create a bunch of zones in home assistant that you don't need/want.
Two options,
Below is an example of what the setting file should look like with the new setting in it. Notice the "MaxZones": 7
{ "DSC.TLink": { "IntegrationAccessCodeType1": "12345678", "IntegrationAccessCodeType2": "12345678123456781234567812345678", "IntegrationIdentificationNumber": "012345678901", "ListenPort": 3072, "MaxZones": 7 }, "Diagnostics": { "MinimumLogLevel": 2, "MaxLogEntries": 1000, "CategoryOverrides": {} }, "Application": { "DefaultAccessCode": "1234" } }Brian
Beta Was this translation helpful? Give feedback.
All reactions