philippelt / netatmo-api-python

Netatmo connect API python client (for Netatmo information, see https://dev.netatmo.com)
GNU General Public License v3.0
186 stars 118 forks source link

Accessing to /homestatus #57

Closed AuroreVgn closed 11 months ago

AuroreVgn commented 11 months ago

Hi!

Thank you for your great work! Thanks to it, I can access to my Netatmo weather station and log its data to my Grafana :-)

I have some other Netatmo w/ Legrand devices such as Smarther Thermostat (_score "readsmarther") and power outlet, cable outlet, light micromodule, .... (_scope "readmagellan"). These data are readable with https://api.netatmo.com/api/homestatus

I tried HomeData function but I have "lnetatmo.NoDevice: No camera available in default home" and it's quite logical, I don't have any camera.

With your great script I didn't find how to access to homestatus. Did I miss something? How can I access to them?

Thanks,

AuroreVgn commented 11 months ago

Thanks to a friend, I finally found a way to do what I needed. I made a new pull request [/pull/58]