I just push an update to change easily the color of the circle.
I will working on other features soon but for your information, I don’t have Netatmo valves so I don’t plan to develop module for this now.
Read the statement by Michael Teeuw here.
Posts
-
RE: MMM-Netatmo-Thermostat
-
RE: MMM-Netatmo-Thermostat
@zdenek said in MMM-Netatmo-Thermostat:
do you plan to add more info from termostat (the time of next change based on the schedule, what is the “setpoint” temperature for actual schedule,…)
Perfect !
Yes you can change the color through the CSS file.
And yes I plan to add more information about the thermostat in this plugin. For now, it’s a very simple module but it will be improved with time.
When you ask me if you can change colors, I think about put colors of the module in configuration for example.Let me know if you think about something else.
overflOw11
-
RE: MMM-Netatmo-Thermostat
@zdenek said in MMM-Netatmo-Thermostat:
0000
Hi @zdenek.
I can reproduce your issue in my Mirror.
It’s my fault, I didn’t set the good parameters in my curl command.Please retry the curl command and add the scope parameter at the end of the request :
curl --data "grant_type=password&client_id=MY_ID&client_secret=MY_SECRET&username=MY_LOGIN&password=MY_PASS&scope=read_thermostat" "https://api.netatmo.com/oauth2/token"
Copy the refresh token in your mirror’s configuration file and reload the mirror. You should have your thermostat information.
Let me know if it’s working.
overflOw11
-
MMM-Netatmo-Thermostat
Hello !
Based on the MMM-Nest module, I write a new module for my Netatmo thermostat.
Description
This module is a very simple one. It only display a circle with the current temperature in it. The color of this circle changes according to the state of the thermostat.
- thermostat is heating up : the circle is orange,
- thermostat is not heating up, the circle is blue,
- thermostat is off, the circle is grey.
Download