Netatmo extraTemp2

75 views
Skip to first unread message

ve2se

unread,
Jan 12, 2020, 2:25:39 PM1/12/20
to weewx-user
Hi all 
adding  an extraTemp2 to my Netatmo station , i want to know how to add it to weewx datadump from dev.netatmo.com .
Looking at weewx.log  , i receive data for ;
NAMain  module , NAModule1 (exteriorTemp) , NAModule 2 (wind) , NAModule 3 (rain) , NAModule 4 (extraTemp1)
but nothing for extraTemp2 . extraTemp2  is present in my Netatmo app.
Tnx for help , Jean-Pierre

mwall

unread,
Jan 12, 2020, 5:28:36 PM1/12/20
to weewx-user
user sainton made a similar request:

> Hi,
> I'm using Weewx an Netatmo weather station. All works fine. But I have a second extramodule, but how my 

> I have this extramodule data in Weewx ?

> My I need to modify netatmo.py and add more field data ?


> 'extraTemp2': '.NAModule5.Temperature',
> 'extraHumid2': '
.NAModule5.Humidity',
> 'extra_rf_status_2': '.NAModule5.rf_status',
> 'extra_battery_vp_2': '
.NAModule5.battery_vp',
> 'extra2BatteryStatus': '*.NAModule5.battery_percent',

> My I rebuild my SQL database ?

> Thank's for your help.

> Gilles.


and here is the answer:


do not modify netatmo.py. do not modify your schema.


modify the [Netatmo] section of your weewx configuration file like this:


[Netatmo]
    ...
    [[sensor_map]]
        extraTemp2 = *.NAModule5.Temperature
        extraHumid2 = *.NAModule5.Humidity
        extra_rf_status_2 = *.NAModule5.rf_status
        extra_battery_vp_2 = *.NAModule5.battery_vp
        extra2BatteryStatus = *.NAModule5.battery_percent


ve2se

unread,
Jan 16, 2020, 9:54:25 AM1/16/20
to weewx-user
Hi Mathew
i add  NAModule5  like u wrote ,  in my weewx.conf 
The weewx.log   show 2  sets  of different parameters  for NAModule4 , no NAModule5.
From my weewx.log:

NAModule4.module_name': u'GARAGE'      NAModule4.module_name': u'extraTemp2'
NAModule4.Temperature': 13.8                   NAModule4.Temperature': 7.1,

How i can solve this issue ?
Tnx for your help
Jean-Pierre 
Reply all
Reply to author
Forward
0 new messages