Have you configured the topic on the BSB-LAN device?
It should be under the Settings menu of the BSB-LAN device? Down at the MQTT part, set Usage as Plain text and Topic Prefix as BSB-LAN, and of course your MQTT broker settings as IP username, password, all what is required. And below that at the Logging Parameters add what you want to report to HA. 10019 and 7900 what you are defining the MQTT sensors for.
And what version of BSB-LAN are you using? I donât know how was the .0 resolved recently but the .00 looks weird.
I am operating 3.0.4 with OTA Update today.
But I ran the 3.0.0 before since mid November 2022 and optimized my
Brötje BBK22F the last 6 weeks. Worked as absolutely fine.
So config was fine until I started the update today.
Unfortunately I did not write down the final MQTT setup.
Starting again with mqtt troubleshooting.
So far I couldnât check if it works.
But the 1603 was not documented by Brötje for the BBK 22 F and so it is with the new versions in an separate section of user defined variables.
But the status going back to off is fine for me as long as the controller realizes the status change and acts accordingly.
I have read your instructions on setting parameters. It works fine with input_numbers thanks to
your instructions
Now that everything is running quite well I want to try out to hand over a room temperature that I receive from as sensor.xxxx. in HA. It works by hand setting the value though URL http://bsb-lan.local/I10000=20 but as a complete newbie I have no clue how the syntax is done correctly for the automation. How do I set the parameter Type ? and do I have to convert the temperature value somehow upfront?
Have you tried out the closed loop control with a room temperature yourself by now? In the parameters of my Elco Thision heating system I see that the Kennlinie Adaption#726 can be set to on which should adjust the heating characteristics (in german: 'â Heizkennlinie Steilheitâ and âKennlinie-Verschiebungâ) automatically. If- a roomsensor is workingâŠ
in the configuration.yaml how will that provide a possibility to transmit a push?
Last time I was receiving errors, I think, because the mqtt options might have changed. The configuration.yaml check is showing an error that i.e. payload_on and command_topic is not valid.
Is the above code block still identical with your config?
If I want to initiate the Push via automation , what would be the action I have to perform?
But to be honest, as it reverts to off automatically in my heater, and it is not 10019, but 1603 as I wrote, I would use for it a button and not a switch. It really matches then the push functionality.
Moin, the first switch is working âTrinkwasserfreigabeâ the second âParallelverschiebungâ is not working. Both i have found one github. I put both directly in the config.yaml under Mqttâ> switch. Thanks
You are right, that is not a switch. I believe that should be number:
But why do you want to change the 1021 Heating circuit 2 - Heating curve parallel displacement value? This should be a configured value for your heating system and you shouldnât change it for temperature control for the house.
If you want temperature control, then you should use the 1010 Heating circuit 2 - Room temperature Comfort setpoint
Invalid config for [mqtt]: [min] is an invalid option for [mqtt]. Check: mqtt->mqtt->number->0->availability->0->min. (See /config/configuration.yaml, line 37
the was a copie and paste mistake, thanks
If you want temperature control, then you should use the 1010 Heating circuit 2 - Room temperature Comfort setpoint
Hello,
why Tiger42 puts here fĂŒr the attribute_templates the ID 8000 and for the value_template he uses the ID 700? For what you could use the attribute templates?
thanks