Search found 11 matches

by cyberbob
Saturday 08 August 2015 3:43
Forum: Other questions and discussions
Topic: Hoe to disable/enable a timer in a scene from another ??
Replies: 11
Views: 4084

Re: Hoe to disable/enable a timer in a scene from another ??

The manual shows how to "add a timer to a scene" using json. https://www.domoticz.com/wiki/Domoticz_API/JSON_URL%27s#Scenes_.2F_Groups You could use this in combination with your home/away switch. When you're home, you set the timer being "true" and when you're away you set it to "false". I haven't ...
by cyberbob
Saturday 08 August 2015 3:42
Forum: Other questions and discussions
Topic: Hoe to disable/enable a timer in a scene from another ??
Replies: 11
Views: 4084

Re: Hoe to disable/enable a timer in a scene from another ??

RayAmsterdam wrote:Why not use a the timer on a virtual switch and use this switch in your blockly to run the scenes?
cause the scene allows me easier access to 30 minutes before sunset instead of @ sunset.
by cyberbob
Tuesday 04 August 2015 21:19
Forum: Other questions and discussions
Topic: Hoe to disable/enable a timer in a scene from another ??
Replies: 11
Views: 4084

Hoe to disable/enable a timer in a scene from another ??

I have a virtual switch in domoticz.. which goes on and off through an json command and with an ios app. This to tell the system if im home or not. Now I also have a couple of scenes with an timer in it. (Trigger a bunch of lights 30 minutes before sunset). How can I create a blocky script or ...
by cyberbob
Saturday 21 March 2015 2:48
Forum: iOS
Topic: New iOS App for domoticz
Replies: 154
Views: 70440

Re: New iOS App for domoticz

The price is way to high for such an app.

I would be willing to pay that amount if a large portion of the purchase price goes to the development of Domoticz it self.
by cyberbob
Sunday 15 March 2015 22:11
Forum: Python
Topic: Python script for Netatmo weather station
Replies: 144
Views: 54649

Re: Python script for Netatmo weather station

this is only the netatmo.py adjusted to include rain and decibel. netatmo.py.zip Check this post for installation method: http://www.domoticz.com/forum/viewtopic.php?f=23&t=1817&start=20#p26776 replace the script with the one above.. and use these device settings <devices> <device data_type ...
by cyberbob
Sunday 15 March 2015 21:54
Forum: Python
Topic: Python script for Netatmo weather station
Replies: 144
Views: 54649

Re: Python script for Netatmo weather station

did you adjust the script and update domoticz to version 2300+?
by cyberbob
Friday 13 March 2015 22:08
Forum: Python
Topic: Python script for Netatmo weather station
Replies: 144
Views: 54649

Re: Python script for Netatmo weather station

upgrade to 2300+
by cyberbob
Friday 13 March 2015 21:51
Forum: Python
Topic: Python script for Netatmo weather station
Replies: 144
Views: 54649

Re: Python script for Netatmo weather station

which version of domoticz are you using?
by cyberbob
Sunday 08 March 2015 17:50
Forum: Python
Topic: Python script for Netatmo weather station
Replies: 144
Views: 54649

Re: Python script for Netatmo weather station

Screen Shot 2015-03-06 at 13.36.29.png
Screen Shot 2015-03-06 at 13.36.29.png (221.61 KiB) Viewed 6110 times
Definitely
by cyberbob
Thursday 05 March 2015 1:47
Forum: Python
Topic: Python script for Netatmo weather station
Replies: 144
Views: 54649

Re: Python script for Netatmo weather station

Before i forgot,

I believe that when you use the rain meter, (not 100% sure do)

you need to insert this line in netatmo.py at row 57:

Code: Select all

DATATYPE_Rain = 'Rain'
and at row 411
insert:

Code: Select all

elif data_type == DATATYPE_Rain:
        values[PARM_SValue] = value 
by cyberbob
Wednesday 04 March 2015 23:04
Forum: Python
Topic: Python script for Netatmo weather station
Replies: 144
Views: 54649

Re: Python script for Netatmo weather station

Basically everything from this : http://www.domoticz.com/forum/viewtopic.php?f=23&t=1817&start=20#p26776 and this post : http://www.domoticz.com/forum/viewtopic.php?f=23&t=1817&start=40#p33976 is correct. However from version 2300< up it now also shows the decibel meter; new netatmo_settings.xml ...