Page 1 of 1

updateTempHumBaro problem

Posted: Monday 22 April 2019 22:05
by papoo
Hello,
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

Re: updateTempHumBaro problem

Posted: Monday 22 April 2019 22:47
by waaren
papoo wrote: Monday 22 April 2019 22:05 Hello,
I have some problems with Temperature, Humidity, Barometer sensor update
In the dzVents wiki it is described that for the different device-types [(Barometer sensor), (Temperature, Humidity, Barometer sensor) and (Temperature, Barometer sensor)] different possible forecasts apply. This is not something dzVents can influence as it is defined like this in domoticz. According to domoticz API wiki the forecast for this device-type can only be
  • 0 = No info
  • 1 = Sunny
  • 2 = Partly cloudy
  • 3 = Cloudy
  • 4 = Rain

Re: updateTempHumBaro problem  [SOLVED]

Posted: Monday 22 April 2019 23:28
by papoo
When reading the Domoticz.lua file I hoped that the wiki would not up to date