Power consumption with Fibaro FGWP102 Wall plug not reporting on changes

Hardware: raspberryPI 3 + Aeon Labs Z-stick gen 2
OS: Linux openHABianPi 4.9.59-v7+ #1047 SMP Sun Oct 29 12:19:23 GMT 2017 armv7l
openHAB version: 2

I have a machine connected to a Fibaro FGWP102 Wall plug and had it running the entire day. The output of the logs looked like this:

2018-02-26 19:12:04.836 [vent.ItemStateChangedEvent] - m01_power changed from 960.1 to 960.7
2018-02-26 19:23:44.060 [vent.ItemStateChangedEvent] - m01_power changed from 960.7 to 959.9
2018-02-26 19:42:04.798 [vent.ItemStateChangedEvent] - m01_power changed from 959.9 to 960.5
2018-02-26 19:53:44.040 [vent.ItemStateChangedEvent] - m01_power changed from 960.5 to 958.8
2018-02-26 20:12:04.832 [vent.ItemStateChangedEvent] - m01_power changed from 958.8 to 959.1
2018-02-26 20:23:43.994 [vent.ItemStateChangedEvent] - m01_power changed from 959.1 to 960.9
2018-02-26 20:42:04.801 [vent.ItemStateChangedEvent] - m01_power changed from 960.9 to 958.5
2018-02-26 20:53:44.000 [vent.ItemStateChangedEvent] - m01_power changed from 958.5 to 960.2
2018-02-26 21:12:04.808 [vent.ItemStateChangedEvent] - m01_power changed from 960.2 to 958.9
2018-02-26 21:23:43.990 [vent.ItemStateChangedEvent] - m01_power changed from 958.9 to 959.2
2018-02-26 21:42:04.821 [vent.ItemStateChangedEvent] - m01_power changed from 959.2 to 957.9

So it seems that it sends a value every 11 minute or so, but not as defined in the configuration, when power changes 15% or more (settings 11, standard power report). And if I turn the switch off, it should send a high priority (setting 10, priority power report?) or at least know the power will drop to 0.

I rebooted the Pi, and I got two reports:

2018-02-26 22:00:05.107 [vent.ItemStateChangedEvent] - m01_power changed from NULL to 960
2018-02-26 22:00:06.091 [vent.ItemStateChangedEvent] - m01_power changed from 960 to 958.2

After this, nothing for more than 20 minutes. I’ll keep waiting to see if anything happens, but it doesn’t seem to follow it’s config.

Any help is appreciated! :slight_smile:

I just noticed this with my wall plug as well.
Monitoring the washing machine only resulted in new power readings once every 10min.
It missed the heating period completely.

I did two things at once, not sure what made it spring to life.
In habmin, I set the report period from 3600 to 10s, saved.
I then went to Assiciation Groups and ‘forced’ group 1 to the controller.
Viola, the Hipri/Regpri minmal precent changes started to work.
I had regular diff set to 5% and the value changed from 1.0 and 0.9 reporting down to an interval of just 2s.