-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
My mqtt configuration.yaml #7
Comments
And an updated Version with select and switch entities to set values in vcontrold.
|
Very nice work, will test it today or tomorrow in my setup. @Alexandre-io how about adding some example configs based on this work - what do you think? |
Hello, @Bjoern3003. That's very nice configuration. I tried it today, however I've got few problems with it. |
Hi, please try this value_template for getBrennerStatus.
|
That is exactly the same template what I used. |
No, its quoted. If have removed the ' before and after 0 to check for integer and not as string. |
Indeed. Thank you. |
Thank you for reporting. |
Does anyone have a template for setting individual heating schedules? "setTimerMoHeizen" i.e. |
I'm kind of lost and could need some advise with getting and setting the Betriebsart. I've set up vcontrol to get two Betriebsarten, one for M1, one for M2. Both are received by vcontrol correctly, e.g.: [76] Sat Jan 13 18:13:11 2024 : Command: getBetriebArtM1 So Betriebsart 'NORM' is received correctly. However, the values for Betriebsart M1 and M2 in Homeassistant are shown as "unknown". Log is showing: 2024-01-13 18:15:27.356 ERROR (MainThread) [homeassistant.components.mqtt.select] Invalid option for select.mosquitto_broker_betriebsartm1: '' (valid options: ['Heizen+Warmwasser', 'Warmwasser', 'Reduziert', 'Normal', 'Frostschutz', 'Abschaltbetrieb']) My yaml extract: select:
Any help is appreciated! |
Hi @skihoff select: If this is functional, I would play with the command template notation (correct line indentations). |
Thanks @dk1305hb, good idea starting debugging with lower complexity. I've changed the mqtt yaml file as suggested: select:
Ouput of vcontrold same as above as expected: Logfile now shows a different message: 2024-01-14 17:58:31.778 ERROR (MainThread) [homeassistant.components.mqtt.select] Invalid option for select.mosquitto_broker_betriebsartm1: '0.000000' (valid options: ['H+WW', 'WW', 'NORM', 'ABSCHALT']) Not sure what's happening here, the string 'NORM' seems to be incorrectly parsed from vcontrol into homeassistant and ending up as '0.000000' in HA. Unfortunately I'm lacking basic HA system knowledge and am lost at this point. If anyone has an idea what else to check, pls. let me know and I'll try. |
Thanks @dk1305hb, this pointed me into the right direction. MQTT Explorer also showed the value as float, so I could relate the issue to the vcontrol side. I figured I simply forgot to put ":STRING" behind my getBetriebArtM1 command in the list of commands. All working now! |
For those who want to control the water temperature, here's my MQTT config for it. Naturally the relevant get/set commands have to be present in vito.xml.
Seems to work for now. The only issue I noticed so far is HA thinks the boiler is permanently off. Don't care enough about it to fix it for now though. |
is it possible to get data for the Solarengergy? (Water from Roof) |
Here is my first solution for the configuration.yaml to add end configure the entities. I hope this will help somebody
New Update in the next Answer
The text was updated successfully, but these errors were encountered: