Search found 22 matches

by Qcvictor
Monday 11 June 2018 12:16
Forum: LUA
Topic: LUA script example for http poller
Replies: 3
Views: 4357

Re: LUA script example for http poller

Hi Andrew
Thanks for the script, helpful...
by Qcvictor
Sunday 29 April 2018 21:56
Forum: Suggestions
Topic: Multi value custom sensor
Replies: 31
Views: 19382

Re: Multi value custom sensor

+1 because I'm in metric and my wife in imperial, will be great to display temperature Celsius/Fahrenheit in the custom sensor :P
by Qcvictor
Sunday 18 February 2018 23:51
Forum: dzVents
Topic: Rain prediction - weather underground
Replies: 43
Views: 11071

Re: Rain prediction - weather underground

elmortero wrote: Sunday 18 February 2018 23:07 Should be Rain device
thank you so much elmortero, it's working now :D
by Qcvictor
Sunday 18 February 2018 22:38
Forum: dzVents
Topic: Rain prediction - weather underground
Replies: 43
Views: 11071

Re: Rain prediction - weather underground

ah, my bad! Didn't check very well when pasting the code here. this is what you need: 'http://api.wunderground.com/api/' .. apikey .. '/hourly/forecast/q/' .. country .. '/' .. city .. '.json' That should do it! Issue now is with the type of device for "Predicted next hour" and "Predicted Today ...
by Qcvictor
Sunday 18 February 2018 19:47
Forum: dzVents
Topic: Rain prediction - weather underground
Replies: 43
Views: 11071

Re: Rain prediction - weather underground

