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