- Platform information:
- Hardware: Raspberry Pi 3B+
- OS: Raspian (Bullseye)
- Java Runtime Environment:
root@raspberrypi:~# java -version
openjdk version "11.0.13" 2021-10-19 LTS
OpenJDK Runtime Environment Zulu11.52+13-CA (build 11.0.13+8-LTS)
OpenJDK Client VM Zulu11.52+13-CA (build 11.0.13+8-LTS, mixed mode)
- openHAB version: 3.1.1
-
I have several homematic items connected to homegear. Homegear is connected to openhab.
-
I have conneced three HM-CC-TC’s (vith the -VD valves) and also several HM-CC-RT-DN’s.
-
Both of those have a protocoll documentation that can be found here and here.
-
In this config documents you can find the week heating programm setup values. the problem is with some of those parameters. as an example I take: TIMEOUT_MONDAY_20
|Type:|Integer|
|Unit:|minutes|
|Minimum Value:|10|
|Maximum Value:|1440|
|Default Value:|0|
- When I autodetect the Item Thing I can create it and the config writes the default value of 0 (which is not configured in the ccu i guess). Now if I like to change some parameters in the config, i have an error stating that the timeout value needs to be corrected to a value between 10 and 1440 (whis is /60 the hour and min of the day). Unfortunately there are over 200 config parameters for the delays.
That is I would like to ask, if it is possible to make the ui accept a 0 or if it is a binding problem.
Best regards,
IvIax