I have some problems with Temperature, Humidity, Barometer sensor update
it work fine with :
BARO_SUNNY
BARO_CLOUDY
BARO_NOINFO
BARO_PARTLYCLOUDY
BARO_RAIN
but not with (there are in Domoticz.lua):
BARO_STABLE
BARO_UNSTABLE
BARO_THUNDERSTORM
Temperature hygro and pressure works fine only forecast does not work correctly
Code: Select all
domoticz.devices(TempHumBarosensor).updateTempHumBaro(21, 40, 2, 955, domoticz.BARO_STABLE)
domoticz Version: 4.10603
dzVents Version: 2.4.18