Central heating water pressure mqtt
Moderator: hvxl
Central heating water pressure mqtt
Is it possible you add Central heating water pressure to mqtt?
Re: Central heating water pressure mqtt
Another request:
can you also add Remote override room setpoint (override) to mqtt?
tia
can you also add Remote override room setpoint (override) to mqtt?
tia
Re: Central heating water pressure mqtt
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)
}
}
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
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...

I'm waiting for a year now.....but I still hope it will be implemented eventually...
Re: Central heating water pressure mqtt
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.timoline wrote:I'm waiting for a year now.....but I still hope it will be implemented eventually...
Schelte
Re: Central heating water pressure mqtt
I wish I could, Ihen I had done it a long time ago.
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

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
Last edited by timoline on Sun Jun 17, 2018 1:57 pm, edited 1 time in total.
Re: Central heating water pressure mqtt
Where in otmonitor.tcl can I do this calculation?
DeltaT = BoilerWaterTemperature - ReturnWaterTemperature
And put it in set signals, I assume...
DeltaT = BoilerWaterTemperature - ReturnWaterTemperature
And put it in set signals, I assume...
Re: Central heating water pressure mqtt
ok, created a pull request to added some more mqtt events.
https://github.com/hvxl/otmonitor/pull/1
Hopefully it will be comitted soon
https://github.com/hvxl/otmonitor/pull/1
Hopefully it will be comitted soon
Re: Central heating water pressure mqtt
I merged your code and fixed some issues with it. I also added a deltatemp value.
Schelte
Re: Central heating water pressure mqtt
wow great
many thx
didnt checked it yet, but is deltatemp also send to mqtt?

many thx
didnt checked it yet, but is deltatemp also send to mqtt?
Re: Central heating water pressure mqtt
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
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
It seems to work as expected:
Thanks for the effort to create that PR @timoline!Re: Central heating water pressure mqtt
looking good ! thxhvxl wrote:It should now