Search found 53 matches

by RapTile
Monday 03 December 2018 22:36
Forum: Other questions and discussions
Topic: IFTTT and Domoticz
Replies: 15
Views: 11865

Re: IFTTT and Domoticz

hi guys, there are anyone that put a definitive guide how to use ifttt with domoticz for a newbies (for example with a simple lights or google home)? I looking fot that but found only confused or already created video or text. Thanks I use controlicz In the google home you can add the controlicz ...
by RapTile
Monday 03 December 2018 22:33
Forum: Bugs
Topic: Dashticz - Bug report
Replies: 557
Views: 136618

Re: Dashticz - Bug report

The sliders for volume don't run as smooth as they do in domoticz. Is that normal? it looks like the sliders want to set the value along the way they slide instead of setting the value when u let go of your mouse button. I also had the problem causing double triggers and updates. You could try ...
by RapTile
Friday 30 November 2018 17:03
Forum: Other questions and discussions
Topic: IFTTT and Domoticz
Replies: 15
Views: 11865

Re: IFTTT and Domoticz

hi guys, there are anyone that put a definitive guide how to use ifttt with domoticz for a newbies (for example with a simple lights or google home)? I looking fot that but found only confused or already created video or text. Thanks I use controlicz In the google home you can add the controlicz ...
by RapTile
Thursday 29 November 2018 11:59
Forum: Examples & Solutions
Topic: dzVents version of the Solar Data Script [SOLVED]
Replies: 175
Views: 52590

Re: dzVents version of the Solar Data Script [SOLVED]

The WeatherUnderground API will stop working at the and of the year and new API keys are not available. Therefore I wanted to use the OpenWeatherMap data. Domoticz already has an interface with that so it should be easy to use that. I've changed the DzVents version of the script to use an Domoticz ...
by RapTile
Friday 16 November 2018 16:05
Forum: Examples & Solutions
Topic: dzVents version of the Solar Data Script [SOLVED]
Replies: 175
Views: 52590

Re: dzVents version of the Solar Data Script [SOLVED]

<..> Hi, I've checked the script. So far, it seems to me that the translation from okta to cloud coverage in percent seems good in the script. I've looked further into the notion of okta (sky nebulosity) and cloud coverage from the intial article on domotique-info.fr. From what I've read, the two ...
by RapTile
Friday 16 November 2018 15:53
Forum: Examples & Solutions
Topic: dzVents version of the Solar Data Script [SOLVED]
Replies: 175
Views: 52590

Re: dzVents version of the Solar Data Script [SOLVED]

<..> device "CloudCover" => General Custom Sensor /!\ not a % device after in the axis of the custom sensor you put what you want, there is no unit for the cloud sensor That's weird. On github (https://github.com/russandol-sarl/dz-solarData) it shows: dxCloudCover : Create a virtual device ...
by RapTile
Friday 16 November 2018 13:55
Forum: Examples & Solutions
Topic: dzVents version of the Solar Data Script [SOLVED]
Replies: 175
Views: 52590

Re: dzVents version of the Solar Data Script [SOLVED]

For some reason i can not get this to work properly. What am i doing wrong? local countryCode = 'NL' -- Only for log purpose local idxSolarAzimuth = 97 -- (Integer) Virtual Azimuth Device ID local idxSolarAltitude = 98 -- (Integer) Your virtual Solar Altitude Device ID local dsAPIkey ...
by RapTile
Friday 16 November 2018 13:33
Forum: Examples & Solutions
Topic: dzVents version of the Solar Data Script [SOLVED]
Replies: 175
Views: 52590

Re: dzVents version of the Solar Data Script [SOLVED]

<..> ocal dev_rain1h = 105 -- dummy receive 1h expected rain in mm / Custom (mm) =>> not rain type but custom type local dev_rain12h = 106 -- dummy receive 12h expected rain in mm / Custom (mm) =>> not rain type but custom type local dev_rain24h = 107 -- dummy receive 24h expected rain in mm ...
by RapTile
Friday 16 November 2018 12:17
Forum: Examples & Solutions
Topic: dzVents version of the Solar Data Script [SOLVED]
Replies: 175
Views: 52590

Re: dzVents version of the Solar Data Script [SOLVED]

<..> The script is avaiblable at https://github.com/russandol-sarl/dz-solarData. Feel free to share ! If you have any improvements in mind, you can tell me and I'll see what I can do. You did an awesome job, thanks! But, there is something wrong with the script or i made a mistake myself ...
by RapTile
Friday 16 November 2018 12:07
Forum: Examples & Solutions
Topic: dzVents version of the Solar Data Script [SOLVED]
Replies: 175
Views: 52590

Re: dzVents version of the Solar Data Script [SOLVED]

<..> HI sorry my comments in the script were not very accurate. I've changed them So local dev_rain1h = youridx -- dummy receive 1h expected rain in mm / Custom (mm) local dev_rain12h = youridx -- dummy receive 12h expected rain in mm / Custom (mm) local dev_rain24h = youridx -- dummy receive 24h ...
by RapTile
Friday 16 November 2018 11:23
Forum: Examples & Solutions
Topic: dzVents version of the Solar Data Script [SOLVED]
Replies: 175
Views: 52590

