Adding support for Netatmo Thermostat

@gieljnssns
@doune
i modified the custom netatmo platform so it works with 0.29.2

2 Likes

@gieljnssns and @jabesq
Thank you soooo much!!

1 Like

Hello,

I’m new and I want to start testing this module on my deployment. How is possible to install this module ? Can someone point me to some documentation on ho to deploy the dev env?

Thanks you so much


At the bottom are the instructions to update to dev version.

Hello,

Thanks a lot for that.

Matteo

Hi,

I have 4 Netatmo thermostat, and in HA it gest only 1 data.

Let me explain, in the HA homepage it shows all 4 thermostat correctly, but the reading is only of 1 thermostat copied also to the other 3 (which is a wrong data), and also changing the temperature in all 4 switch it changes only in 1.

Is it a bug? Can be fixed?

Thanks

1 Like

Do you also have 4 relays?
I will try to figure this out. But i have only 1 relay and 1 thermostat.

Yes 4 relays and 4 thermostats. I tried all combinations (insert RELAY and/or insert THERMOSTAT) but I end up having all 4 relay/thermostat but one reading only repeated on all 4 items (one is correct, the other 3 are of course wrong, ).

I hope I made myself clear. Ask me if you want to make me some tests

p.s. all 4 thermostat have different values in reality, but this is what I get in HA:

maybe using the right coordination of REALY and THERMOSTAT in climate: section?

If you direct me I will provide you test/logs, and so on.

Thanks!

I think i have to make changes in the lnetatmo file and the netatmo.py file in climate. When i have time i Will try to fix this. But i’m working night shifts wright now.
When i have somthing, i will post it so you can test.

1 Like

thank you!!

Ho all,
how to set this thermostat to away mode?
This not work:

  • alias: Thermostat to Away mode
    trigger:
    platform: state
    entity_id: groups.rodina
    from: ‘home’
    to: ‘not_home’
    action:
    service: climate.set_away_mode
    entity_id: ‘climate.thermostat’
    data:
    value: ‘true’

Thanks!
J.

try like this:

automation:
  trigger:
    platform: time
    after: "07:15:00"
  action:
    - service: climate.set_away_mode
      data:
        entity_id: climate.kitchen
        away_mode: true

@anon35356645
Can you test this? https://github.com/gieljnssns/My_Home-Assistant/tree/master/homeassistant
You have to replace the Thermostat.py file in deps/smart_home.
And paste the netatmo.py in custom_components/climate/

will do now. Newb here, I might ask you very silly questions …

  1. I have a directory deps/smart_home, so I replaced the Thermostat.py
  2. I don’t have the custom_componet directory, where shall I create it?

create it like this .homeassistant/custom_components/climate/netatmo.py

Done.

In deps directory there is a file
lnetatmo.py

shall I leave it there?

yes, it is needed