Scraping only temperature from DarkSky
Posted: Saturday 20 January 2018 15:25
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
Where the line said
I imagine I have to change "sensorwu" !
Any clue
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
Code: Select all
Error: EventSystem: in TempDarkSky: [string "--Script To Parse WeatherUnderground Multi-Va..."]:14: attempt to index global 'devicechanged' (a nil value)
Code: Select all
if devicechanged[sensorwu] then
Any clue