Excellent component: I do have Netatmo thermostats and Netatmo weather station, since the official Neatmo component for climate does not work, I installed this custom_component (climate) and in my config I have as below.
The climate works perfectly, but the weather station is now nowhere, am I missing something?
netatmo:
api_key: !secret netatmo_api_key
secret_key: !secret netatmo_secret_key
username: !secret netatmo_username
password: !secret netatmo_password
discovery: False
climate:
- platform: netatmo
sensor:
- platform: netatmo
station: Home
modules:
Outdoor:
- temperature
Bedroom:
- temperature
- min_temp
- max_temp
- co2
Let’s make everything simple! Just download all the files from core/homeassistant/components/netatmo at dev · home-assistant/core · GitHub and put into your custom_components/netatmo directory, then restart your HA. By this way you would be able to test the possible next release which includes this change.
He did “asked” and it should be official soon, this is why the files from the dev link above work when you copy it in your custom comp directory. The code from @Baosong_Shanis already in there.
I copied all code (5 files from dev branch, not the camera since I do not have any), the climate thermostas work perfectly, but my weather station disappeared: no sensor created