Page 1 of 1

Split values from netatmo weather station

Posted: Sunday 16 October 2016 9:53
by joda
Hello, I am novice with Domoticz but for the moment I managed to add my air conditionings Daikin as well as my netatmo weatherstation.
I have a problem with Netatmo, the values from the outside module are combined in a single device, in Domoticz I see temp/humidity for the external device and temp / humidity / noise for the indoor device like this post :viewtopic.php?f=12&t=3830


There a way to split the values to have each of them in a single device like:

ID1: outdoor temperature
ID2: outdoor humidity
ID3: outdoor battery level
ID4: indoor temperature
ID5: indoor humidity
ID6: indoor noise level
Etc..? :?

Re: Split values from netatmo weather station

Posted: Sunday 16 October 2016 10:06
by gizmocuz
Whats the problem with that ? It is a Temp+Hum device after all
If you want to do some scripting, you should be able to take them apart

Re: Split values from netatmo weather station

Posted: Sunday 16 October 2016 10:47
by joda
For me it's a problem because I want to use each values in a independant way and especially that the values display correctly on the home application on iOS with the homebridge-edomoticz plugin

Re: Split values from netatmo weather station

Posted: Wednesday 19 October 2016 19:19
by joda
Ok I've used this script here :viewtopic.php?t=1817&start=20

It works great, thx