NetAtmo plugin doesn't work
Posted: Tue Sep 19, 2017 6:20 pm
by MCW66
Hello,
I start today and I think I did everything well. I try to tell shortly what I have done: I have installed the NetAtmo plugin version 4.0. I have made a NetAtmo app to get a Client ID and a Client secret. the following cronjob I created and works successful. When I go to my site
http://www.wiggersweb.nl/weather/indexDesktop.php then I read this:The live conditions file was not found. Make sure you have the NetAtmo plugin installed and using at least version 2.0
Who has knowledge with installing NetAtmo en MeteoTamplate? What did I wrong or forgot?
Re: NetAtmo plugin doesn't work
Posted: Wed Jan 03, 2018 10:23 am
by Jachym
Is it the case it worked before and now it does not or it never worked?
Re: NetAtmo plugin doesn't work
Posted: Sun Aug 28, 2022 10:24 pm
by Julius
For us, the plugin works, but it does not push ALL data from netatmo to any blocks or the db.
Here's my current netAtmoLive.txt:
{"_id":"70:ee:50:1b:xx:xx","station_name":"Broekermeer (Meteo living)","date_setup":1459722134,"last_setup":1459722134,"type":"NAMain","last_status_store":1661724567,"module_name":"Meteo living","firmware":181,"last_upgrade":1459858277,"wifi_status":66,"reachable":true,"co2_calibrating":false,"data_type":["Temperature","CO2","Humidity","Noise","Pressure"],"place":{"altitude":0,"city":"Watergang","country":"NL","timezone":"Europe\/Amsterdam","location":[4.971066713333131,52.427645636825105]},"home_id":"5a16ad5c29977e262a8bxxxx","home_name":"Broekermeer","dashboard_data":{"time_utc":1661724558,"Temperature":23.2,"CO2":755,"Humidity":73,"Noise":36,"Pressure":1022.5,"AbsolutePressure":1021.5,"min_temp":23.2,"max_temp":23.2,"date_max_temp":1661724256,"date_min_temp":1661724256,"temp_trend":"stable","pressure_trend":"stable"},"modules":[{"_id":"05:00:00:02:b4:d0","type":"NAModule3","module_name":"Rainette","last_setup":1463855050,"data_type":["Rain"],"battery_percent":31,"reachable":true,"firmware":12,"last_message":1661724565,"last_seen":1661724558,"rf_status":74,"battery_vp":4490,"dashboard_data":{"time_utc":1661724558,"Rain":0,"sum_rain_1":0,"sum_rain_24":0}},
{"_id":"03:00:00:08:xx:xx","type":"NAModule4","module_name":"R2-D2","last_setup":1563464553,"data_type":["Temperature","CO2","Humidity"],"battery_percent":41,"reachable":true,"firmware":51,"last_message":1661724565,"last_seen":1661724546,"rf_status":84,"battery_vp":4944,"dashboard_data":{"time_utc":1661724546,"Temperature":19.7,"CO2":361,"Humidity":62,"min_temp":19.7,"max_temp":19.7,"date_max_temp":1661724238,"date_min_temp":1661724238,"temp_trend":"down"}},
{"_id":"06:00:00:06:xx:xx","type":"NAModule2","module_name":"Wind Owl","last_setup":1657547444,"data_type":["Wind"],"battery_percent":98,"reachable":true,"firmware":25,"last_message":1661724565,"last_seen":1661724565,"rf_status":79,"battery_vp":5958,"dashboard_data":{"time_utc":1661724558,"WindStrength":2,"WindAngle":353,"GustStrength":4,"GustAngle":355,"max_wind_str":5,"max_wind_angle":345,"date_max_wind_str":1661724251}},{"_id":"02:00:00:8d:xx:xx","type":"NAModule1","module_name":"Stevenson sensor Broekermeer","last_setup":1659350652,"data_type":["Temperature","Humidity"],"battery_percent":100,"reachable":true,"firmware":50,"last_message":1661724565,"last_seen":1661724539,"rf_status":77,"battery_vp":6016,"dashboard_data":{"time_utc":1661724539,"Temperature":13.4,"Humidity":87,"min_temp":13.4,"max_temp":13.5,"date_max_temp":1661724231,"date_min_temp":1661724539,"temp_trend":"down"}}]}4.0
The bold data (NAModule4) does not show up in the api-viewer. I'd like to use the extra sensors of that add-on unit.
In fact, it would be nice if we could add an entire extra netAtmo's main base data to the existing one. We have one in a greenhouse with the main sensor unit in a barn. So mapping their output to extra sensors would be great!
Re: NetAtmo plugin doesn't work
Posted: Mon Aug 29, 2022 1:52 pm
by davidefa
The standard plugin has a fixed mapping of sensors/field.
For maximum mapping flexibility I could extend the plugin, as done for davisWLL, weatherflowNet and EcowittNet ( at the cost of a more complex setup phase ).
I need the netatmo credential to test this ( at least to see how different stations are dealt ).
We should also discuss how to deal with these 'secondary sensors/stations' ( don't know if other software can do it ).
- should we show two rain blocks, two windRose blocks... on the homepage?
- should we have a 'dropdown box' ( I mean some sort of selector, even different from a dropdown box ) in the block to select the station?
- which blocks?
- or should we have 2/more different home pages
Re: NetAtmo plugin doesn't work
Posted: Mon Aug 29, 2022 8:00 pm
by Julius
davidefa wrote: ↑Mon Aug 29, 2022 1:52 pm
We should also discuss how to deal with these 'secondary sensors/stations' ( don't know if other software can do it ).
- should we show two rain blocks, two windRose blocks... on the homepage?
The netatmo standard set is as follows;
- Indoor Main unit, connects with 2.4Ghz WiFi of user router to netatmo servers.
It has T, RH, Pressure, CO2 and a Noise sensor.
- Outdoor unit: T, RH
Add-on sensor units, only 3 types possible, have to be bought extra:
- Rain-meter
- Anemo-meter
- Extra sensor unit, with T, RH, CO2 (intended for indoor use, but I've often had it also working fine outdoors, as long as it's not too humid)
What we have is an additional standard set, with another main station account and outdoor unit belonging to it. No extra rain or wind metering. (This is actually bought by my girlfriend, for her greenhouse.)
So the data from that require an extra netatmo api login too. I have not found a way to combine it with the other main station, other than how netatmo can have it added to the same 'Home' in their app. But that's all closed source and also how you set the devices up connecting to your wireless etc.