-
Notifications
You must be signed in to change notification settings - Fork 9
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
can't read publish correctly to home assistant dhw_comfort_temp #26
Comments
HI, For the missing /1v0 dividend it's simple enough, just add the divisor between datatype and unit of measurement:
for not being able to read with my lines you should check who "owns" the 6126 parameter on your HVAC system, can you share the output of this command?
|
Hello and thanks for your help, here's the result of the command:
|
Try with this line instead of the previous one:
|
Hi, I have a few updates. at the same time, running ebusd with komw's ariston.csv inserting the unfortunately I can't still read the dhw_comfort_temp using your ariston.csv and your modified line, which is my goal, as your file provide much more data... right now I have tried:
I admit that I haven't fully understood how the configuration file works, and I can't really explain how it's possible that the same line in a file works but pasted in the others' don't . I guess I'm missing something. BTW. I also get sometimes
|
So I have made further exploration of the data broadcasted by my boiler.
I really can't understand why the SAME LINE from KOMW file works and the SAME LINE pasted in your configuration (commenting all the others parameters ID 6126) doesn't work. Is there some reason? do I need to set something else in the csv file? |
Hi, it seems to me that this message:
Try it: as I wrote, being a broadcasted message you must wait that some device on the bus send it. you cannot force reading it. 37fe20200c6126c201622664007d265802 = 3: energymgr dhw_info_3 This line gives you back: 6126 -> DHW Comfort Temp BTW As I got some boiler line from kmow CSV he just adapted some of the lines you found in my CSV into his CSV, so the 2 files are mostly overlapping (for boiler related messages, my file has many more codes pertaining to HP). |
Hello, and first of all thanks for your work, it is really helpful!
before trying your solution I was using the ariston.csv from komw
With his file I could read (and publish) with no issue
with your ariston.csv it is not read
So I tried pasting those lines from komw in your ariston.csv commenting out yours, and I could finally read the values in the mqtt broker (except the value is not divided by 10).
Anyway when I try to read them from home assistant the payload is sent using a wrong format and I can't see it in the interface.
this is the output from the mqtt config in home assistant
and this is the output of the payload (seems plaintext and not json)
how can I make them appear with the correct JSON structure?
The text was updated successfully, but these errors were encountered: