-
Notifications
You must be signed in to change notification settings - Fork 18
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
Integration with Netatmo Energy (thermostat/valves)? #33
Comments
Good idea, I do not have any of these thermostats to test though, so this will be purely based on the documentation... I think I'll tackle this after the authentication change is released. |
I have the thermostat only at the moment but surely there are people who own also the valves. Yes you can use the code already written (that I’m using and is working fine) plus the docs. If you open a beta branch or whatever I can help you, unfortunately I’m not good in Go language. Thanks anyway. |
Hi @xperimental just to update this post, now the old netatmo energy exporter doesn't work anymore due to the autenthication changes from Netatmo, but when you generate the So I think you have only the add to your exporter the parameters to read the thermostat and valves and it should work. If you want I can test it, if you make something like a new branch I will clone into it and try to test it. Thanks anyway |
Yes, reading data other than weather will require new scopes. I have not looked at the API docs for this yet, it's probably also a different endpoint. We can have a look, once the authentication situation is sorted 🙂 |
@xperimental thanks for the reply, I have no idea of Go language but if there are only some new scopes and a new endpoint I can try to modify your exporter adding the new scopes/endopoint and compiling it. So I can help without rely at all on your work. If you have a link to the documentation some little tricks let me know, anyway we have some months before we will use again the thermostat fortunately 😂 (I live in Italy: 45°C now) |
https://github.com/tipok/netatmo_energy_exporter |
Thanks @DEEJCUK . The project was already mentioned in this thread. I know it's been well over a year, but I can see that other data is the most requested feature for the exporter. I hope that one of the next days will be a "private open-source projects" day again. |
Hi,
I’m using this exporter and it’s great, thanks for it.
I’m also using the Netatmo smart thermostat and is very useful to integrate both services in one dashboard.
At the moment I’m using this exporter for the Energy: https://github.com/tipok/netatmo_energy_exporter
but it’s not well made, the queries are using some weird names, it’s hard to identify the correct sensors and call to it, etc…
well I’ve done anyway but -since I know nothing of Golang- I was wondering if you can integrate this code into your exporter. I don’t think it should be complicated and this would result in one exporter for all the Netatmo service.
Obviously if you don’t have time, doesn’t matter.
Thanks anyway :)
The text was updated successfully, but these errors were encountered: