I just tried moving from the old envisalink integration to envisalink_new and whatever I try, the integration always respond with a “Failed to connect” with the following in the log file when trying to connect to the DscServer.jar:
2024-02-27 11:40:56.014 ERROR (MainThread) [custom_components.envisalink_new.pyenvisalink.alarm_panel] Unable to validate connection: ClientConnectorError(ConnectionKey(host=‘192.168.40.70’, port=80, is_ssl=False, ssl=True, proxy=None, proxy_auth=None, proxy_headers_hash=None), ConnectionRefusedError(111, “Connect call failed (‘192.168.40.70’, 80)”))
The following is what was entered in the basic configuration page
I don’t really understand why the log is reporting port=80 ??? should’nt it report 4025 as configured on the configuration page ?
I know my DscServer environment is working and that this is not a firewall issue or anything since prior installing the new envisalink_new, my envisalink.yaml was configured to connect to the same unchanged DscServer.jar with no issues, also, my other system is still connecting to the DscServer with same credentials.
I then made sure nothing was wrong with the installation and tried connecting with success directly to the Envisalink 3 bord.
As I am connecting two Automation system to my alarm, I need to have a way to connect both system hence the reason why I installed DscServer.jar
I tried removing completely the integration (including all HACS files) but that did not change a thing
Info: the DscServer.jar is not running on the same machine/VLAN as my HA
Anyone has been able to use DscServer with the new integration ?