Hi,
Currently it seems I only see the ecowitt data in my output html. But the netatmo entry is in weewx.conf and access is working.
I guess my question is:
How do I get to use the netatmo output next to the existing ecowitt data?
I assume the descriptors for the sensors from the netatmo driver will conflict/interfere
because they will have the same names and numbers. Not sure where I can alter the netatmo output to avoid that;
Is this a weewx.conf job, and if so, anyone have an example how to add extra sensors from a secondary driver's output?
Have already been fiddling in the python code of the netatmo driver, but I don't see how to output the api result the way I want it to (with higher numbered sensor descriptors, like daymaxwind2, dewpoint2, extraHumid6, extraTemp6, extraTemp7, extraTemp8, heatindex2, p_dayRain2, p_monthRain2, p_rain2, p_rainRate2, p_stormRain2, p_weekRain2, p_yearRain2, pressure6, co2, noiselevel etc.
in order to add them to the Std Output.
Any help appreciated!