Search found 8 matches

by box18
Monday 23 February 2015 18:26
Forum: Python
Topic: Python script for Netatmo weather station
Replies: 144
Views: 53969

Re: Python script for Netatmo weather station

No, it is only Co2 in CO2 at line 57
by box18
Tuesday 03 February 2015 15:15
Forum: Heating/cooling
Topic: Danfoss LC-13
Replies: 1
Views: 1821

Danfoss LC-13

What means in Domoticz- openZwave control pannel these setting for Danfoss Lc13?
3-02-2015 15-11-28.jpg
3-02-2015 15-11-28.jpg (185.21 KiB) Viewed 1799 times
And in Domoticz is looking like this:
3-02-2015 15-14-35.jpg
3-02-2015 15-14-35.jpg (42.17 KiB) Viewed 1799 times
by box18
Friday 12 December 2014 16:55
Forum: Python
Topic: Python script for Netatmo weather station
Replies: 144
Views: 53969

Re: Python script for Netatmo weather station

I did it but Hum_out it is taken Humidity 96 % so will be an error What are the jq comands or another command to take from the string "Humidity 96% the value 96....???? Same for Pa 1008.3 Pa and I need 1008.3 ???? If ai put these values manualy all are ok, the virtual sensor SetPoint are update 12 ...
by box18
Tuesday 02 December 2014 9:51
Forum: Python
Topic: Python script for Netatmo weather station
Replies: 144
Views: 53969

Re: Python script for Netatmo weather station

Hello, Who can help me to add in the Domoticz the absolute humidity (HS) . After that will be easy to compare the quantity of water in the air exterior and interior and when it's the best time to open the windows... My idea is like that: I.Because there is already a nice an powerful script to take ...
by box18
Monday 01 December 2014 9:23
Forum: Python
Topic: Python script for Netatmo weather station
Replies: 144
Views: 53969

Re: Python script for Netatmo weather station

Hi Hertog, How it is the stage for battery level, signal strength. noise sensor, forecasts, etc from Netatmo? That will be a great great idea... We can talk with Domoticz to add it in Hardware... I'm kind of stuck with the types that Domoticz supplies itself, and noise isn't one of them. The obious ...
by box18
Thursday 27 November 2014 13:20
Forum: Python
Topic: Python script for Netatmo weather station
Replies: 144
Views: 53969

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 ...
by box18
Thursday 27 November 2014 12:07
Forum: Python
Topic: Python script for Netatmo weather station
Replies: 144
Views: 53969

Re: Python script for Netatmo weather station

Virtual.jpg
Virtual.jpg (44.9 KiB) Viewed 11755 times
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.
by box18
Thursday 27 November 2014 11:34
Forum: Python
Topic: Python script for Netatmo weather station
Replies: 144
Views: 53969

Re: Python script for Netatmo weather station

All the steps 0. Download the netatmo.py and the netatmo_settings.xml from http://www.domoticz.com/forum/download/file.php?id=785 1. Installed python on Rpi sudo apt-get install python 2. Enabled the Netatmo API https://dev.netatmo.com/dev/ 3. Create one Virtual hardware device in domoticz and use ...