nitaybz / homebridge-switcher-platform

Homebridge plugin for Switcher Smart Accessories
MIT License
35 stars 9 forks source link

Add manual configuration for devices not on the same subnet #43

Closed orenhecht closed 1 year ago

orenhecht commented 1 year ago

A good security practice is to create a IoT network and add firewall rules to block traffic from that network to the internal LAN. This plugin auto-detect feature only works if the homebridge device is on the same network as the Switcher device.

Please add an option to manually specify the Switcher device IP address so it can communicate without auto-detect.

nitaybz commented 1 year ago

unfortunately this is not how the plugin works. The plugin get status updates by listening to a certain port on the network. it gotta be on the same network.

closing since it's not gonna be implemented