Closed DutchmanNL closed 5 years ago
managed to add some missing fields by looking into the source code, please have a look at PULL https://github.com/hvxl/otmonitor/pull/4/files
Still need to complete the list, i can't find which values are possible any suggestions ?
looks like this project is dead ? Ok lets close the issue i found a way outside of otMonitor to get all the data and build an adapter on top of it, would be still great if people would be working on more translations of the data received we don't have it for all yet (also not in otMonitor)
It sure is not, but not that active. Last useful change was 2 months ago...
I'm not so familiar with git yet, but I was sure I made a change more recently than 2 months. Turns out I needed to push it...
There is a fist time for everything ;-)
On 13 Dec 2018, at 15:36, hvxl notifications@github.com wrote:
I'm not so familiar with git yet, but I was sure I made a change more recently than 2 months. Turns out I needed to push it...
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/hvxl/otmonitor/issues/2#issuecomment-446990040, or mute the thread https://github.com/notifications/unsubscribe-auth/AA0fGByue38FE5R-2f8ZvHKdiMOOBM0uks5u4mX-gaJpZM4ZKGVk.
@hvxl great to hear from you!!!
I was hoping and hair to see a response, will take a look at the pushes
@DutchmanNL For things like a home automation system that is supposed to work 24x7, I would not advise to rely on otmonitor. Improvements have been made over time to make it work for long periods, but it was not designed to be used for days on end. Your system would be better off talking to the OTGW directly.
Hi,
Thank you for the great source which enables us to read data from the opentherm GateiIWay. I am an developer of the ioBroker iOT Smarthome system (Alternative for Domoticz) and building integration for Opentherrm Gateway.
My adapter and source are published on github : https://github.com/DutchmanNL/ioBroker.opentherm
Goal of this adapter is to read and write data to the OpenTherm Gateway, the current beta version does only support read write will be added the next days.
I am struggeling to get all values opentherm has into my adapter. My idea was to read-out the JSON file based on polling. But unfortanatly not all datapoints i can see in the "Summary" are alos present in "/json" or the MQTT send.
Can you please assist me in a way i can read all data Opentherm has ? Or guide to a call/ressource how to get all values.
Values in Summary page ==> 18 Values in JSON API ==> 15
as example i am missing the value "Solar storage temperature", would be nice if the JSON can be complete and the ID is also part of the JSON.
Thank you !
Dutchman