Rules errors while system startup in 2.5.2-SNAPSHOT build 32: "cannot be resolved to an item or type" and [SOLVED] Max binding spamming logfile

You would hope that was plenty of time, but I guess not in reality.
I’d assume a Windows box would be more powerful than the usual Pi - this may be contributing to your view of the issue - multi-core processors would make this a more chaotic process than on a plodding Pi.

There’s some kind of tweak the Openabian guys use about file loading process, worth digging up.

I developed my first set of OH1 rules on a slow laptop - these failed when transferred to a more powerful desktop, all sorts of race conditions were exposed.

I’m not sure how well that approach will translate to a Windows machine. Essentially the systemd start script has some commands in it that move the .rules files out of the rules folder, sleeps for a bit and then moved them back. The sleep is long enough for everything else to finish loading before the Rules are loaded.

There really isn’t an equivalent to a systemd service file on Windows. Maybe one could do this in the start.bat file?

I don’t know ; I run OH on windows myself without these troubles, but most likely a different fit of bindings etc. to most.

The PR avoids some config updates (if the value is already there it does not do the config update)
Would not expect this behavior from it.

Thanks for explanation. My max shutter contacts are in two groups (CLOSED/OPEN) named WindowsEG and WindowsUG. The last update (DateTime) comes from a rule (see above). When I stop max binding then the spaming of logfile stops. The rule run for nearly 3 years. Then rule engine must have been changed or made more restricted. The low battery states (ON/OFF) of the shutter contacts are in the same both groups.
Maybe that now is the problem?

EDIT: I’ve removed “low battery states (ON/OFF)” items from both groups, now. SAME problem.

@marcel_verpaalen

So, today I found some time to do further investigations.

I’ve updated from 2.5.0-Snapshot, build 1762 to 2.5.2-Snapshot, build 36.

Again everthing is OK, but max binding again is spamming my logfile.

When I put an older version of max binding jar file into addons folder the spamming is over immediately:

279 x Active x  80 x 2.5.0.201911241910      x openHAB Add-ons :: Bundles :: MaxCube Binding

When I remove the jar from addons folder and install the new binding again, spamming beginns again.
.
.
Here again my config:
.
ITEMS:

Group:Contact:OR(OPEN, CLOSED)  WindowsEG   "Offene Fenster EG [(%d)]"          <contact>
Group:Contact:OR(OPEN, CLOSED)  WindowsUG   "Offene Fenster UG [(%d)]"          <contact>

Contact Window_GF_Corridor      "EG Windfang [MAP(de.map):%s]"   				(GF_Corridor, WindowsEG) { channel = "max:shuttercontact:LKFxxxxxxx:NEQxxxxxxx:contact_state" }
Contact Window_GF_Kitchen      	"EG Küche [MAP(de.map):%s]"   					(GF_Kitchen, WindowsEG) { channel = "max:shuttercontact:LKFxxxxxxx:NEQxxxxxxx:contact_state" }
Contact Window_C_Bed        	"UG Schlafzimmer [MAP(de.map):%s]"     			(C_Bed, WindowsUG) { channel = "max:shuttercontact:LKFxxxxxxx:NEQxxxxxxx:contact_state" }

DateTime WindowsEG_LastUpdate   "Offene Fenster EG: letzte Akt. [%1$ta %1$tR]" <time>
DateTime WindowsUG_LastUpdate   "Offene Fenster UG: letzte Akt. [%1$ta %1$tR]" <time> 

.
RULES:

// Creates an item that stores the last update time of this item

rule "Records last windows EG update time"
	when
		Item WindowsEG received update
	then
		WindowsEG_LastUpdate.postUpdate(new DateTimeType())
end

rule "Records last windows UG update time"
	when
		Item WindowsUG received update
	then
		WindowsUG_LastUpdate.postUpdate(new DateTimeType())
end

.
LOG:

