Search found 14 matches

by oredin
Tuesday 12 May 2020 18:24
Forum: Examples & Solutions
Topic: dzVents version of the Solar Data Script [SOLVED]
Replies: 175
Views: 51087

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

Ok, I'll check it out this week end.

Regards
by oredin
Monday 11 May 2020 12:01
Forum: Examples & Solutions
Topic: dzVents version of the Solar Data Script [SOLVED]
Replies: 175
Views: 51087

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

Hi,

I'll try to check the operations made to compute this value :o :shock:

It only appeared when you updated the script after my last correction this week-end ?

Regards
by oredin
Sunday 02 June 2019 23:18
Forum: Suggestions
Topic: My isp dont allow to open ports
Replies: 9
Views: 2387

Re: My isp dont allow to open ports

Hi,

Take a look at https://ngrok.com/. I tried it on a RPI B+ and it worked like a charm. The paid version allows you to use a fixed domain name if you want.

I don't use it anymore since I have my own vpn network but the product is quite nice from what I saw.

Regards
by oredin
Monday 01 April 2019 10:19
Forum: Examples & Solutions
Topic: dzVents version of the Solar Data Script [SOLVED]
Replies: 175
Views: 51087

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

Derik wrote: Sunday 31 March 2019 12:21
gimic wrote: Sunday 31 March 2019 12:18 i have it in Watt/m2
And how must i see this value??
Power watt /m²
Or what can i do with this value
Hi,

This value is only used as a step for the whole computation and to compute the Lux value.

If you want to know more about it, look for Solar irradiance.
by oredin
Sunday 31 March 2019 11:37
Forum: Examples & Solutions
Topic: dzVents version of the Solar Data Script [SOLVED]
Replies: 175
Views: 51087

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

Derik wrote: Saturday 30 March 2019 20:09
gimic wrote: Saturday 30 March 2019 19:57 the virtual device is from the type 'solar radiation'

maybe you selected 'UV'?
Not working
Hi,

Try with a "Custom Sensor".
by oredin
Sunday 17 March 2019 12:27
Forum: Examples & Solutions
Topic: dzVents version of the Solar Data Script [SOLVED]
Replies: 175
Views: 51087

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

Hi, I've compared bramv's calculation and mine. Both are equivalent. If there's a difference in the results, it could come from the sources of the cloudcover since mine uses DarkSky and Bramv uses a device that can be updated from anything (OpenWeatherMap, for ex.). As I said earlier in this thread ...
by oredin
Thursday 07 March 2019 10:18
Forum: Examples & Solutions
Topic: dzVents version of the Solar Data Script [SOLVED]
Replies: 175
Views: 51087

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

jake wrote: Wednesday 06 March 2019 18:17 I checked it when I got home and I indeed use the bramv v3 version of the script
Thanks for the confirmation. I'll check the difference between bramv's calculation and mine since his seem more exact.
by oredin
Wednesday 06 March 2019 17:55
Forum: Examples & Solutions
Topic: dzVents version of the Solar Data Script [SOLVED]
Replies: 175
Views: 51087

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

I seem to have a really weird issue. It is very cloudy here today, yet the cover is reported as 23%. My calculated LUX is 40.000 and above, which feels way to high for the location right now. I'm suspecting something in the calculation is going wrong but I can't lay my fingers on it. I'm using the ...
by oredin
Saturday 17 November 2018 2:52
Forum: Speech & Voice Systems
Topic: Alexa with ngrok
Replies: 15
Views: 3284

Re: Alexa with ngrok

I'm also using Alexicz (dz_smarthome) skill which works like a charm. I wrote the documentation and it's ok for blinds (mine are RFY). You need to open https on the internet to enable the communication between your skill and your domoticz server... Hi, You're here too ! :D I'll let you get all ...
by oredin
Friday 16 November 2018 16:24
Forum: Examples & Solutions
Topic: dzVents version of the Solar Data Script [SOLVED]
Replies: 175
Views: 51087

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 oredin
Friday 16 November 2018 15:37
Forum: Speech & Voice Systems
Topic: Alexa with ngrok
Replies: 15
Views: 3284

Re: Alexa with ngrok

Check this link : https://github.com/rimram31/dz_smarthome. There's a whole step by step tutorial about how to create a skill for alexa (with the source code of the skill) and connecting it to your DZ. That's what I've used to test with ngrok. I'm still using this skill but I switched from ngrok to ...
by oredin
Friday 16 November 2018 14:58
Forum: Examples & Solutions
Topic: dzVents version of the Solar Data Script [SOLVED]
Replies: 175
Views: 51087

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

You did an awesome job, thanks! But, there is something wrong with the script or i made a mistake myself implementing it. Currently it is cloudy in the netherlands and the current indicated Lux value 13370. The Lux wiki tells me that a clouded day is around 1000 Lux. So 1337 Lux should be very ...
by oredin
Friday 16 November 2018 13:04
Forum: Speech & Voice Systems
Topic: Alexa with ngrok
Replies: 15
Views: 3284

Re: Alexa with ngrok

I read a lot about alexa and programming of skills. I think I could program a alexa skill, which would handle my domotcz devices via http / https calls. To make this possible, there would be 2 solutions. 1. Open my pi with domoticz to be reachable from the alexa skill via https 2. Use ngrok to ...
by oredin
Saturday 27 October 2018 20:34
Forum: Examples & Solutions
Topic: dzVents version of the Solar Data Script [SOLVED]
Replies: 175
Views: 51087

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

Hi, I just discovered this script and since the WU API is not available anymore, I took the liberty to adapt the dzEvent script to use Dark Sky API. I made some changes to follow JCLB's advices about : - the pressure (which is defaulted to Dark Sky but can be taken from a device) - latitude ...