Search found 39 matches

by xces
Wednesday 27 September 2017 14:35
Forum: Z-Wave
Topic: Fibaro Wall Plug 2 (Z-Wave Plus) - reports
Replies: 0
Views: 584

Fibaro Wall Plug 2 (Z-Wave Plus) - reports

I am getting crazy about the logs about all kind of ZWave reports, so i only want to report power usage/changes when there is actually something to report. Does anybody have reliable settings for a Fibaro plug?
by xces
Monday 04 September 2017 9:34
Forum: Other questions and discussions
Topic: Wiki "Installing_and_running_Domoticz_on_a_Raspberry_PI" needs some edits
Replies: 0
Views: 467

Wiki "Installing_and_running_Domoticz_on_a_Raspberry_PI" needs some edits

Since i can't login with my account on the wiki (tried it, and i don't have strange characters) here are some fixes for the wiki page: https://www.domoticz.com/wiki/Installing_and_running_Domoticz_on_a_Raspberry_PI Edit 1: Note building on pi 3 with image september jessy with gcc 4.9, you need ...
by xces
Wednesday 02 August 2017 10:49
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: Synology power usage, switch to RPi/windows?
Replies: 4
Views: 1651

Synology power usage, switch to RPi/windows?

So i am a long timer user (and made some contributions to the code) of Domoticz, and i always had it running on my Synology. Since i want to become more energy efficient at home, i found out that my Synology is using 50w of power. Because the Z-Stick is plugged into the USB port, the Synology does ...
by xces
Thursday 27 July 2017 22:29
Forum: dzVents
Topic: Testers wanted for dzVents 2.2.0
Replies: 16
Views: 2526

Re: Testers wanted for dzVents 2.2.0

Update: It got merged. If you check in settings menu it will show 2.2.0 I also did a synology update today; it seems like the dzVents scripts are not loaded by default, unless you 'touch' one of the scripts in the scripts/dzVents/scripts/ folder. It might be update related, but i hope the scripts ...
by xces
Sunday 02 July 2017 14:37
Forum: dzVents
Topic: domoticz.time.matchesRule('at 23:00-06:00')?
Replies: 3
Views: 1114

Re: domoticz.time.matchesRule('at 23:00-06:00')?

Oh yes i will :) ghehe gonna test it tonight. Thanks for the reply
by xces
Sunday 02 July 2017 14:26
Forum: dzVents
Topic: domoticz.time.matchesRule('at 23:00-06:00')?
Replies: 3
Views: 1114

domoticz.time.matchesRule('at 23:00-06:00')?

So last night a burglar walked through my garden, i didn't wake up until my neighbor had called the cops, who came an hour later and then knocked at my front door. I now have this kind of dzVents script: lux < 300 then garden lights on lux > 300 then garden lights off So now my garden is practically ...
by xces
Wednesday 09 November 2016 11:19
Forum: Suggestions
Topic: Define custom log level for LUA scripts (e.g. hide "Script event triggered" messages)
Replies: 0
Views: 546

Define custom log level for LUA scripts (e.g. hide "Script event triggered" messages)

It would be very welcome to be able to hide all "Script event triggered" messages. I have a script running every minute and it clutters my log.
For example make it configurable via some sort of LUA loglevel?
by xces
Saturday 05 November 2016 13:58
Forum: LUA
Topic: Real-time solar data : azimuth, Altitude, Lux sensor... [closed]
Replies: 245
Views: 69057

Re: Real-time solar data : azimuth, Altitude, Lux sensor...

Did you also follow the procedures to setup your local domoticz url and allow local updates without password (via options screen?)
by xces
Saturday 05 November 2016 8:48
Forum: LUA
Topic: Real-time solar data : azimuth, Altitude, Lux sensor... [closed]
Replies: 245
Views: 69057

Re: Real-time solar data : azimuth, Altitude, Lux sensor...

The bottom one seems to be the virtual sensors, but i agree with Toulon7559.

This is my "Hardware tab" (step 1 from above) notice MY name (Virtual Sensors):
Image

Then follow step 2.
by xces
Wednesday 02 November 2016 15:06
Forum: LUA
Topic: Real-time solar data : azimuth, Altitude, Lux sensor... [closed]
Replies: 245
Views: 69057

Re: Real-time solar data : azimuth, Altitude, Lux sensor...

