Search found 11 matches

by stef62376
Monday 23 February 2015 18:52
Forum: Python
Topic: Python script for Netatmo weather station
Replies: 144
Views: 55732

Re: Python script for Netatmo weather station

Petergap, do you receive data for anything other than co2 (or do you have issues only with co2)? I don;t receive any data at all at the moment, but haven't looked into it thoroughly yet..
by stef62376
Friday 20 February 2015 8:28
Forum: PHP and all others
Topic: Time based Lua script
Replies: 24
Views: 20135

Re: Time based Lua script

Actually you should add and (time.hour > 12) to the elseif statement for evening, otherwise it switches to evening again after midnight:


time = os.date("*t")

commandArray = {}

if (timeofday['Daytime']) and (time.hour < 12) then

commandArray['Variable:Time-Variable']='Morning'
print("Time ...
by stef62376
Wednesday 18 February 2015 8:06
Forum: Python
Topic: Python script for Netatmo weather station
Replies: 144
Views: 55732

Re: Python script for Netatmo weather station

Hmm my netatmo_settings.xml seems to be messed up, the netatmo credentials (client secret etc) are reset. After I corrected then again the errors disappeared but the values in domoticz are not updating.

To be continued...
by stef62376
Wednesday 18 February 2015 7:48
Forum: Python
Topic: Python script for Netatmo weather station
Replies: 144
Views: 55732

Re: Python script for Netatmo weather station

Since yesterday I get errors when running netatmo.py:

pi@domoticzpi:~/domoticz/scripts$ python netatmo.py
Traceback (most recent call last):
File "netatmo.py", line 530, in <module>
main()
File "netatmo.py", line 524, in main
token = GetToken()
File "netatmo.py", line 228, in GetToken
token ...
by stef62376
Tuesday 10 February 2015 7:54
Forum: Python
Topic: Python script for Netatmo weather station
Replies: 144
Views: 55732

Re: Python script for Netatmo weather station

Yep, that worked, many thanks!
by stef62376
Monday 09 February 2015 8:11
Forum: Python
Topic: Python script for Netatmo weather station
Replies: 144
Views: 55732

Re: Python script for Netatmo weather station

Came back from holidays (so I am sure I did't change anything in my setup;-) and found that I have the same issue. Perhaps the issue is caused in changes in the netatmo api?
by stef62376
Tuesday 30 December 2014 7:52
Forum: PHP and all others
Topic: SOLVED: Attach scene to triple click fibre dimmer module
Replies: 5
Views: 4221

Re: SOLVED: Attach scene to triple click fibre dimmer module

Later on I found an unknown device in my device list. After some investigation I found out that it was a new switch created after I enabled the scene activation in the settings of my Fibaro dimmer (FGD211 micromodule).
I added it to the switch page, gave a it a proper name and attached a scene to it ...
by stef62376
Friday 26 December 2014 10:34
Forum: Z-Wave
Topic: Sending z-wave alarm frame
Replies: 4
Views: 2241

Re: Sending z-wave alarm frame

ok never mind, I understood that because z-wave is in fact a closed protocol, alarm class is not supported by open z-wave (yet).
by stef62376
Tuesday 23 December 2014 11:01
Forum: Z-Wave
Topic: Sending z-wave alarm frame
Replies: 4
Views: 2241

Sending z-wave alarm frame

I already posted this in the scripts forum but didn't get any reaction so perhaps it was the wrong forum and should ask it here, so here we go:

My Fibaro motion sensor is able to send an alarm frame to associated devices (in group 2 I believe), like dimmers/switched or sirens which triggers in ...
by stef62376
Monday 15 December 2014 11:05
Forum: PHP and all others
Topic: SOLVED: Attach scene to triple click fibre dimmer module
Replies: 5
Views: 4221

Re: Attache scene to triple click fibre dimmer module

<spammer has been removed already>
by stef62376
Monday 15 December 2014 8:05
Forum: PHP and all others
Topic: SOLVED: Attach scene to triple click fibre dimmer module
Replies: 5
Views: 4221

SOLVED: Attach scene to triple click fibre dimmer module

Hi,

I have a FGD211Fibaro dimmer module and would like to attach a scene to the triple click functionality. In domoticz I can enable the functionality in the hardware settings but what I make out from the description it is not possible in Domoticz (see attachment)?
When I check with a lua script I ...