Page 1 of 1

Central heating water pressure mqtt

Posted: Wed Oct 12, 2016 9:13 pm
by timoline
Is it possible you add Central heating water pressure to mqtt?

Re: Central heating water pressure mqtt

Posted: Fri Dec 23, 2016 2:51 pm
by timoline
Another request:

can you also add Remote override room setpoint (override) to mqtt?

tia

Re: Central heating water pressure mqtt

Posted: Fri Nov 17, 2017 11:38 pm
by lsiepel
I'm missing more events like burnerhours/starts etc. It would be nice if OTGW monitor would post every message (with a changed value) to mqtt.
I tried to dig into the source code and i'm having trouble to figure it out. I think it has to do with the $signals object not containing all data items. But not familiair with the language and build environment.

# Publish all known persistent parameters
dict for {key args} $signals {
if {[llength $args] == 0} continue
set param [string tolower $key]
if {[info exists gui($param)]} {
mqttsignal $param $gui($param)
}
}

Re: Central heating water pressure mqtt

Posted: Sat Nov 25, 2017 5:51 pm
by timoline
Yes, i just mentioned 2, but all events would be welcome ofcourse :-)

I'm waiting for a year now.....but I still hope it will be implemented eventually...

Re: Central heating water pressure mqtt

Posted: Thu Nov 30, 2017 6:44 pm
by hvxl
timoline wrote:I'm waiting for a year now.....but I still hope it will be implemented eventually...
I admire your patience to wait a year for someone else to do something for you. Of course you could also have spent a rainy afternoon to figure out how to do it yourself.

Re: Central heating water pressure mqtt

Posted: Sat Jun 16, 2018 7:05 pm
by timoline
I wish I could, Ihen I had done it a long time ago. :D
But good to see you pushed it to github https://github.com/hvxl/otmonitor

It was just positive feedback to make OTGW better then it already is.

thx

Re: Central heating water pressure mqtt

Posted: Sat Jun 16, 2018 9:54 pm
by timoline
Where in otmonitor.tcl can I do this calculation?

DeltaT = BoilerWaterTemperature - ReturnWaterTemperature

And put it in set signals, I assume...

Re: Central heating water pressure mqtt

Posted: Tue Jun 19, 2018 10:08 pm
by timoline
ok, created a pull request to added some more mqtt events.

https://github.com/hvxl/otmonitor/pull/1

Hopefully it will be comitted soon

Re: Central heating water pressure mqtt

Posted: Sat Sep 29, 2018 11:03 am
by hvxl
I merged your code and fixed some issues with it. I also added a deltatemp value.

Re: Central heating water pressure mqtt

Posted: Sun Sep 30, 2018 8:20 pm
by timoline
wow great :-)
many thx

didnt checked it yet, but is deltatemp also send to mqtt?

Re: Central heating water pressure mqtt

Posted: Sun Sep 30, 2018 9:52 pm
by hvxl
It should now :)

Re: Central heating water pressure mqtt

Posted: Tue Oct 02, 2018 3:38 pm
by anoppe
This is nice, this will save me the effort to extract this data from the otgw by hand!
I've been able to compile the updated sources from Github into a binary that runs on my orange-pi otgw, and I've got several new topics available in my MQTT broker: https://imgur.com/a/Ej3oc8U

Re: Central heating water pressure mqtt

Posted: Tue Oct 02, 2018 4:26 pm
by anoppe
It seems to work as expected:
Screen Shot 2018-10-02 at 16.20.10.png
Screen Shot 2018-10-02 at 16.20.10.png (57.97 KiB) Viewed 10088 times
Thanks for the effort to create that PR @timoline!

Re: Central heating water pressure mqtt

Posted: Sat Oct 06, 2018 1:58 pm
by timoline
hvxl wrote:It should now :)
looking good ! thx