Hmm well there is an API call which weatherunderground supports which is this: https://www.wunderground.com/weather/api/d/docs?d=data/geolookup We could not only use it to map lat/long to a city and country; but it also gives back the nearest station (and WMOID) if you pass in lat/long like this ...
by xces
Wednesday 02 November 2016 8:55
Forum: LUA
Topic: Real-time solar data : azimuth, Altitude, Lux sensor... [closed]
Replies: 245
Views: 69057

Re: Real-time solar data : azimuth, Altitude, Lux sensor...

You probably need to URL-encode or escape that character. Can you try this?
"%27s-Hertogenbosch"

The URL i tested succesfully was:
http://api.wunderground.com/api/<YOURAP ... bosch.json
by xces
Tuesday 01 November 2016 12:12
Forum: LUA
Topic: Real-time solar data : azimuth, Altitude, Lux sensor... [closed]
Replies: 245
Views: 69057

Re: Real-time solar data : azimuth, Altitude, Lux sensor...

i have no idea :) i live in Eindhoven the Netherlands. Weather station i am using is from the local airport so it should be fine. I will switch back to 06377 instead of 06370 and see what the difference is.
by xces
Monday 31 October 2016 20:11
Forum: LUA
Topic: Real-time solar data : azimuth, Altitude, Lux sensor... [closed]
Replies: 245
Views: 69057

Re: Real-time solar data : azimuth, Altitude, Lux sensor...

Not bad for your first try of LUA ;) I'm impressed ! And I saw you meet our little friend "¶m" in your journey :lol: This made me crazy myself in my time. Yeah that is why i moved the &param to the front of the URL query (it is not yet in your scripts by the way) I prefer to display this data. ...
by xces
Friday 28 October 2016 14:26
Forum: LUA
Topic: Real-time solar data : azimuth, Altitude, Lux sensor... [closed]
Replies: 245
Views: 69057

Re: Real-time solar data : azimuth, Altitude, Lux sensor...

Ok, so i got a little offended by the mention that i should learn Lua and decided to rewrite the script to MY liking (as in; if you don't want to use this that is fine, but it works for me). This is my first attempt to write Lua, but nevertheless i think the script improved a lot. script_time ...
by xces
Thursday 27 October 2016 21:10
Forum: LUA
Topic: Real-time solar data : azimuth, Altitude, Lux sensor... [closed]
Replies: 245
Views: 69057

Re: Real-time solar data : azimuth, Altitude, Lux sensor...

I am positively surprised to see that curves are also close. Did you set up the ogimet station and at what is distance between the station and your home ? (because the graphic shows that there wasn't any cloud all the day long...). I am interested to see other graph comparisons in particular of one ...
by xces
Thursday 27 October 2016 18:33
Forum: LUA
Topic: [Lua] json.htm?type=command¶m=udevice ???
Replies: 1
Views: 1278

[Lua] json.htm?type=command¶m=udevice ???

I have this Lua snippet and i can't see why it isn't working. cmd = 'curl "'..domoticzBaseUrl..'/json.htm?type=command&param=udevice&idx='..idxLux..'&nvalue=0&svalue='..tostring(round(weightedLux,0))..'"' local update=assert(io.popen(cmd)) print('<b style="color:Red">Lux updated!?</b>') print(cmd ...
by xces
Wednesday 26 October 2016 15:06
Forum: LUA
Topic: Real-time solar data : azimuth, Altitude, Lux sensor... [closed]
Replies: 245
Views: 69057

Re: Real-time solar data : azimuth, Altitude, Lux sensor...

Can anybody give feedback on my post/questions? I will update the source code, Can you make sure there is only '1' version of the source code online? I currently see a few mentioned in comments from other users, but there is one in the start post which does not seem to be in sync with the wiki ...
by xces
Thursday 20 October 2016 19:00
Forum: LUA
Topic: Real-time solar data : azimuth, Altitude, Lux sensor... [closed]
Replies: 245
Views: 69057

Re: Real-time solar data : azimuth, Altitude, Lux sensor...

So i am wondering here. I have activated the script since yesterday. I get different values compared to my Fibaro sensor, and i mean A LOT of deviation. Here are some graphs; Fibaro (battery powered, hanging at my front door, pointing downwards to limit false movements), the 22 lux is my front door ...
by xces
Wednesday 25 May 2016 21:31
Forum: Z-Wave
Topic: Combine/join multiple Fibaro RGBW controllers
Replies: 0
Views: 460

Combine/join multiple Fibaro RGBW controllers

Hi,

Is it possible to combine Fibaro RGBW controllers, as in; change the state (on/off) or a value (R, G, B, W or RGBW) from one device to also update the other device(s)?

Thanx
Gilles