×

INDI Library v2.0.7 is Released (01 Apr 2024)

Bi-monthly release with minor bug fixes and improvements

Support for Netatmo Weather Stations

  • Posts: 97
  • Thank you received: 20
It would be great if Indi could support Netatmo weather stations:
www.netatmo.com/en-GB/product/weather/weatherstation
These stations capture temperature, atmospheric pressure and humidity logging data to the Netatmo own servers. Users can retrieve the data by logging on to the Netatmo site via a PC, smartphone or tablet. The company provides also an SDK at: dev.netatmo.com/resources/technical/introduction
As owner of one of theses stations I’m happy to help testing a future Netatmo Indi driver.
6 years 3 months ago #21828

Please Log in or Create an account to join the conversation.

  • Posts: 200
  • Thank you received: 18
I second the motion
3 years 3 months ago #65699

Please Log in or Create an account to join the conversation.

  • Posts: 200
  • Thank you received: 18
This is now doable using weewx:

indilib.org/forum/development/11922-new-weewx-json-driver.html

Install weewx following the very thorough documentation at www.weewx.com/

When configuring select simulator for sensor type. Stop the process:

sudo /etc/init.d/weewx stop

delete the initial setup:

thomas@plutoniborg:~/Downloads$ sudo rm -r /var/lib/weewx
thomas@plutoniborg:~/Downloads$ sudo rm -r /var/www/html/weewx

Install the netatmo driver following the instructions at github.com/bricebou/weewx-netatmo

You will need to setup an app at dev.netatmo.com to get the needed keys etc.

You can then restart weewx:

sudo /etc/init.d/weewx start

I installed apache and setup to serve weewx per the weewx instructions.

Once the web page is working you can install the json plugin which writes the file the indi driver needs

I had to tweak netatmo.py because I have two main units so replaced the wildcard * in the sensor map with the appropriate device ID numbers.

I also didn't get barometric pressure initially because the [min,max] in weewx.conf was set to too high a min value.

checking the syslog gave the needed info for both of theses issues.

Note that indi-weewx-json isn't in the ppa yet (as of Aug 21, 2022) so you will to build manually.
Last edit: 1 year 7 months ago by Thomas Mason.
1 year 7 months ago #85534
Attachments:

Please Log in or Create an account to join the conversation.

Time to create page: 0.220 seconds