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

Hot Water log #31

Open
josvink66 opened this issue Feb 5, 2019 · 3 comments
Open

Hot Water log #31

josvink66 opened this issue Feb 5, 2019 · 3 comments

Comments

@josvink66
Copy link

josvink66 commented Feb 5, 2019

Hello,

I was wondering if there is any way to log when and how long the hot water is running?

Or just simply query if hot water is currently being used.
I know the boiler status shows hot water and off. But with domoticz sometimes the central heating starts before the off signal for the hot water is received. So then the off signal is for the central heating.

Any help would be appreciated.
Reactie in het Nederlands mag ook :)

Greetings,
Jos

@robertklep
Copy link
Owner

This sounds like an issue that should be solved in Domoticz. I don't think that the Easy internally tracks how long the hot water was active, so the only way to find out how long hot water was being used is to regularly check (perhaps once a minute, if that's possible with Domoticz?) if the boiler indicator value has changed.

@josvink66
Copy link
Author

Hello Robert,

What i then would like to do is write my own script to poll the Nefit Easy Server and store the results.
If i run the following command i can see the Boiler statsus just like in domoticz. curl http://127.0.0.1:3000/api/status

Is there any other command to only check if hot water is being used at that moment?

Greetings,
Jos

@robertklep
Copy link
Owner

Is there any other command to only check if hot water is being used at that moment?

I honestly have no idea. But there's a list of endpoints here, perhaps there's one that will reflect if hot water is being used at the moment: https://github.com/marcelrv/nefit_easy_protocol

Make sure that you use http://127.0.0.1:3000/bridge/... (and not http://127.0.0.1:3000/api/... for those endpoints.

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

2 participants