Search found 22 matches
- Saturday 06 June 2020 12:37
- Forum: Temperature and Weather
- Topic: attempt to index a nil value
- Replies: 16
- Views: 2712
Re: attempt to index a nil value
I change the timer to 1 minute, Could not find something to "second run triggered by the httpReponse". See here the error log: 2020-06-06 12:25:01.982 Error: dzVents: Error: (3.0.2) get_meteoBridge: An error occurred when calling event handler Meteobridge 2020-06-06 12:25:01.982 Error: dzVents ...
- Saturday 06 June 2020 10:07
- Forum: Temperature and Weather
- Topic: attempt to index a nil value
- Replies: 16
- Views: 2712
Re: attempt to index a nil value
See here my log file 2020-06-06 10:00:05.852 ", ["isTimer"]=false, ["statusText"]="OK", ["isJSON"]=false, ["protocol"]="HTTP/1.1", ["isVariable"]=false, ["isXML"]=false, ["isHTTPResponse"]=true, ["statusCode"]=200, ["_contentType"]="text/plain", ["isDevice"]=false, ["trigger"]="get_meteoBridge ...
- Saturday 06 June 2020 9:12
- Forum: Temperature and Weather
- Topic: attempt to index a nil value
- Replies: 16
- Views: 2712
Re: attempt to index a nil value
Thanks, I changed this upload file to <logger> <TH date="20200606090650" id="th0" temp="10.8" hum="86" dew="8.6"/> <THB date="20200606090650" id="thb0" temp="21.6" hum="46" dew="[thbdew-act]" press="997.4"/> <SOILA date="20200606090650" id="th10" temp="14.4" hum="64" lowbat="0"/> <SOILB date ...
- Saturday 06 June 2020 8:30
- Forum: Temperature and Weather
- Topic: attempt to index a nil value
- Replies: 16
- Views: 2712
Re: attempt to index a nil value
Sorry, I had the idea I sent you a response, but I guess I made a mistake. But your last reply is too difficult for me to understand. I am sure I did something wrong, but what and when I started with this script I had no error in the error log.
- Thursday 04 June 2020 21:01
- Forum: Temperature and Weather
- Topic: attempt to index a nil value
- Replies: 16
- Views: 2712
Re: attempt to index a nil value
thanks I did this 2020-06-04 20:45:01.547 Status: dzVents: Info: ------ Finished Meteobridge 2020-06-04 20:45:01.547 Status: dzVents: Info: ------ Start internal script: SGL Davis weerstation: HTTPResponse: "get_meteoBridge" 2020-06-04 20:45:01.552 Status: dzVents: Info: ------ Finished SGL Davis ...
- Thursday 04 June 2020 19:51
- Forum: Temperature and Weather
- Topic: attempt to index a nil value
- Replies: 16
- Views: 2712
Re: attempt to index a nil value
I hope I understand you good local url = 'http://www.website.com/domoticz.txt' --local url = 'http://meteobridge:[email protected]/cgi-bin/livedataxml.cgi' local scriptVar = 'get_meteoBridge' return { on = { timer = { 'every 5 minutes', -- change this to 5 minute after testing }, devices ...
- Thursday 04 June 2020 17:11
- Forum: Temperature and Weather
- Topic: attempt to index a nil value
- Replies: 16
- Views: 2712
Re: attempt to index a nil value
I did ( in line 113) see here the result 2020-06-04 17:05:11.204 Status: dzVents: Info: ------ Start internal script: SGL Davis weerstation: HTTPResponse: "get_meteoBridge" 2020-06-04 17:05:11.209 Status: dzVents: Info: ------ Finished SGL Davis weerstation 2020-06-04 17:05:11.210 Status ...
- Thursday 04 June 2020 15:38
- Forum: Temperature and Weather
- Topic: attempt to index a nil value
- Replies: 16
- Views: 2712
Re: attempt to index a nil value
Hi Waaren, see here the log 2020-06-04 15:35:01.653 Status: dzVents: Info: ------ Start internal script: SGL Davis weerstation: HTTPResponse: "get_meteoBridge" 2020-06-04 15:35:01.658 Status: dzVents: Info: ------ Finished SGL Davis weerstation 2020-06-04 15:35:01.660 Status: dzVents: Info: Handling ...
- Thursday 04 June 2020 9:56
- Forum: Temperature and Weather
- Topic: attempt to index a nil value
- Replies: 16
- Views: 2712
attempt to index a nil value
Since a couple of days I receive a error message in the error log: Error: dzVents: Error: (3.0.2) ...moticz/scripts/dzVents/generated_scripts/Meteobridge.lua:114: attempt to index a nil value (field 'SOILA') With the help of Waaren I created the next script: local url = 'http://www.website.com ...
- Monday 01 June 2020 12:37
- Forum: Suggestions
- Topic: Evapotranspiration widget
- Replies: 20
- Views: 3458
Re: Evapotranspiration widget
great script aleph0.
- Monday 01 June 2020 7:12
- Forum: Suggestions
- Topic: Evapotranspiration widget
- Replies: 20
- Views: 3458
Re: Evapotranspiration widget
Evapotranpiration is a combination of plant transpiration( active plants transpirate water) and evaporation. There are more ET calculations ( like Makkink, Hargreaves-Samansin). You always need at least a temperature and a radiation figure. The ET is calculated per 5 minutes and the day sum can be ...
- Sunday 24 May 2020 7:39
- Forum: News & Updates
- Topic: Domoticz IOS App in Appstore Now
- Replies: 29
- Views: 23421
Re: Domoticz IOS App in Appstore Now
thanks, great app.
- Saturday 09 May 2020 10:19
- Forum: dzVents
- Topic: Help needed get Data from Weatherstation Lua to dzvents [Solved]
- Replies: 38
- Views: 4743
Re: Help needed get Data from Weatherstation Lua to dzvents [Solved]
Solved. I made another Meteobridge xml file (uploaded with FTP by Meteobridge) to my website. <logger> <TH date="[YYYY][MM][DD][hh][mm][ss]" id="th0" temp="[th0temp-act.1:---]" hum="[th0hum-act.0:---]" dew="[th0dew-act]"/> <THB date="[YYYY][MM][DD][hh][mm][ss]" id="thb0" temp="[thb0temp-act.1 ...
- Saturday 09 May 2020 10:13
- Forum: dzVents
- Topic: Help needed get Data from Weatherstation Lua to dzvents [Solved]
- Replies: 38
- Views: 4743
Re: Help needed get Data from Weatherstation Lua to dzvents [Solved]
thanks Waaren. I played more with your code and now I get almost all the data with this script ( your script!) local url = 'http://IPMeteobridgelocal with userand password/cgi-bin/livedataxml.cgi' local scriptVar = 'get_meteoBridge' return { on = { timer = { 'every minute', -- change this to 5 ...
- Thursday 07 May 2020 18:01
- Forum: dzVents
- Topic: Help needed get Data from Weatherstation Lua to dzvents [Solved]
- Replies: 38
- Views: 4743
Re: Help needed get Data from Weatherstation Lua to dzvents [Solved]
okay thanks, will check it out more this evening. thanks
- Thursday 07 May 2020 8:15
- Forum: dzVents
- Topic: Help needed get Data from Weatherstation Lua to dzvents [Solved]
- Replies: 38
- Views: 4743
Re: Help needed get Data from Weatherstation Lua to dzvents [Solved]
]Thanks, still some issues with humidity. the dewpoint (Dauwpunt) sensor is ( I believe) a temperature sensor and when I use this script with dewpoint as temperature device it works. local url = 'http://meteobridgePI/cgi-bin/livedataxml.cgi' local scriptVar = 'get_meteoBridge' return { on = { timer ...
- Wednesday 06 May 2020 23:35
- Forum: dzVents
- Topic: Help needed get Data from Weatherstation Lua to dzvents [Solved]
- Replies: 38
- Views: 4743
Re: Help needed get Data from Weatherstation Lua to dzvents [Solved]
Hi, still a small problem. I started to use more parameters, also humidity. As copycat I made this local url = 'http://meteobridgeIP/cgi-bin/livedataxml.cgi' local scriptVar = 'get_meteoBridge' return { on = { timer = { 'every minute', }, devices = { 'triggerhulp', }, httpResponses = { scriptVar ...
- Wednesday 06 May 2020 8:27
- Forum: dzVents
- Topic: Help needed get Data from Weatherstation Lua to dzvents [Solved]
- Replies: 38
- Views: 4743
Re: Help needed get Data from Weatherstation Lua to dzvents [Solved]
Thanks it works excellent.
- Tuesday 05 May 2020 20:45
- Forum: dzVents
- Topic: Help needed get Data from Weatherstation Lua to dzvents [Solved]
- Replies: 38
- Views: 4743
Re: Help needed get Data from Weatherstation Lua to dzvents [Solved]
Sorry, I jsut saw your other question about the virtual devices just now. See here the first ones:
Code: Select all
82 weerstation 140A2 1 Temperatuur Davis Temp LaCrosse TX3
83 weerstation 140A3 1 Regen Davis Rain TFA 0;0 -
84 weerstation 140A4 1 Wind Davis Wind WTGR800 0;N;0;0;0;0
- Tuesday 05 May 2020 20:08
- Forum: dzVents
- Topic: Help needed get Data from Weatherstation Lua to dzvents [Solved]
- Replies: 38
- Views: 4743
Re: Help needed get Data from Weatherstation Lua to dzvents [Solved]
the Domoticz version:
Version: 2020.2
Build Hash: b63341bc0
Compile Date: 2020-04-26 13:47:55
dzVents Version: 3.0.2
Python Version: 3.7.3
Version: 2020.2
Build Hash: b63341bc0
Compile Date: 2020-04-26 13:47:55
dzVents Version: 3.0.2
Python Version: 3.7.3