iTob
(Tobias Schubert)
1
Hello,
can I query the sensor value 20101.1 via the BSB-LAN binding?
channel="bsblan:parameter:heating:p20101.1:string-value"
results in the error:
Configuration model 'bsblan5binding.things' has errors, therefore ignoring it: [5,27]: mismatched input '.' expecting '}'
regards,
Tobias
sihui
(SiHui)
2
The binding was written in times of BSB-LAN version 0.x, a lot has changed on BSB-LAN since, hardware and software.
For me it works fine with integer parameters, I don’t have any decimal number parameters on my heating system, so can’t test.
BUT: if you can’t get it to work you can always use the values via MQTT.
sihui
(SiHui)
3
BTW, your Channel config seems to be wrong, it only has 4 parameters, not 5.
channel="bsblan:parameter:heating:p20101.1
Unfortunately I think that change does not fix your problem with the decimal number parameter.
iTob
(Tobias Schubert)
4
I now query the value with JSON.
1 Like