Created a configuration according to the docs, restarted HA, no errors in logs… And no devices / entities created. What’s next to get this thing working?
Welcome - First please don’t post pictures of text - it’s extremely hard to read on mobile devices. Instead paste your selection between preformatted text entries using either the preformatted text entry [ </> } on the editor or enclosing it between triple back-ticks - ’ -
(I had to wait until I could read on a PC to respond)
Ok - I’m going to assume your secrets are all present, accounted for and correct. 1 Partition, 5 zones (no 2)
if you add this to your configuration.yaml you should start getting debug logs.
logger:
default: info
logs:
homeassistant.components.envisalink: debug
If logger already exists, just add the homeassistant.components.envisalink: debug line in the correct spot. Next restart should start debug logs on the envisalink component.
You should expect 1 alarm_control_panel entity named ‘Home Alarm’ and 5 biinary sensors with those names. If it fails, debug logs should tell you whats up.
Did you get this to work? I am trying to do the exact same setup. These are the logs I get but there is no clue in these logs.
2024-06-18 21:00:19.028 ERROR (MainThread) [pyenvisalink.envisalink_base_client] The server closed the connection. Reconnecting...
2024-06-18 21:00:29.027 WARNING (MainThread) [homeassistant.setup] Setup of envisalink is taking over 10 seconds.
2024-06-18 21:00:49.031 ERROR (MainThread) [pyenvisalink.envisalink_base_client] The server closed the connection. Reconnecting...
2024-06-18 21:01:12.923 WARNING (MainThread) [homeassistant.bootstrap] Waiting on integrations to complete setup: {('envisalink', None): 37.893578091}
2024-06-18 21:01:19.033 ERROR (MainThread) [pyenvisalink.envisalink_base_client] The server closed the connection. Reconnecting...
2024-06-18 21:01:49.036 ERROR (MainThread) [pyenvisalink.envisalink_base_client] The server closed the connection. Reconnecting...
2024-06-18 21:02:12.968 WARNING (MainThread) [homeassistant.bootstrap] Waiting on integrations to complete setup: {('envisalink', None): 37.893578091}
2024-06-18 21:02:19.038 ERROR (MainThread) [pyenvisalink.envisalink_base_client] The server closed the connection. Reconnecting...
2024-06-18 21:02:49.040 ERROR (MainThread) [pyenvisalink.envisalink_base_client] The server closed the connection. Reconnecting...
2024-06-18 21:03:13.013 WARNING (MainThread) [homeassistant.bootstrap] Waiting on integrations to complete setup: {('envisalink', None): 37.893578091}
2024-06-18 21:03:19.043 ERROR (MainThread) [pyenvisalink.envisalink_base_client] The server closed the connection. Reconnecting...
2024-06-18 21:03:49.045 ERROR (MainThread) [pyenvisalink.envisalink_base_client] The server closed the connection. Reconnecting...
2024-06-18 21:04:13.055 WARNING (MainThread) [homeassistant.bootstrap] Waiting on integrations to complete setup: {('envisalink', None): 37.893578091}
2024-06-18 21:04:19.048 ERROR (MainThread) [pyenvisalink.envisalink_base_client] The server closed the connection. Reconnecting...
2024-06-18 21:04:49.051 ERROR (MainThread) [pyenvisalink.envisalink_base_client] The server closed the connection. Reconnecting...
2024-06-18 21:05:13.098 WARNING (MainThread) [homeassistant.bootstrap] Waiting on integrations to complete setup: {('envisalink', None): 37.893578091}
2024-06-18 21:05:19.026 ERROR (MainThread) [homeassistant.setup] Setup of 'envisalink' is taking longer than 300 seconds. Startup will proceed without waiting any longer
2024-06-18 21:05:19.075 ERROR (MainThread) [pyenvisalink.envisalink_base_client] Unable to connect to envisalink. Reconnecting...
2024-06-18 21:05:19.075 ERROR (MainThread) [homeassistant.components.envisalink] Could not establish a connection with the Envisalink- retrying
2024-06-18 21:05:49.079 ERROR (MainThread) [pyenvisalink.envisalink_base_client] The server closed the connection. Reconnecting...
2024-06-18 21:06:19.081 ERROR (MainThread) [pyenvisalink.envisalink_base_client] The server closed the connection. Reconnecting...
2024-06-18 21:06:49.083 ERROR (MainThread) [pyenvisalink.envisalink_base_client] The server closed the connection. Reconnecting...