Search found 3 matches

by Hertog
Thursday 27 November 2014 13:32
Forum: Python
Topic: Python script for Netatmo weather station
Replies: 144
Views: 54064

Re: Python script for Netatmo weather station

Virtual.jpg Is it possible by script to change the name of "Unknown" to "Netatmo"like in image? COOO it is created by virtual hardware and then Air quality. I'm afraid that is not possible without changing domoticz itself, not sure though, I'll have a look through the C++ code.
by Hertog
Wednesday 26 November 2014 16:14
Forum: Python
Topic: Python script for Netatmo weather station
Replies: 144
Views: 54064

Re: Python script for Netatmo weather station

I'm kind of stuck with the types that Domoticz supplies itself, and noise isn't one of them. The obious way to implement the full range of possibilities (and make the configuration easier) would be to implement the netatmo natively to domoticz, but since my C++-foo isn't that strong, I wouldn't hold ...
by Hertog
Wednesday 26 November 2014 15:25
Forum: Python
Topic: Python script for Netatmo weather station
Replies: 144
Views: 54064

Re: Python script for Netatmo weather station

Hi, I have edited the python code so that it now can work with the combined Temperature/Humidity/Barometer, and Temperature/Humidity sensor type. The netatmo.py and netatmo_settings.xml are in the following zip file. The settings file is included as an exampe, the netatmo.py will auto generate it ...