Re: dzVents version of the Solar Data Script [SOLVED]

<..> Hi, I've writen a DzVents script to get values from DarkSky, with pressure and cloud cover => all put in dz device It works fine except for the rain because rain sensors are a strange thing in Domoticz - I work on it when I time and when it's raining ;-) I also have rain expectation for the ...
by RapTile
Thursday 15 November 2018 9:15
Forum: dzVents
Topic: HUE light sunset transition based on Solar Data Script - amount of lux - possible?
Replies: 3
Views: 642

Re: HUE light sunset transition based on Solar Data Script - amount of lux - possible?

<..> Should be possible. Do you already know at what lux level the sequence should start ? and do you already use commands to set your bulbs to these Kelvin and brightness levels ? I have send a PM No, i just initialised the solar script and got this idea. So i should have a look at what amount of ...
by RapTile
Thursday 15 November 2018 0:47
Forum: dzVents
Topic: HUE light sunset transition based on Solar Data Script - amount of lux - possible?
Replies: 3
Views: 642

HUE light sunset transition based on Solar Data Script - amount of lux - possible?

Hi, I was wondering if the following scene could be implemented based on LUX information. If the Lux sensor hits a value, you can set the light switch on/off of course but i want to go a bit further than that. I want to be able to enable the Hue bulbs with daylight color when Lux hits a certain ...
by RapTile
Wednesday 14 November 2018 16:01
Forum: LUA
Topic: Real-time solar data : azimuth, Altitude, Lux sensor... [closed]
Replies: 245
Views: 70439

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

RapTile wrote: Tuesday 13 November 2018 22:30 Did anyone updated this script to use dark sky instead of WU?

I would like to have a virtual lux sensor for my hue ambiance bulbs

TIA
This has been done:
viewtopic.php?f=72&t=19220&sid=5e62c0ad ... &start=100
by RapTile
Tuesday 13 November 2018 22:30
Forum: LUA
Topic: Real-time solar data : azimuth, Altitude, Lux sensor... [closed]
Replies: 245
Views: 70439

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

Did anyone updated this script to use dark sky instead of WU?

I would like to have a virtual lux sensor for my hue ambiance bulbs

TIA
by RapTile
Tuesday 13 November 2018 11:59
Forum: Zigbee
Topic: Hue lights/switches not visible in events
Replies: 2
Views: 742

Re: Hue lights/switches not visible in events

EdwinK wrote: Tuesday 13 November 2018 8:59 Did you click on the green arrow when in the devices list?

Screen Shot 2018-11-13 at 09.00.13.png

If not, then they are not activated.
Yes i did.
An update and a reboot did the trick.
Everything is fine again.

Thanks for your support
by RapTile
Tuesday 13 November 2018 0:11
Forum: Zigbee
Topic: Hue lights/switches not visible in events
Replies: 2
Views: 742

Hue lights/switches not visible in events

I can see and control the hue lights from the dashboard but they are not found/visible under the events/switches section. Am i doing zomething wrong? The bulbs and the bridge are nowhere to be found. They are in de devices listand they di have an idx number (I can see them in the devices list under ...
by RapTile
Sunday 11 November 2018 0:59
Forum: Python
Topic: [REQUEST] Ikea Trådfri Gateway (smart lights hub controller) plugin?
Replies: 951
Views: 181446

Re: [REQUEST] Ikea Trådfri Gateway (smart lights hub controller) plugin?

I need basic help installing support for IKEA trådfri Gateway. I'm trying to follow the instructions: https://github.com/moroen/IKEA-Tradfri-plugin I've installed python. I've installed libcoap: $ bash ./install-coap-client.sh But I cannot Install pytradfri-library with "$ pip3 install pytradfri" ...
by RapTile
Saturday 10 November 2018 0:35
Forum: Python
Topic: [REQUEST] Ikea Trådfri Gateway (smart lights hub controller) plugin?
Replies: 951
Views: 181446

Re: [REQUEST] Ikea Trådfri Gateway (smart lights hub controller) plugin?

Got it working.
Upgraded python
Made sure the ssl stuf was working with above post
followed your readme

Thanks for your support and awesome plugin!

What interval did u set it to?
by RapTile
Saturday 10 November 2018 0:18
Forum: Python
Topic: [REQUEST] Ikea Trådfri Gateway (smart lights hub controller) plugin?
Replies: 951
Views: 181446

Re: [REQUEST] Ikea Trådfri Gateway (smart lights hub controller) plugin?

I think i fixed it with: Download Python-3.6.1.tar.xz from https://www.python.org/ Unzip the file and keep the folder in home directory. Open terminal in that directory and perform the following commands: ./configure make make test sudo make install This will install Python 3.6 but pip3 may not be ...