Max binding found all devices successfully but I found a problem with MAX! HeatingThermostat Channel named Low Battery. The variable of this channel is set as a switch. So if I make an item based on switch variable to accept the value from Low Battery channel it is possible to mess up the reading value. If I change item variable to a string it isn’t working reliably but it removes the risk of changing the reading by hand.
Summarized Low battery alert should not be declared as a switch variable. Maybe prevent GUI input for this channel.
Novelan/Luxtronic Heatpump Binding
The binding doesn’t want to show up in the Configuration > Bindings menu.
I’ve installed it by clicking install in Add-ons > Bindings menu.
I’ ve also typed in the IP and port into the novelanheatpump.cfg.
Is it the issue in the config file that I’ve pasted here.
# IP address of the Novelan (Siemens) Heatpump to connect to (required)
#ip=192.168.25
# port number of the Novelan (Siemens) Heatpump to connect to (optional, defaults to 8888)
#port=8889
# refresh interval in milliseconds (optional, defaults to 60000)
#refresh=
I’ve found https://www.openhab.org/addons/bindings/novelanheatpump1/#prerequisites
But I am not sure, do I have to make .items file and put it in openHAB2\conf\items.
Not sure what I am missing to start the Novelan/Luxtronic Heatpump Binding.
Thanks in advance.
Matej