openhab-cloud
openhab-cloud copied to clipboard
Fix ipv4 issues
The platform was starting up listening to ipv6 only, apparently due to no configured listening IP address. Added a default 0.0.0.0 listener (could be 127.0.0.1) and added to config.json as system.listenIp.
Fixes #375
Signed-off-by: Quentin Kramer [email protected] (github: ElectraPort)