url = 'http://api.wunderground.com/api/'..apik ... ty..'.json', Change for domoticz.openURL({url = 'http://api.wunderground.com/api/' .. apikey .. '/hourly/forecast/alerts/q/' .. country .. '/' .. city .. '.json', and get 018-02-18 16:07:00.397 dzVents: Info: ------ Start internal script: Forecast ...
by Qcvictor
Sunday 18 February 2018 18:43
Forum: dzVents
Topic: Rain prediction - weather underground
Replies: 43
Views: 11071

Re: Rain prediction - weather underground

something goes wrong with the url in the latest script for new version of dzvents
by Qcvictor
Saturday 17 February 2018 21:09
Forum: dzVents
Topic: Rain prediction - weather underground
Replies: 43
Views: 11071

Re: Rain prediction - weather underground

Pretty interesting, I'm looking for the snow prediction %, can I change it easily for snow forecast ? any advice regard Vic
by Qcvictor
Monday 29 January 2018 13:07
Forum: LUA
Topic: Concrete Slab Heating Control
Replies: 0
Views: 520

Concrete Slab Heating Control

Hi Guys This is my script for controlling my heater concrete slab, everything is working excepted in cold temperature the Geo stuck because geothermal output temp is too low, I added another probe on the geothermal output for monitoring this temperature. Need help for introduced this new sensor for ...
by Qcvictor
Saturday 20 January 2018 16:24
Forum: LUA
Topic: Scraping only temperature from DarkSky
Replies: 1
Views: 1081

Re: Scraping only temperature from DarkSky

Reply to me: Finally I use this script: local sensorwu = 'THB' --name of the sensor that gets created when you add the WU device (and that contains multiple values like temperature, humidity, barometer etc) local idxt = 76 --idx of the virtual temperature sensor you need to change this to your own ...
by Qcvictor
Saturday 20 January 2018 15:45
Forum: LUA
Topic: I will send text from domoticz to a lcd2004 on an espeasy board
Replies: 3
Views: 2437

Re: I will send text from domoticz to a lcd2004 on an espeasy board

same thing for me, never found answer.... but it's working
by Qcvictor
Saturday 20 January 2018 15:25
Forum: LUA
Topic: Scraping only temperature from DarkSky
Replies: 1
Views: 1081

Scraping only temperature from DarkSky

Hi Guys I'm trying to get only the temperature in an virtual temperature sensor from DarkSky, I use the script found here https://www.domoticz.com/wiki/Virtual_weather_devices unfortunately doesn't work I get Error: EventSystem: in TempDarkSky: [string "--Script To Parse WeatherUnderground Multi-Va ...
by Qcvictor
Saturday 25 November 2017 0:06
Forum: Python
Topic: Hydroquebec plugins (Python script)
Replies: 9
Views: 2919

Re: Hydroquebec plugins (Python script)

Hey Zorbac I'm trying to get it working, where is supposed to be the folder "pyhydroquebec" When I ran it I get couple error ! pi@DomoticzTest:~/domoticz_hydroquebec$ ./hydroquebec.py 2017-11-24 18:05:45,551- ERROR-main-Erreur d'execution Traceback (most recent call last): File "./hydroquebec.py ...
by Qcvictor
Friday 07 July 2017 3:21
Forum: Python
Topic: Hydroquebec plugins (Python script)
Replies: 9
Views: 2919

Re: Hydroquebec plugins (Python script)

godinperson wrote:I might have found someone. Checking with him!
Sounds good, let us known !
by Qcvictor
Thursday 15 June 2017 18:08
Forum: Python
Topic: Hydroquebec plugins (Python script)
Replies: 9
Views: 2919

Re: Hydroquebec plugins (Python script)

Me too will be interested to get it working!
by Qcvictor
Wednesday 10 May 2017 22:08
Forum: Other questions and discussions
Topic: Water (Pool) Temperature Sensor
Replies: 62
Views: 24898

Re: Water (Pool) Temperature Sensor

Hey aleph0
Some discrepancies between your electronic wiring diagram and the wemos setup, the PH and Orp port seems inverted ;-)
Stupid question why you connect on ADS1115, A3 to 5V ?
Which kind of virtual sensor are you using for PH, Orp in DZ?
by Qcvictor
Thursday 20 April 2017 21:32
Forum: Other questions and discussions
Topic: Water (Pool) Temperature Sensor
Replies: 62
Views: 24898

Re: Water (Pool) Temperature Sensor

Aleph0, awesome, looking forward to read more
by Qcvictor
Thursday 20 April 2017 14:11
Forum: Other questions and discussions
Topic: Water (Pool) Temperature Sensor
Replies: 62
Views: 24898

Re: Water (Pool) Temperature Sensor

Hello ! I have experience with that sensor https://www.amazon.com/SODIAL-Thermometer-Measures-Temperature-Wireless/dp/B00SMCB912 I got it since last may in my swimming pool. It's read fine with rfxcom, with a pretty good range : rfxcom is inside the house, in the center of it and swimming pool is ...
by Qcvictor
Tuesday 21 February 2017 16:17
Forum: Raspberry Pi GPIO ( WiringPi )
Topic: YF-S201 Hall Effect Water Flow Meter
Replies: 0
Views: 2497

YF-S201 Hall Effect Water Flow Meter

Hi Guys
I'm looking to hookup this water flow meter through GPIO, on an ESP EASY he works great using Pulse counter. I don't see how pickup information when connected with DZ. any clue?
by Qcvictor
Wednesday 28 December 2016 3:20
Forum: Z-Wave
Topic: Aeotec Home Energy Meter Gen 5
Replies: 33
Views: 13176

Re: Aeotec Home Energy Meter Gen 5

Hey Steve, many thanks, got it working in less 5 minutes with your guidance, thank you.
by Qcvictor
Wednesday 06 April 2016 23:36
Forum: PHP and all others
Topic: RSS voice
Replies: 1
Views: 695

RSS voice

I trying to make talking domoticz, i followed the wiki without any issue, I cut and paste the script_device_switch.lua from wiki and create the "Switch" when I run the script a get this error 2016-04-06 17:29:28.027 Error: EventSystem: in /home/pi/domoticz/scripts/lua/script_device_switch.lua: /home ...