thkl / homebridge-homematic

Homematic plugin for homebridge: https://github.com/nfarina/homebridge
180 stars 49 forks source link

Added port setting to support latest OCCU version #550

Closed Horizon0156 closed 4 years ago

Horizon0156 commented 4 years ago

As the port of the REGA web listener has changed to 8183 by default (at least in the OCCU), I've introduced a new configuration option. This prevents the manual adjustments in the HomeMaticRegaRequest for folks using affected (O)CCU firmwares.

[HMCCU2-1452] Port 8182 des Web-Proxies nach 8183 geändert. Port 8182 wird zur Ansteuerung der INFO-LED bei Service-Meldungen benutzt.

I've implemented the new setting as an optional setting which defaults to 8181 so there won't be a breaking change to existing installations / confugrations.

Feel free to merge this change, if you want to add the setting to your next release.

Thanks for the great work on this.

thkl commented 4 years ago

Thank you. I have to add this by hand into the new version. This is because I am currently stripping the ccu stuff out of the bulky index file into a separate ccu management class.

So, at this Time I have to close this.