homebridge-envisalink icon indicating copy to clipboard operation
homebridge-envisalink copied to clipboard

Support for EVL4 1.5.211

Open akagarwal opened this issue 10 months ago • 1 comments

Describe Your Problem: EnvisaLink is offering to upgrade EVL4 firmware to 1.5.211 (current version 1.4.176) and the new version has removed TPI logging. I would like to understand if that will have an impact on the plugin before going ahead with the upgrade.

Logs:

Show the Homebridge logs here, remove any sensitive information.

Plugin Config:

    {
        "host": "xxx.xxx.xxx.xxx",
        "password": "xxxxxxxxxxxxxx",
        "pin": "xxxx",
        "port": 4025,
        "proxyPort": 4026,
        "enableVerboseLogging": false,
        "suppressZoneAccessories": false,
        "suppressClockReset": false,
        "policePanic": {
            "enabled": true,
            "name": "Police Panic"
        },
        "ambulancePanic": {
            "enabled": true,
            "name": "Ambulance Panic"
        },
        "firePanic": {
            "enabled": true,
            "name": "Fire Panic"
        },
        "partitions": [
            {
                "name": "Alarm",
                "enableChimeSwitch": true,
                "pin": "xxxx"
            }
        ],
        "zones": [
            {
                "name": "Front & Garage Doors",
                "partition": 1,
                "zoneNumber": 1,
                "type": "door"
            },
            {
                "name": "Parlor Door",
                "partition": 1,
                "zoneNumber": 2,
                "type": "door"
            },
            {
                "name": "Living, Breakfast, Office, Workroom, & Laundry",
                "partition": 1,
                "zoneNumber": 3,
                "type": "window"
            },
            {
                "name": "Spare Bedrooms",
                "partition": 1,
                "zoneNumber": 4,
                "type": "window"
            },
            {
                "name": "Master Bedroom",
                "partition": 1,
                "zoneNumber": 5,
                "type": "window"
            },
            {
                "name": "Motion Sensors",
                "partition": 1,
                "zoneNumber": 6,
                "type": "motion"
            }
        ],
        "_bridge": {
            "username": "0E:03:63:F3:E4:45",
            "port": 34288
        },
        "platform": "Envisalink"
    }

Screenshots:

Environment:

  • Plugin Version: 1.2.10
  • Homebridge Version: 1.7.0
  • Node.js Version: 20.10.0
  • NPM Version:
  • Operating System: Raspbian GNU/Linux Bullseye (11)

akagarwal avatar Apr 15 '24 18:04 akagarwal