2020-02-01 17:54:08.166 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:53:31.878+0100 to 2020-02-01T17:54:08.101+0100
2020-02-01 17:54:08.168 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.101+0100 to 2020-02-01T17:54:08.102+0100
2020-02-01 17:54:08.169 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.102+0100 to 2020-02-01T17:54:08.104+0100
2020-02-01 17:54:08.171 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.104+0100 to 2020-02-01T17:54:08.105+0100
2020-02-01 17:54:08.172 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.105+0100 to 2020-02-01T17:54:08.106+0100
2020-02-01 17:54:08.173 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.106+0100 to 2020-02-01T17:54:08.108+0100
2020-02-01 17:54:08.174 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.108+0100 to 2020-02-01T17:54:08.101+0100
2020-02-01 17:54:08.175 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.101+0100 to 2020-02-01T17:54:08.102+0100
2020-02-01 17:54:08.176 [vent.ItemStateChangedEvent] - WindowsUG_LastUpdate changed from 2020-02-01T17:53:31.878+0100 to 2020-02-01T17:54:08.104+0100
2020-02-01 17:54:08.178 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.102+0100 to 2020-02-01T17:54:08.105+0100
2020-02-01 17:54:08.179 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.105+0100 to 2020-02-01T17:54:08.106+0100
2020-02-01 17:54:08.180 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.106+0100 to 2020-02-01T17:54:08.102+0100
2020-02-01 17:54:08.181 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.102+0100 to 2020-02-01T17:54:08.103+0100
2020-02-01 17:54:08.182 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.103+0100 to 2020-02-01T17:54:08.104+0100
2020-02-01 17:54:08.299 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.104+0100 to 2020-02-01T17:54:08.106+0100
2020-02-01 17:54:08.301 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.106+0100 to 2020-02-01T17:54:08.107+0100
2020-02-01 17:54:08.303 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.107+0100 to 2020-02-01T17:54:08.108+0100
2020-02-01 17:54:08.312 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.108+0100 to 2020-02-01T17:54:08.107+0100
2020-02-01 17:54:08.314 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.107+0100 to 2020-02-01T17:54:08.108+0100
2020-02-01 17:54:08.316 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.108+0100 to 2020-02-01T17:54:08.109+0100
2020-02-01 17:54:08.318 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.109+0100 to 2020-02-01T17:54:08.111+0100
2020-02-01 17:54:08.328 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.111+0100 to 2020-02-01T17:54:08.112+0100
2020-02-01 17:54:08.330 [vent.ItemStateChangedEvent] - WindowsUG_LastUpdate changed from 2020-02-01T17:54:08.104+0100 to 2020-02-01T17:54:08.111+0100
2020-02-01 17:54:08.464 [vent.ItemStateChangedEvent] - WindowsUG_LastUpdate changed from 2020-02-01T17:54:08.111+0100 to 2020-02-01T17:54:08.110+0100
2020-02-01 17:54:08.465 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.112+0100 to 2020-02-01T17:54:08.114+0100
2020-02-01 17:54:08.467 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.114+0100 to 2020-02-01T17:54:08.116+0100
2020-02-01 17:54:08.469 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.116+0100 to 2020-02-01T17:54:08.113+0100
2020-02-01 17:54:08.470 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.113+0100 to 2020-02-01T17:54:08.115+0100
2020-02-01 17:54:08.471 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.115+0100 to 2020-02-01T17:54:08.116+0100
2020-02-01 17:54:08.741 [vent.ItemStateChangedEvent] - WindowsUG_LastUpdate changed from 2020-02-01T17:54:08.110+0100 to 2020-02-01T17:54:08.116+0100
2020-02-01 17:54:08.743 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.116+0100 to 2020-02-01T17:54:08.117+0100
2020-02-01 17:54:08.744 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.117+0100 to 2020-02-01T17:54:08.118+0100
2020-02-01 17:54:08.745 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.118+0100 to 2020-02-01T17:54:08.120+0100
2020-02-01 17:54:08.746 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.120+0100 to 2020-02-01T17:54:08.121+0100
2020-02-01 17:54:08.748 [vent.ItemStateChangedEvent] - WindowsUG_LastUpdate changed from 2020-02-01T17:54:08.116+0100 to 2020-02-01T17:54:08.122+0100
2020-02-01 17:54:08.749 [vent.ItemStateChangedEvent] - WindowsUG_LastUpdate changed from 2020-02-01T17:54:08.122+0100 to 2020-02-01T17:54:08.123+0100
2020-02-01 17:54:08.750 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.121+0100 to 2020-02-01T17:54:08.117+0100
2020-02-01 17:54:08.751 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.117+0100 to 2020-02-01T17:54:08.118+0100
2020-02-01 17:54:08.753 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.118+0100 to 2020-02-01T17:54:08.119+0100
2020-02-01 17:54:08.754 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.119+0100 to 2020-02-01T17:54:08.120+0100
2020-02-01 17:54:08.755 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.120+0100 to 2020-02-01T17:54:08.121+0100
2020-02-01 17:54:08.757 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.121+0100 to 2020-02-01T17:54:08.122+0100
2020-02-01 17:54:08.758 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.122+0100 to 2020-02-01T17:54:08.123+0100
2020-02-01 17:54:08.759 [vent.ItemStateChangedEvent] - WindowsUG_LastUpdate changed from 2020-02-01T17:54:08.123+0100 to 2020-02-01T17:54:08.124+0100
2020-02-01 17:54:08.760 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.123+0100 to 2020-02-01T17:54:08.125+0100
2020-02-01 17:54:08.761 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.125+0100 to 2020-02-01T17:54:08.127+0100
2020-02-01 17:54:08.762 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.127+0100 to 2020-02-01T17:54:08.125+0100
2020-02-01 17:54:08.764 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.125+0100 to 2020-02-01T17:54:08.127+0100
2020-02-01 17:54:08.765 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.127+0100 to 2020-02-01T17:54:08.128+0100
2020-02-01 17:54:08.766 [vent.ItemStateChangedEvent] - WindowsUG_LastUpdate changed from 2020-02-01T17:54:08.124+0100 to 2020-02-01T17:54:08.129+0100
2020-02-01 17:54:08.767 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.128+0100 to 2020-02-01T17:54:08.130+0100
2020-02-01 17:54:08.768 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.130+0100 to 2020-02-01T17:54:08.131+0100
2020-02-01 17:54:08.769 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.131+0100 to 2020-02-01T17:54:08.132+0100
2020-02-01 17:54:08.770 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.132+0100 to 2020-02-01T17:54:08.133+0100
2020-02-01 17:54:08.820 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.133+0100 to 2020-02-01T17:54:08.134+0100
2020-02-01 17:54:08.822 [vent.ItemStateChangedEvent] - WindowsUG_LastUpdate changed from 2020-02-01T17:54:08.129+0100 to 2020-02-01T17:54:08.136+0100
2020-02-01 17:54:08.823 [vent.ItemStateChangedEvent] - WindowsUG_LastUpdate changed from 2020-02-01T17:54:08.136+0100 to 2020-02-01T17:54:08.137+0100
2020-02-01 17:54:08.824 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.134+0100 to 2020-02-01T17:54:08.138+0100
2020-02-01 17:54:08.826 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.138+0100 to 2020-02-01T17:54:08.139+0100
2020-02-01 17:54:08.828 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.139+0100 to 2020-02-01T17:54:08.128+0100
2020-02-01 17:54:08.829 [vent.ItemStateChangedEvent] - WindowsUG_LastUpdate changed from 2020-02-01T17:54:08.137+0100 to 2020-02-01T17:54:08.129+0100
2020-02-01 17:54:08.831 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.128+0100 to 2020-02-01T17:54:08.130+0100
2020-02-01 17:54:08.833 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.130+0100 to 2020-02-01T17:54:08.132+0100
2020-02-01 17:54:08.834 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.132+0100 to 2020-02-01T17:54:08.133+0100
2020-02-01 17:54:08.839 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.133+0100 to 2020-02-01T17:54:08.134+0100
2020-02-01 17:54:08.841 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.134+0100 to 2020-02-01T17:54:08.135+0100
2020-02-01 17:54:08.847 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.135+0100 to 2020-02-01T17:54:08.136+0100
2020-02-01 17:54:09.151 [vent.ItemStateChangedEvent] - WindowsUG_LastUpdate changed from 2020-02-01T17:54:08.129+0100 to 2020-02-01T17:54:08.138+0100
2020-02-01 17:54:09.172 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.136+0100 to 2020-02-01T17:54:08.139+0100
2020-02-01 17:54:09.288 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.139+0100 to 2020-02-01T17:54:08.142+0100
2020-02-01 17:54:09.309 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.142+0100 to 2020-02-01T17:54:08.156+0100
2020-02-01 17:54:09.314 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.156+0100 to 2020-02-01T17:54:08.157+0100
2020-02-01 17:54:09.322 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.157+0100 to 2020-02-01T17:54:08.112+0100
2020-02-01 17:54:09.329 [vent.ItemStateChangedEvent] - WindowsUG_LastUpdate changed from 2020-02-01T17:54:08.138+0100 to 2020-02-01T17:54:08.141+0100
2020-02-01 17:54:09.334 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.112+0100 to 2020-02-01T17:54:08.142+0100
2020-02-01 17:54:09.336 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.142+0100 to 2020-02-01T17:54:08.143+0100
2020-02-01 17:54:09.338 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.143+0100 to 2020-02-01T17:54:08.144+0100
2020-02-01 17:54:09.340 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.144+0100 to 2020-02-01T17:54:08.145+0100
2020-02-01 17:54:09.342 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.145+0100 to 2020-02-01T17:54:08.147+0100
2020-02-01 17:54:09.344 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.147+0100 to 2020-02-01T17:54:08.148+0100
2020-02-01 17:54:09.347 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.148+0100 to 2020-02-01T17:54:08.149+0100
2020-02-01 17:54:09.349 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.149+0100 to 2020-02-01T17:54:08.150+0100
2020-02-01 17:54:09.351 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.150+0100 to 2020-02-01T17:54:08.151+0100
2020-02-01 17:54:09.367 [vent.ItemStateChangedEvent] - WindowsUG_LastUpdate changed from 2020-02-01T17:54:08.141+0100 to 2020-02-01T17:54:08.152+0100
2020-02-01 17:54:09.370 [vent.ItemStateChangedEvent] - WindowsUG_LastUpdate changed from 2020-02-01T17:54:08.152+0100 to 2020-02-01T17:54:08.154+0100
2020-02-01 17:54:09.384 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.151+0100 to 2020-02-01T17:54:08.155+0100
2020-02-01 17:54:09.387 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.155+0100 to 2020-02-01T17:54:08.125+0100
2020-02-01 17:54:09.388 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.125+0100 to 2020-02-01T17:54:08.173+0100
2020-02-01 17:54:09.390 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.173+0100 to 2020-02-01T17:54:08.174+0100
2020-02-01 17:54:09.393 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.174+0100 to 2020-02-01T17:54:08.175+0100
2020-02-01 17:54:09.395 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.175+0100 to 2020-02-01T17:54:08.177+0100
2020-02-01 17:54:09.398 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.177+0100 to 2020-02-01T17:54:08.178+0100
2020-02-01 17:54:09.401 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.178+0100 to 2020-02-01T17:54:08.180+0100
2020-02-01 17:54:09.404 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.180+0100 to 2020-02-01T17:54:08.181+0100
2020-02-01 17:54:09.406 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.181+0100 to 2020-02-01T17:54:08.182+0100
2020-02-01 17:54:09.407 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.182+0100 to 2020-02-01T17:54:08.205+0100
2020-02-01 17:54:09.409 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.205+0100 to 2020-02-01T17:54:08.206+0100
2020-02-01 17:54:09.411 [vent.ItemStateChangedEvent] - WindowsUG_LastUpdate changed from 2020-02-01T17:54:08.154+0100 to 2020-02-01T17:54:08.207+0100
2020-02-01 17:54:09.416 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.206+0100 to 2020-02-01T17:54:08.183+0100
2020-02-01 17:54:09.426 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.183+0100 to 2020-02-01T17:54:08.207+0100
2020-02-01 17:54:09.428 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.207+0100 to 2020-02-01T17:54:08.208+0100
2020-02-01 17:54:09.431 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.208+0100 to 2020-02-01T17:54:08.209+0100
2020-02-01 17:54:09.433 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.209+0100 to 2020-02-01T17:54:08.210+0100
2020-02-01 17:54:09.436 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.210+0100 to 2020-02-01T17:54:08.212+0100
2020-02-01 17:54:09.443 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.212+0100 to 2020-02-01T17:54:08.213+0100
2020-02-01 17:54:09.444 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.213+0100 to 2020-02-01T17:54:08.208+0100
2020-02-01 17:54:09.447 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.208+0100 to 2020-02-01T17:54:08.214+0100
2020-02-01 17:54:09.449 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.214+0100 to 2020-02-01T17:54:08.215+0100
2020-02-01 17:54:09.451 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.215+0100 to 2020-02-01T17:54:08.216+0100
2020-02-01 17:54:09.667 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.216+0100 to 2020-02-01T17:54:08.218+0100
2020-02-01 17:54:09.669 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.218+0100 to 2020-02-01T17:54:08.219+0100
2020-02-01 17:54:09.676 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.219+0100 to 2020-02-01T17:54:08.220+0100
2020-02-01 17:54:09.680 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.220+0100 to 2020-02-01T17:54:08.222+0100
2020-02-01 17:54:09.685 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.222+0100 to 2020-02-01T17:54:08.223+0100
2020-02-01 17:54:09.689 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.223+0100 to 2020-02-01T17:54:08.225+0100
2020-02-01 17:54:09.695 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.225+0100 to 2020-02-01T17:54:08.226+0100
2020-02-01 17:54:09.700 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.226+0100 to 2020-02-01T17:54:08.227+0100
2020-02-01 17:54:09.702 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.227+0100 to 2020-02-01T17:54:08.228+0100
2020-02-01 17:54:09.706 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.228+0100 to 2020-02-01T17:54:08.232+0100
2020-02-01 17:54:09.710 [vent.ItemStateChangedEvent] - WindowsUG_LastUpdate changed from 2020-02-01T17:54:08.207+0100 to 2020-02-01T17:54:08.234+0100
2020-02-01 17:54:09.713 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.232+0100 to 2020-02-01T17:54:08.239+0100
2020-02-01 17:54:09.716 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.239+0100 to 2020-02-01T17:54:08.241+0100
2020-02-01 17:54:09.720 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.241+0100 to 2020-02-01T17:54:08.242+0100
2020-02-01 17:54:09.723 [vent.ItemStateChangedEvent] - WindowsUG_LastUpdate changed from 2020-02-01T17:54:08.234+0100 to 2020-02-01T17:54:08.244+0100
2020-02-01 17:54:09.728 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.242+0100 to 2020-02-01T17:54:08.245+0100
2020-02-01 17:54:09.731 [vent.ItemStateChangedEvent] - WindowsUG_LastUpdate changed from 2020-02-01T17:54:08.244+0100 to 2020-02-01T17:54:08.247+0100
2020-02-01 17:54:09.738 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.245+0100 to 2020-02-01T17:54:08.248+0100
2020-02-01 17:54:09.750 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.248+0100 to 2020-02-01T17:54:08.250+0100
2020-02-01 17:54:09.758 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.250+0100 to 2020-02-01T17:54:08.252+0100
2020-02-01 17:54:09.816 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.252+0100 to 2020-02-01T17:54:08.253+0100
2020-02-01 17:54:09.821 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.253+0100 to 2020-02-01T17:54:08.255+0100
2020-02-01 17:54:09.826 [vent.ItemStateChangedEvent] - WindowsUG_LastUpdate changed from 2020-02-01T17:54:08.247+0100 to 2020-02-01T17:54:08.256+0100
2020-02-01 17:54:09.830 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.255+0100 to 2020-02-01T17:54:08.258+0100
2020-02-01 17:54:09.852 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.258+0100 to 2020-02-01T17:54:08.259+0100
2020-02-01 17:54:09.857 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.259+0100 to 2020-02-01T17:54:08.263+0100
2020-02-01 17:54:09.864 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.263+0100 to 2020-02-01T17:54:08.264+0100
2020-02-01 17:54:09.869 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.264+0100 to 2020-02-01T17:54:08.266+0100
2020-02-01 17:54:09.874 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.266+0100 to 2020-02-01T17:54:08.267+0100
2020-02-01 17:54:09.879 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.267+0100 to 2020-02-01T17:54:08.269+0100
2020-02-01 17:54:09.887 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.269+0100 to 2020-02-01T17:54:08.271+0100
2020-02-01 17:54:09.893 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.271+0100 to 2020-02-01T17:54:08.272+0100
2020-02-01 17:54:09.896 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.272+0100 to 2020-02-01T17:54:08.274+0100
2020-02-01 17:54:09.921 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.274+0100 to 2020-02-01T17:54:08.275+0100
2020-02-01 17:54:09.924 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.275+0100 to 2020-02-01T17:54:08.277+0100
2020-02-01 17:54:09.929 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.277+0100 to 2020-02-01T17:54:08.158+0100
2020-02-01 17:54:09.937 [vent.ItemStateChangedEvent] - WindowsUG_LastUpdate changed from 2020-02-01T17:54:08.256+0100 to 2020-02-01T17:54:08.280+0100
2020-02-01 17:54:09.942 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.158+0100 to 2020-02-01T17:54:08.278+0100
2020-02-01 17:54:09.944 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.278+0100 to 2020-02-01T17:54:08.282+0100
2020-02-01 17:54:09.946 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.282+0100 to 2020-02-01T17:54:08.284+0100
2020-02-01 17:54:09.948 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.284+0100 to 2020-02-01T17:54:08.285+0100
2020-02-01 17:54:09.950 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.285+0100 to 2020-02-01T17:54:08.287+0100
2020-02-01 17:54:09.952 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.287+0100 to 2020-02-01T17:54:08.288+0100
2020-02-01 17:54:09.958 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.288+0100 to 2020-02-01T17:54:08.289+0100
2020-02-01 17:54:09.959 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.289+0100 to 2020-02-01T17:54:08.290+0100
2020-02-01 17:54:09.960 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.290+0100 to 2020-02-01T17:54:08.292+0100
2020-02-01 17:54:10.091 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.292+0100 to 2020-02-01T17:54:08.293+0100
2020-02-01 17:54:10.098 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.293+0100 to 2020-02-01T17:54:08.294+0100
2020-02-01 17:54:10.102 [vent.ItemStateChangedEvent] - WindowsUG_LastUpdate changed from 2020-02-01T17:54:08.280+0100 to 2020-02-01T17:54:08.296+0100
2020-02-01 17:54:10.104 [vent.ItemStateChangedEvent] - WindowsUG_LastUpdate changed from 2020-02-01T17:54:08.296+0100 to 2020-02-01T17:54:08.297+0100
2020-02-01 17:54:10.107 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.294+0100 to 2020-02-01T17:54:08.298+0100
2020-02-01 17:54:10.112 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.298+0100 to 2020-02-01T17:54:08.300+0100
2020-02-01 17:54:10.257 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.300+0100 to 2020-02-01T17:54:08.301+0100
2020-02-01 17:54:10.259 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.301+0100 to 2020-02-01T17:54:08.359+0100
2020-02-01 17:54:10.260 [vent.ItemStateChangedEvent] - WindowsUG_LastUpdate changed from 2020-02-01T17:54:08.297+0100 to 2020-02-01T17:54:08.361+0100
2020-02-01 17:54:10.331 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.359+0100 to 2020-02-01T17:54:08.362+0100
2020-02-01 17:54:10.333 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.362+0100 to 2020-02-01T17:54:08.366+0100
2020-02-01 17:54:10.342 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.366+0100 to 2020-02-01T17:54:08.262+0100
2020-02-01 17:54:10.344 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.262+0100 to 2020-02-01T17:54:08.361+0100
2020-02-01 17:54:10.347 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.361+0100 to 2020-02-01T17:54:08.355+0100
2020-02-01 17:54:10.349 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.355+0100 to 2020-02-01T17:54:08.362+0100
2020-02-01 17:54:10.351 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.362+0100 to 2020-02-01T17:54:08.364+0100
2020-02-01 17:54:10.353 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.364+0100 to 2020-02-01T17:54:08.365+0100
2020-02-01 17:54:10.354 [vent.ItemStateChangedEvent] - WindowsUG_LastUpdate changed from 2020-02-01T17:54:08.361+0100 to 2020-02-01T17:54:08.366+0100
2020-02-01 17:54:10.356 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.365+0100 to 2020-02-01T17:54:08.367+0100
2020-02-01 17:54:10.358 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.367+0100 to 2020-02-01T17:54:08.368+0100
2020-02-01 17:54:10.359 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.368+0100 to 2020-02-01T17:54:08.369+0100
2020-02-01 17:54:10.361 [vent.ItemStateChangedEvent] - WindowsUG_LastUpdate changed from 2020-02-01T17:54:08.366+0100 to 2020-02-01T17:54:08.369+0100
2020-02-01 17:54:10.363 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.369+0100 to 2020-02-01T17:54:08.370+0100
2020-02-01 17:54:10.434 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.370+0100 to 2020-02-01T17:54:08.354+0100
2020-02-01 17:54:10.438 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.354+0100 to 2020-02-01T17:54:08.368+0100
2020-02-01 17:54:10.439 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.368+0100 to 2020-02-01T17:54:08.369+0100
2020-02-01 17:54:10.441 [vent.ItemStateChangedEvent] - WindowsUG_LastUpdate changed from 2020-02-01T17:54:08.369+0100 to 2020-02-01T17:54:08.370+0100
2020-02-01 17:54:10.444 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.369+0100 to 2020-02-01T17:54:08.371+0100
2020-02-01 17:54:10.446 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.371+0100 to 2020-02-01T17:54:08.373+0100
2020-02-01 17:54:10.459 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.373+0100 to 2020-02-01T17:54:08.374+0100
2020-02-01 17:54:10.461 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.374+0100 to 2020-02-01T17:54:08.375+0100
2020-02-01 17:54:10.463 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.375+0100 to 2020-02-01T17:54:08.376+0100
2020-02-01 17:54:10.466 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.376+0100 to 2020-02-01T17:54:08.377+0100
2020-02-01 17:54:10.473 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.377+0100 to 2020-02-01T17:54:08.379+0100
2020-02-01 17:54:10.475 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.379+0100 to 2020-02-01T17:54:08.380+0100
2020-02-01 17:54:10.479 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.380+0100 to 2020-02-01T17:54:08.383+0100
2020-02-01 17:54:10.481 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.383+0100 to 2020-02-01T17:54:08.372+0100
2020-02-01 17:54:10.485 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.372+0100 to 2020-02-01T17:54:08.374+0100
2020-02-01 17:54:10.487 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.374+0100 to 2020-02-01T17:54:08.375+0100
2020-02-01 17:54:10.489 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.375+0100 to 2020-02-01T17:54:08.376+0100
2020-02-01 17:54:10.490 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.376+0100 to 2020-02-01T17:54:08.377+0100
2020-02-01 17:54:10.493 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.377+0100 to 2020-02-01T17:54:08.378+0100
2020-02-01 17:54:10.494 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.378+0100 to 2020-02-01T17:54:08.379+0100
2020-02-01 17:54:10.497 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.379+0100 to 2020-02-01T17:54:08.380+0100
2020-02-01 17:54:10.499 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.380+0100 to 2020-02-01T17:54:08.381+0100
2020-02-01 17:54:10.502 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.381+0100 to 2020-02-01T17:54:08.382+0100
2020-02-01 17:54:10.504 [vent.ItemStateChangedEvent] - WindowsUG_LastUpdate changed from 2020-02-01T17:54:08.370+0100 to 2020-02-01T17:54:08.383+0100
2020-02-01 17:54:10.506 [vent.ItemStateChangedEvent] - WindowsUG_LastUpdate changed from 2020-02-01T17:54:08.383+0100 to 2020-02-01T17:54:08.384+0100
2020-02-01 17:54:10.507 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.382+0100 to 2020-02-01T17:54:08.386+0100
2020-02-01 17:54:10.511 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.386+0100 to 2020-02-01T17:54:08.387+0100
2020-02-01 17:54:10.513 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.387+0100 to 2020-02-01T17:54:08.388+0100
2020-02-01 17:54:10.516 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.388+0100 to 2020-02-01T17:54:08.390+0100
2020-02-01 17:54:10.521 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.390+0100 to 2020-02-01T17:54:08.391+0100
2020-02-01 17:54:10.523 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.391+0100 to 2020-02-01T17:54:08.392+0100
2020-02-01 17:54:10.524 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.392+0100 to 2020-02-01T17:54:08.393+0100
2020-02-01 17:54:10.539 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.393+0100 to 2020-02-01T17:54:08.394+0100
2020-02-01 17:54:10.543 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.394+0100 to 2020-02-01T17:54:08.395+0100
2020-02-01 17:54:10.546 [vent.ItemStateChangedEvent] - WindowsUG_LastUpdate changed from 2020-02-01T17:54:08.384+0100 to 2020-02-01T17:54:08.394+0100
2020-02-01 17:54:10.551 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.395+0100 to 2020-02-01T17:54:08.396+0100
2020-02-01 17:54:10.575 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.396+0100 to 2020-02-01T17:54:08.397+0100
2020-02-01 17:54:10.577 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.397+0100 to 2020-02-01T17:54:08.398+0100
2020-02-01 17:54:10.580 [vent.ItemStateChangedEvent] - WindowsUG_LastUpdate changed from 2020-02-01T17:54:08.394+0100 to 2020-02-01T17:54:08.397+0100
2020-02-01 17:54:10.582 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.398+0100 to 2020-02-01T17:54:08.399+0100
2020-02-01 17:54:10.585 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.399+0100 to 2020-02-01T17:54:08.400+0100
2020-02-01 17:54:10.587 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.400+0100 to 2020-02-01T17:54:08.401+0100
2020-02-01 17:54:10.588 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.401+0100 to 2020-02-01T17:54:08.402+0100
2020-02-01 17:54:10.591 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.402+0100 to 2020-02-01T17:54:08.403+0100
2020-02-01 17:54:10.593 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.403+0100 to 2020-02-01T17:54:08.404+0100
2020-02-01 17:54:10.596 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.404+0100 to 2020-02-01T17:54:08.405+0100
2020-02-01 17:54:10.601 [vent.ItemStateChangedEvent] - WindowsUG_LastUpdate changed from 2020-02-01T17:54:08.397+0100 to 2020-02-01T17:54:08.404+0100
2020-02-01 17:54:10.604 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.405+0100 to 2020-02-01T17:54:08.407+0100
2020-02-01 17:54:10.610 [vent.ItemStateChangedEvent] - WindowsUG_LastUpdate changed from 2020-02-01T17:54:08.404+0100 to 2020-02-01T17:54:08.407+0100
2020-02-01 17:54:10.612 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.407+0100 to 2020-02-01T17:54:08.408+0100
2020-02-01 17:54:10.615 [vent.ItemStateChangedEvent] - WindowsUG_LastUpdate changed from 2020-02-01T17:54:08.407+0100 to 2020-02-01T17:54:08.408+0100
2020-02-01 17:54:10.618 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.408+0100 to 2020-02-01T17:54:08.409+0100
2020-02-01 17:54:10.627 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.409+0100 to 2020-02-01T17:54:08.410+0100
2020-02-01 17:54:10.772 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.410+0100 to 2020-02-01T17:54:08.411+0100
2020-02-01 17:54:10.775 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.411+0100 to 2020-02-01T17:54:08.412+0100
2020-02-01 17:54:10.778 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.412+0100 to 2020-02-01T17:54:08.413+0100
2020-02-01 17:54:10.780 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.413+0100 to 2020-02-01T17:54:08.414+0100
2020-02-01 17:54:10.782 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.414+0100 to 2020-02-01T17:54:08.415+0100
2020-02-01 17:54:10.784 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.415+0100 to 2020-02-01T17:54:08.416+0100
2020-02-01 17:54:10.785 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.416+0100 to 2020-02-01T17:54:08.415+0100
2020-02-01 17:54:10.787 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.415+0100 to 2020-02-01T17:54:08.416+0100
2020-02-01 17:54:10.788 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.416+0100 to 2020-02-01T17:54:08.417+0100
2020-02-01 17:54:10.790 [vent.ItemStateChangedEvent] - WindowsUG_LastUpdate changed from 2020-02-01T17:54:08.408+0100 to 2020-02-01T17:54:08.417+0100
2020-02-01 17:54:10.792 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.417+0100 to 2020-02-01T17:54:08.413+0100
2020-02-01 17:54:10.794 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.413+0100 to 2020-02-01T17:54:08.419+0100
2020-02-01 17:54:10.795 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.419+0100 to 2020-02-01T17:54:08.418+0100
2020-02-01 17:54:10.797 [vent.ItemStateChangedEvent] - WindowsEG_LastUpdate changed from 2020-02-01T17:54:08.418+0100 to 2020-02-01T17:54:08.419+0100

