Skip to content
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

Data missing in /json #2

Closed
DutchmanNL opened this issue Dec 9, 2018 · 7 comments
Closed

Data missing in /json #2

DutchmanNL opened this issue Dec 9, 2018 · 7 comments

Comments

@DutchmanNL
Copy link
Contributor

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

@DutchmanNL
Copy link
Contributor Author

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 ?

@DutchmanNL
Copy link
Contributor Author

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)

@anoppe
Copy link

anoppe commented Dec 13, 2018

It sure is not, but not that active. Last useful change was 2 months ago...

@hvxl
Copy link
Owner

hvxl commented Dec 13, 2018

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...

@anoppe
Copy link

anoppe commented Dec 13, 2018 via email

@DutchmanNL
Copy link
Contributor Author

@hvxl great to hear from you!!!

I was hoping and hair to see a response, will take a look at the pushes

@hvxl
Copy link
Owner

hvxl commented Dec 13, 2018

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants