aficustree / homebridge-alarmdecoder-platform

Homebridge plugin for the AlarmDecoder interface for Honeywell and DSC Alarm Systems. Exposes the security system and all zones (via Contact Sensors and Motion Sensors) to Apple's Homekit. Control your alarm through Siri.
Apache License 2.0
18 stars 11 forks source link

Port Same? #11

Closed DrJeff closed 4 years ago

DrJeff commented 4 years ago

Is the Port the same as the port used in the URLs

The port parameter reflects the port the alarmdecoder-sensor will listen for updates from alarmdecoder GUI

             "stateURL": "http://192.168.0.10:5055/api/v1/alarmdecoder",
            "zoneURL": "http://192.168.0.10:5055/api/v1/zones",
            "setURL": "http://192.168.0.10:5055/api/v1/alarmdecoder/send",

So in the example above the port used would be the same? "port": "5055" Or is this a port Homebridge will be using internally? I'm a little confused :crazy:

DrJeff commented 4 years ago

Ok I understand The PORT is the Port Homebridge is using and creating via Config file, the URLs and their Ports are the actual GUI IP and PORT