That sounds like a binding issue. This needs to be on GitHub.

First of all, I want to rule out that it is a rules problem or another problem. It would be an advantage if someone else has the same problem with the max binding. Maybe someone else can retrace it on his system? Just copy my config… :- :wink:

First remove your cube thing and let it be discovered again.
Than check your cube Refresh Interval, set it to 30 seconds or so (this should be standard).

Than suggest to enable the debugging of the max binding.
log:set DEBUG org.openhab.binding.max and check the log.

Check what is happening here. The updates should happen at each refresh (so 30 seconds if you set it refresh interval as above)

If it continues please PM me your log or paste it in Github.

1 Like

From DEBUG log I found out that:

The old binding always told: No changes for… (if there where no changes)

And the new binding is telling: Updating states for… (No matter if the state has changed)
.
.
.

I’ve changed my rules to:

rule "Records last windows EG update time"
	when
		Item WindowsEG changed
	then
		WindowsEG_LastUpdate.postUpdate(new DateTimeType())
end

rule "Records last windows UG update time"
	when
		Item WindowsUG changed
	then
		WindowsUG_LastUpdate.postUpdate(new DateTimeType())
end

It is running again!

Many thanks to @marcel_verpaalen :slight_smile:

But that just means you have only hidden the binding issuing Item updates every few milliseconds?

The items get updated every 20 seconds with the actual state, no matter if they changed. My rule now fires if the states indeed have changed.

Log was flooded because 7 items were updated and they updated the group 7 times within a few miliseconds… After 20 seconds the same and so on…

Ahh, okeydoke! It looked like a huge rate of updates at a glance.

1 Like