mantorok1 / homebridge-omnilink-platform

Homebridge Plugin for HAI/Leviton Omni series Security & Home Automation Systems
Apache License 2.0
12 stars 0 forks source link

Before i upgrade to 1.4.5 #10

Closed Tesla-P100FX closed 3 years ago

Tesla-P100FX commented 3 years ago

Mantorok, thanks again for your awesome plug in. However I don't really understand your note that says about 1.4.5.

The following settings will not be supported in the next version of the plugin. This version has removed them from the Homebridge Config UI although they are still recognized by the plugin. If you have not already done so please update your settings to use the new Mapping and Exclusion configurations if necessary. Zone Sensor Settings Unit Accessory Settings Zone Accessory Mappings > None Unit Accessory Mappings > None

So this is my current config before the upgrade. I call out contact zones and exclude zones is this all OK?

"accessories": [],
"platforms": [
    {
        "platform": "OmniLinkPlatform",
        "name": "Omni",
        "port": 4369,
        "targetHumidityDifference": 0,
        "key1": "xxxx",
        "address": "xxxxx",
        "key2": "xxxxxx",
        "includeAreas": true,
        "includeZones": true,
        "securityCode": "zzzzz",
        "includeButtons": false,
        "includeUnits": true,
        "includeAuxiliarySensors": false,
        "includeEmergencyAlarms": false,
        "defaultAccessoryMappings": {
            "zone": "contact"
        },
        "map": {
            "zones": {
                "contact": "8,15,24,29,32,39,40,48,49"
            }
        },
        "exclude": {
            "zones": "1,2,3,4,5,6,7,9,10,11,12,13,14,16,17,18,19,20,21,22,23,25,26,27,28,30,31,33,34,35,36,37,38,41,42,43,44,45,46,47,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90"
        },
        "syncTime": true,
        "showHomebridgeEvents": true,
        "showOmniEvents": true,
        "showRequestResponse": false,
        "clearCache": false
    }
]

}

mantorok1 commented 3 years ago

What you've done is fine but you could simplify it a bit by changing the defaultAccessoryMappings as follows:

"defaultAccessoryMappings": {
    "zone": "none",
    "zoneFireEmergency": "none"
}

This tells the plugin you don't want to map any zones except those you explicity define in map.zones. Then you can remove exclude.zones with that long list of numbers from the config

Tesla-P100FX commented 3 years ago

Thanks yes much cleaner.

Thanks

Rich

Wear a mask 😷 and be safe

Sent from my Phone 📞, please excuse typos and amusing autocorrects


From: mantorok1 @.> Sent: Saturday, August 7, 2021 12:57:56 PM To: mantorok1/homebridge-omnilink-platform @.> Cc: Tesla-P100FX @.>; Author @.> Subject: Re: [mantorok1/homebridge-omnilink-platform] Before i upgrade to 1.4.5 (#10)

What you've done is fine but you could simplify it a bit by changing the defaultAccessoryMappings as follows:

"defaultAccessoryMappings": { "zone": "none", "zoneFireEmergency": "none" }

This tells the plugin you don't want to map any zones except those you explicity define in map.zones. Then you can remove exclude.zones with that long list of numbers from the config

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fmantorok1%2Fhomebridge-omnilink-platform%2Fissues%2F10%23issuecomment-894700572&data=04%7C01%7C%7Cbcedf33eb9284c03d1fd08d959dda67f%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637639630774447547%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=AN3SbnkAzCYG6r6FuNeD5fwvDbK%2BInfRV4DxWwUkppU%3D&reserved=0, or unsubscribehttps://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAQHZNG26HULUZMWKGI7RNETT3WF4JANCNFSM5BXPCB7Q&data=04%7C01%7C%7Cbcedf33eb9284c03d1fd08d959dda67f%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637639630774457556%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=S3J9ZV3qmZlDen0oWaFE2yUQ1yb6pIj4zOW%2FzfDER08%3D&reserved=0.

mantorok1 commented 3 years ago

You're welcome

Tesla-P100FX commented 3 years ago

Have a quick question for you do you know anything about the hardware. I have four keypads I think they’re called 3300A00. One of them starts beeping out of the blue for no reason. It doesn’t say anything in particular on the display. And then after a couple minutes it stops . I replaced the keypad, so it’s not that, and none of the other keypads do it. I went and checked all the connections in the panel, and they seem OK, and I replaced all the batteries in the panel as well. But nothing seems to make it stop. Ideas?

Thanks

Rich

Wear a mask 😷 and be safe

Sent from my Phone 📞, please excuse typos and amusing autocorrects


From: mantorok1 @.> Sent: Saturday, August 7, 2021 3:35:02 PM To: mantorok1/homebridge-omnilink-platform @.> Cc: Tesla-P100FX @.>; Author @.> Subject: Re: [mantorok1/homebridge-omnilink-platform] Before i upgrade to 1.4.5 (#10)

You're welcome

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fmantorok1%2Fhomebridge-omnilink-platform%2Fissues%2F10%23issuecomment-894713950&data=04%7C01%7C%7C8131291043634cc5f8d808d959f39973%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637639725049886723%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=LLdNTKTDrK6a0maN29iR0w1jQg3JiTVtgMAIt82TD8k%3D&reserved=0, or unsubscribehttps://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAQHZNGYKGTHVLDFPB5MBSVTT3WYJNANCNFSM5BXPCB7Q&data=04%7C01%7C%7C8131291043634cc5f8d808d959f39973%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637639725049896718%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=o%2FXcMDk%2FnXATayq3JAdiNQEY4ltXt98nRoftEVzEb%2Fs%3D&reserved=0.

mantorok1 commented 3 years ago

Unfortunately I don't know much about the hardware. You could try posting your issue in this forum