How to find out if binding stopped working?

I can confirm that using just :

Number Miflora_Sensor4_Moisture “Sensor4 Soil Moisture [%d %%]” <text> (gMiflora, Group_Moisture,Group_Moisture_LivingRoom) {mqtt="<[mosquitto:miflora/sensor4:state:JSONPATH($.moisture)]", expire=“1h” }

works, I did not know that you also could update state with the expire binding.

After dinner I will move on to the rule implementation.

1 Like

Sorry for a late update(Olympics!!) , the rule works fine.

I should maybe make new thread ?

So for notifications my idea is as follows

When any time

  • If CO2 level >2000ppm
  • If fridge door open for more then 5 minutes
  • Indoor temperature <5C

When home and time between evening and morning

  • If noise level > 70dB(No complaints from neighbours)

When home and time between night and morning or away

  • Doors open and unknown appears(Break in)

When home and time between afternoon and night

  • All above and:
  • Null and Undef items (Solved by this thread)
  • Error in logs(How to implement?)
  • Battery below 20%
  • Plant moisture below 10%
  • Plant conductivity < 20 µS/cm
  • Wifi signal <=2 bars
  • Rf signal <=2 bars
  • Slow internet
  • Myopenhab.org down(How to implement?)

When home and time between morning and afternoon

  • Outdoor temperature < 3C

What else can be nice to get notifications about?