Tasmota + bme280 + Domoticz on windows weather prediction problem.
Posted: Wednesday 15 January 2020 19:31
Hi,
first of all sorry if I overlooked and someone already had this problem but I`m trying to figure out this for days, and did not find similar surroundings.
So I have ESP8266 with BME280 and I added it to Domoticz as temp+hym+baro device.
Everything works like a charm except, I have a temperature, pressure, and humidity readings. There is even a dew point prediction displayed, but weather prediction is Unknown all the time. My Domoticz in the last windows version and tasmota is also the last version (7.1.2) if it means anything.
I'm a quite new to Domoticz so sorry if a question is repeated, or dumb but as I said I`m googling for days with no luck, still dont know what to look for.
Only thing that might have anything to do with this that I found is in folder C:\Program Files (x86)\Domoticz\dzVents\runtime\device-adapters\
a file named temperature_humidity_barometer_device.lua
and it has:
local constMapping = {
['noinfo'] = 0,
['sunny'] = 1,
['partlycloudy'] = 2,
['cloudy'] = 3,
['rain'] = 4
}
What I cant find out is from where should this values come ....
Can anyone help with shedding some light on this subject, please?
With Kindest regards,
Sasa
first of all sorry if I overlooked and someone already had this problem but I`m trying to figure out this for days, and did not find similar surroundings.
So I have ESP8266 with BME280 and I added it to Domoticz as temp+hym+baro device.
Everything works like a charm except, I have a temperature, pressure, and humidity readings. There is even a dew point prediction displayed, but weather prediction is Unknown all the time. My Domoticz in the last windows version and tasmota is also the last version (7.1.2) if it means anything.
I'm a quite new to Domoticz so sorry if a question is repeated, or dumb but as I said I`m googling for days with no luck, still dont know what to look for.
Only thing that might have anything to do with this that I found is in folder C:\Program Files (x86)\Domoticz\dzVents\runtime\device-adapters\
a file named temperature_humidity_barometer_device.lua
and it has:
local constMapping = {
['noinfo'] = 0,
['sunny'] = 1,
['partlycloudy'] = 2,
['cloudy'] = 3,
['rain'] = 4
}
What I cant find out is from where should this values come ....
Can anyone help with shedding some light on this subject, please?
With Kindest regards,
Sasa