openHAB 4.0 Milestone discussion

I’m looking at moving from 3.4.2 > 4.0 M3 so I can fully test the Reolink camera stuff. I noted a comment about rules issues though.

Is there an issue with rules? In particular, I am using the “built in” rules from the menu on the left of OH and have some rules that use timers (clock) to turn lights on/off at certain times. Is that functionality broken?

What “rules from the menu on the left” ?
In General, rules are working fine, I also uses scheduled rules to open my blinds at a certainn time in the morning and close them in the evening.

I am just about to move my productive environment to 4.0 …


The rules created from here. Simply control an item at a certain time.

OK, those are normal UI created rules, which I als use for my blinds and many other things.
Yes, they are working!

Thanks. Looking forward to doing some testing.

The upgrade to 4.0 helpfully removed the Dark Sky add on which is fine, but I can’t remove the Thing remnants from this. I try to delete the account Thing and the weather Thing from the GUI which results in “removing” for the status, but they are never fully removed. It would have been better to delete these prior to the upgrade, but now it’s too late. I know I can stop OH and edit the JSON files, but is there a way to force this from the GUI?

Thanks

You can try to do it from the API Explorer. But if that fails you should try it from the Karaf Console. Only if that fails too you are left with manually editing the JSONDB as your only option.

I suspect if it failed doing it the normal way, the API Explorer will fail too.

1 Like

Did you try removing again? That force removes them. I have seen this occasionaly even with active things

1 Like

I tried a second removal of Dark Sky things, but no luck. The Karaf Console did remove them though. Thanks @rlkoshak.

Hello

After updating from 4.0.0 to 4.0.0.M3 the batterie level scaling of all my shelly things are quite curious (all other works as before).
The value in the item list is decimal (here 0.95), the value in the item itself is percentage and the value in the graph is decimal again. Before update the value was not decimal but a number with percentage value. I don’t use state description pattern or something like that.
How can I get the “old” value back?
When I use the battery level now with the battery icon, it doesn’t work anymore (graphical display from green to red) and also the graph widget uses now the decimal value (0-1 instead of 0-100).



You need to apply the unit metadata to your percent Items as was discussed in the M3 release notes.

1 Like

Whenever I see this, a second remove attempt from the GUI succeeds.

Hi,

Possible bug in the latest 4.0.0M3?
All my oh-repeaters no longer update. I had been using the

key: =Math.random() + items.anItem.state

technique I learned from @JustinG but it doesn’t seem to work any more??

Any one else experiencing this?

I think I have found a potential issue with the CBUS binding in 4.0.0-M3

Environment:
OH 4.0.0-M3
Ubuntu 23.04 Server
CGate: v2.11.10 (Running on same server)
CBUS Configuration: Single CGate instance, 1 Project, 2 Networks (House,Shed)

Expected Behaviour: Following startup, within a few minutes, I would normally see all device states (On, Off or Dimmer Level) as the C-Bus sync processes are completed. This is the behaviour I see in OH3.4.4 version of the binding/OpenHAB.

Actual Behaviour: Devices remain in NULL state following startup. Noting that there seems to be a degree of intermittency in this behaviour:

  • Most times openHAB will not not read and update the items from CBUS house network
  • Other times it will read and update the house network (most devices), but the shed network never reads

However, when an light is either turned off or on, within the CBUS (or by Openhab), the state will correctly update in OpenHAB from that point onwards

Additional Notes: I have moved to a new system (including a new c-gate server build, but same version), and upgraded to OH4.0.0 at the same time… I have ruled out the new instance of CGate as an issue, by pointing the old OH Server (3.4.4) at the new CGate server, and it behaves as expected.

See the startup (OpenHAB.log) set to TRACE on my new OH4.0.0-M3 system (This is 'grep’d to cbus only)

2023-06-03 19:28:14.383 [DEBUG] [ing.cbus.internal.CBusHandlerFactory] - bundle org.openhab.binding.cbus:4.0.0.M3 (266)[org.openhab.binding.cbus.internal.CBusHandlerFactory] : BundleComponentActivator : ComponentHolder created.
2023-06-03 19:28:14.385 [DEBUG] [ing.cbus.internal.CBusHandlerFactory] - bundle org.openhab.binding.cbus:4.0.0.M3 (266)[org.openhab.binding.cbus.internal.CBusHandlerFactory] : Dependency Manager created osgi.ds.satisfying.conditioninterface=org.osgi.service.condition.Condit
ion, filter=(osgi.condition.id=true), policy=dynamic, cardinality=1..1, bind=null, unbind=null, updated=null, field=null, field-option=null, collection-type=null, parameter=null
2023-06-03 19:28:14.386 [DEBUG] [ing.cbus.internal.CBusHandlerFactory] - bundle org.openhab.binding.cbus:4.0.0.M3 (266)[org.openhab.binding.cbus.internal.CBusHandlerFactory] : Component created: DS=DS13, implementation=org.openhab.binding.cbus.internal.CBusHandlerFactory, i
mmediate=false, default-enabled=true, factory=null, configuration-policy=optional, activate=activate, deactivate=deactivate, modified=null configuration-pid=[binding.cbus]
2023-06-03 19:28:14.386 [DEBUG] [ing.cbus.internal.CBusHandlerFactory] - bundle org.openhab.binding.cbus:4.0.0.M3 (266)[org.openhab.binding.cbus.internal.CBusHandlerFactory] : Component Services: scope=singleton, services=[org.openhab.core.thing.binding.ThingHandlerFactory]
2023-06-03 19:28:14.387 [DEBUG] [ing.cbus.internal.CBusHandlerFactory] - bundle org.openhab.binding.cbus:4.0.0.M3 (266)[org.openhab.binding.cbus.internal.CBusHandlerFactory] : Component Properties: {osgi.ds.satisfying.condition.target=(osgi.condition.id=true)}
2023-06-03 19:28:14.387 [DEBUG] [ing.cbus.internal.CBusHandlerFactory] - bundle org.openhab.binding.cbus:4.0.0.M3 (266)[org.openhab.binding.cbus.internal.CBusHandlerFactory] : Querying state disabled
2023-06-03 19:28:14.387 [DEBUG] [ing.cbus.internal.CBusHandlerFactory] - bundle org.openhab.binding.cbus:4.0.0.M3 (266)[org.openhab.binding.cbus.internal.CBusHandlerFactory] : Querying state disabled
2023-06-03 19:28:14.388 [DEBUG] [ing.cbus.internal.CBusHandlerFactory] - bundle org.openhab.binding.cbus:4.0.0.M3 (266)[org.openhab.binding.cbus.internal.CBusHandlerFactory] : Component can not be activated since it is in state disabled
2023-06-03 19:28:14.388 [DEBUG] [ing.cbus.internal.CBusHandlerFactory] - bundle org.openhab.binding.cbus:4.0.0.M3 (266)[org.openhab.binding.cbus.internal.CBusHandlerFactory] : Querying state disabled
2023-06-03 19:28:14.388 [DEBUG] [ing.cbus.internal.CBusHandlerFactory] - bundle org.openhab.binding.cbus:4.0.0.M3 (266)[org.openhab.binding.cbus.internal.CBusHandlerFactory(328)] : Updating target filters
2023-06-03 19:28:14.389 [DEBUG] [ing.cbus.internal.CBusHandlerFactory] - bundle org.openhab.binding.cbus:4.0.0.M3 (266)[org.openhab.binding.cbus.internal.CBusHandlerFactory(328)] :  No existing service listener to unregister for dependency osgi.ds.satisfying.condition
2023-06-03 19:28:14.389 [DEBUG] [ing.cbus.internal.CBusHandlerFactory] - bundle org.openhab.binding.cbus:4.0.0.M3 (266)[org.openhab.binding.cbus.internal.CBusHandlerFactory(328)] : Setting target property for dependency osgi.ds.satisfying.condition to (osgi.condition.id=tru
e)
2023-06-03 19:28:14.389 [DEBUG] [ing.cbus.internal.CBusHandlerFactory] - bundle org.openhab.binding.cbus:4.0.0.M3 (266)[org.openhab.binding.cbus.internal.CBusHandlerFactory(328)] : New service tracker for osgi.ds.satisfying.condition, initial active: false, previous referen
ces: {}, classFilter: (objectClass=org.osgi.service.condition.Condition), initialReferenceFilter (&(objectClass=org.osgi.service.condition.Condition)(osgi.condition.id=true))
2023-06-03 19:28:14.390 [DEBUG] [ing.cbus.internal.CBusHandlerFactory] - bundle org.openhab.binding.cbus:4.0.0.M3 (266)[org.openhab.binding.cbus.internal.CBusHandlerFactory(328)] : dm osgi.ds.satisfying.condition tracker reset (closed)
2023-06-03 19:28:14.390 [DEBUG] [ing.cbus.internal.CBusHandlerFactory] - bundle org.openhab.binding.cbus:4.0.0.M3 (266)[org.openhab.binding.cbus.internal.CBusHandlerFactory(328)] : dm osgi.ds.satisfying.condition tracking 1 SingleDynamic added {org.osgi.service.condition.Co
ndition}={service.id=6, service.bundleid=0, service.scope=singleton, service.pid=0.org.osgi.service.condition.ConditionImpl, osgi.condition.id=true} (enter)
2023-06-03 19:28:14.390 [DEBUG] [ing.cbus.internal.CBusHandlerFactory] - bundle org.openhab.binding.cbus:4.0.0.M3 (266)[org.openhab.binding.cbus.internal.CBusHandlerFactory(328)] : dm osgi.ds.satisfying.condition tracking 1 SingleDynamic added {org.osgi.service.condition.Co
ndition}={service.id=6, service.bundleid=0, service.scope=singleton, service.pid=0.org.osgi.service.condition.ConditionImpl, osgi.condition.id=true} (exit)
2023-06-03 19:28:14.391 [DEBUG] [ing.cbus.internal.CBusHandlerFactory] - bundle org.openhab.binding.cbus:4.0.0.M3 (266)[org.openhab.binding.cbus.internal.CBusHandlerFactory(328)] : dm osgi.ds.satisfying.condition tracker opened
2023-06-03 19:28:14.391 [DEBUG] [ing.cbus.internal.CBusHandlerFactory] - bundle org.openhab.binding.cbus:4.0.0.M3 (266)[org.openhab.binding.cbus.internal.CBusHandlerFactory(328)] : registering service listener for dependency osgi.ds.satisfying.condition
2023-06-03 19:28:14.391 [DEBUG] [ing.cbus.internal.CBusHandlerFactory] - bundle org.openhab.binding.cbus:4.0.0.M3 (266)[org.openhab.binding.cbus.internal.CBusHandlerFactory(328)] : Changed state from disabled to unsatisfiedReference
2023-06-03 19:28:14.391 [DEBUG] [ing.cbus.internal.CBusHandlerFactory] - bundle org.openhab.binding.cbus:4.0.0.M3 (266)[org.openhab.binding.cbus.internal.CBusHandlerFactory(328)] : Component enabled
2023-06-03 19:28:14.392 [DEBUG] [ing.cbus.internal.CBusHandlerFactory] - bundle org.openhab.binding.cbus:4.0.0.M3 (266)[org.openhab.binding.cbus.internal.CBusHandlerFactory(328)] : ActivateInternal
2023-06-03 19:28:14.392 [DEBUG] [ing.cbus.internal.CBusHandlerFactory] - bundle org.openhab.binding.cbus:4.0.0.M3 (266)[org.openhab.binding.cbus.internal.CBusHandlerFactory(328)] : Querying state unsatisfiedReference
2023-06-03 19:28:14.392 [DEBUG] [ing.cbus.internal.CBusHandlerFactory] - bundle org.openhab.binding.cbus:4.0.0.M3 (266)[org.openhab.binding.cbus.internal.CBusHandlerFactory(328)] : Querying state unsatisfiedReference
2023-06-03 19:28:14.392 [DEBUG] [ing.cbus.internal.CBusHandlerFactory] - bundle org.openhab.binding.cbus:4.0.0.M3 (266)[org.openhab.binding.cbus.internal.CBusHandlerFactory(328)] : Activating component from state unsatisfiedReference
2023-06-03 19:28:14.393 [DEBUG] [ing.cbus.internal.CBusHandlerFactory] - bundle org.openhab.binding.cbus:4.0.0.M3 (266)[org.openhab.binding.cbus.internal.CBusHandlerFactory(328)] : Querying state unsatisfiedReference
2023-06-03 19:28:14.393 [DEBUG] [ing.cbus.internal.CBusHandlerFactory] - bundle org.openhab.binding.cbus:4.0.0.M3 (266)[org.openhab.binding.cbus.internal.CBusHandlerFactory(328)] : Querying state unsatisfiedReference
2023-06-03 19:28:14.393 [DEBUG] [ing.cbus.internal.CBusHandlerFactory] - bundle org.openhab.binding.cbus:4.0.0.M3 (266)[org.openhab.binding.cbus.internal.CBusHandlerFactory(328)] : Changed state from unsatisfiedReference to satisfied
2023-06-03 19:28:14.393 [DEBUG] [ing.cbus.internal.CBusHandlerFactory] - bundle org.openhab.binding.cbus:4.0.0.M3 (266)[org.openhab.binding.cbus.internal.CBusHandlerFactory(328)] : registration change queue [registered]
2023-06-03 19:28:14.394 [DEBUG] [ing.cbus.internal.CBusHandlerFactory] - bundle org.openhab.binding.cbus:4.0.0.M3 (266)[org.openhab.binding.cbus.internal.CBusHandlerFactory(328)] : Checking constructor public org.openhab.binding.cbus.internal.CBusHandlerFactory()
2023-06-03 19:28:14.395 [DEBUG] [ing.cbus.internal.CBusHandlerFactory] - bundle org.openhab.binding.cbus:4.0.0.M3 (266)[org.openhab.binding.cbus.internal.CBusHandlerFactory(328)] : Found constructor with 0 arguments : public org.openhab.binding.cbus.internal.CBusHandlerFact
ory()
2023-06-03 19:28:14.395 [DEBUG] [ing.cbus.internal.CBusHandlerFactory] - bundle org.openhab.binding.cbus:4.0.0.M3 (266)[org.openhab.binding.cbus.internal.CBusHandlerFactory(328)] : This thread collected dependencies
2023-06-03 19:28:14.395 [DEBUG] [ing.cbus.internal.CBusHandlerFactory] - bundle org.openhab.binding.cbus:4.0.0.M3 (266)[org.openhab.binding.cbus.internal.CBusHandlerFactory(328)] : getService (single component manager) dependencies collected.
2023-06-03 19:28:14.395 [DEBUG] [ing.cbus.internal.CBusHandlerFactory] - bundle org.openhab.binding.cbus:4.0.0.M3 (266)[org.openhab.binding.cbus.internal.CBusHandlerFactory(328)] : Querying state satisfied
2023-06-03 19:28:14.396 [DEBUG] [ing.cbus.internal.CBusHandlerFactory] - bundle org.openhab.binding.cbus:4.0.0.M3 (266)[org.openhab.binding.cbus.internal.CBusHandlerFactory(328)] : Querying state satisfied
2023-06-03 19:28:14.396 [DEBUG] [ing.cbus.internal.CBusHandlerFactory] - bundle org.openhab.binding.cbus:4.0.0.M3 (266)[org.openhab.binding.cbus.internal.CBusHandlerFactory(328)] : For dependency osgi.ds.satisfying.condition, optional: false; to bind: [[RefPair: ref: [{org.
osgi.service.condition.Condition}={service.id=6, service.bundleid=0, service.scope=singleton, service.pid=0.org.osgi.service.condition.ConditionImpl, osgi.condition.id=true}] service: [null]]]
2023-06-03 19:28:14.396 [DEBUG] [ing.cbus.internal.CBusHandlerFactory] - bundle org.openhab.binding.cbus:4.0.0.M3 (266)[org.openhab.binding.cbus.internal.CBusHandlerFactory(328)] : getting activate: activate
2023-06-03 19:28:14.396 [DEBUG] [ing.cbus.internal.CBusHandlerFactory] - bundle org.openhab.binding.cbus:4.0.0.M3 (266)[org.openhab.binding.cbus.internal.CBusHandlerFactory(328)] : Locating method activate in class org.openhab.binding.cbus.internal.CBusHandlerFactory
2023-06-03 19:28:14.398 [DEBUG] [ing.cbus.internal.CBusHandlerFactory] - bundle org.openhab.binding.cbus:4.0.0.M3 (266)[org.openhab.binding.cbus.internal.CBusHandlerFactory(328)] : Declared Method org.openhab.binding.cbus.internal.CBusHandlerFactory.activate([interface org.
osgi.service.component.ComponentContext]) not found
2023-06-03 19:28:14.398 [DEBUG] [ing.cbus.internal.CBusHandlerFactory] - bundle org.openhab.binding.cbus:4.0.0.M3 (266)[org.openhab.binding.cbus.internal.CBusHandlerFactory(328)] : Locating method activate in class org.openhab.core.thing.binding.BaseThingHandlerFactory
2023-06-03 19:28:14.398 [DEBUG] [ing.cbus.internal.CBusHandlerFactory] - bundle org.openhab.binding.cbus:4.0.0.M3 (266)[org.openhab.binding.cbus.internal.CBusHandlerFactory(328)] : Found activate method: protected void org.openhab.core.thing.binding.BaseThingHandlerFactory.
activate(org.osgi.service.component.ComponentContext)
2023-06-03 19:28:14.398 [DEBUG] [ing.cbus.internal.CBusHandlerFactory] - bundle org.openhab.binding.cbus:4.0.0.M3 (266)[org.openhab.binding.cbus.internal.CBusHandlerFactory(328)] : invoking activate: activate: parameters [org.apache.felix.scr.impl.manager.ComponentContextIm
pl]
2023-06-03 19:28:14.399 [DEBUG] [ing.cbus.internal.CBusHandlerFactory] - bundle org.openhab.binding.cbus:4.0.0.M3 (266)[org.openhab.binding.cbus.internal.CBusHandlerFactory(328)] : invoked activate: activate
2023-06-03 19:28:14.399 [DEBUG] [ing.cbus.internal.CBusHandlerFactory] - bundle org.openhab.binding.cbus:4.0.0.M3 (266)[org.openhab.binding.cbus.internal.CBusHandlerFactory(328)] : Set implementation object for component
2023-06-03 19:28:14.399 [DEBUG] [ing.cbus.internal.CBusHandlerFactory] - bundle org.openhab.binding.cbus:4.0.0.M3 (266)[org.openhab.binding.cbus.internal.CBusHandlerFactory(328)] : Changed state from satisfied to active
2023-06-03 19:28:18.483 [DEBUG] [inding.cbus.handler.CBusCGateHandler] - Initializing CGate Bridge handler. cbus:cgate cbus:cgate:cgatenetwork
2023-06-03 19:28:18.484 [DEBUG] [inding.cbus.handler.CBusCGateHandler] - Using configuration [ipAddress=127.0.0.1]
2023-06-03 19:28:18.484 [DEBUG] [inding.cbus.handler.CBusCGateHandler] - CGate IP         127.0.0.1.
2023-06-03 19:28:18.491 [DEBUG] [ding.cbus.handler.CBusNetworkHandler] - initialize 
2023-06-03 19:28:18.492 [DEBUG] [ding.cbus.handler.CBusNetworkHandler] - Using configuration [id=253, project=FINLAYS, syncInterval=600]
2023-06-03 19:28:18.492 [DEBUG] [ding.cbus.handler.CBusNetworkHandler] - getCBusCGateHandler
2023-06-03 19:28:18.492 [DEBUG] [ding.cbus.handler.CBusNetworkHandler] - Bridge online so init properly
2023-06-03 19:28:18.492 [DEBUG] [ding.cbus.handler.CBusNetworkHandler] - cgateOnline INITIALIZING
2023-06-03 19:28:18.492 [DEBUG] [ding.cbus.handler.CBusNetworkHandler] - cgateOnline netid 253 project FINLAYS
2023-06-03 19:28:18.492 [DEBUG] [ding.cbus.handler.CBusNetworkHandler] - network null
2023-06-03 19:28:18.493 [DEBUG] [ding.cbus.handler.CBusNetworkHandler] - getCBusCGateHandler
2023-06-03 19:28:18.629 [DEBUG] [ding.cbus.handler.CBusNetworkHandler] - initialize 
2023-06-03 19:28:18.630 [DEBUG] [ding.cbus.handler.CBusNetworkHandler] - Using configuration [id=254, project=FINLAYS, syncInterval=600]
2023-06-03 19:28:18.630 [DEBUG] [ding.cbus.handler.CBusNetworkHandler] - getCBusCGateHandler
2023-06-03 19:28:18.630 [DEBUG] [ding.cbus.handler.CBusNetworkHandler] - Bridge online so init properly
2023-06-03 19:28:18.630 [DEBUG] [ding.cbus.handler.CBusNetworkHandler] - cgateOnline INITIALIZING
2023-06-03 19:28:18.631 [DEBUG] [ding.cbus.handler.CBusNetworkHandler] - cgateOnline netid 254 project FINLAYS
2023-06-03 19:28:18.631 [DEBUG] [ding.cbus.handler.CBusNetworkHandler] - network null
2023-06-03 19:28:18.631 [DEBUG] [ding.cbus.handler.CBusNetworkHandler] - getCBusCGateHandler
2023-06-03 19:28:18.632 [DEBUG] [ding.cbus.handler.CBusNetworkHandler] - Network state is sync
2023-06-03 19:28:18.632 [DEBUG] [ding.cbus.handler.CBusNetworkHandler] - Network is syncing so wait for it to be ok
2023-06-03 19:28:18.633 [DEBUG] [ding.cbus.handler.CBusNetworkHandler] - Schedule a check every minute
2023-06-03 19:28:18.633 [DEBUG] [ding.cbus.handler.CBusNetworkHandler] - getCBusCGateHandler
2023-06-03 19:28:18.633 [DEBUG] [ding.cbus.handler.CBusNetworkHandler] - Network state is ok
2023-06-03 19:28:18.633 [DEBUG] [ding.cbus.handler.CBusNetworkHandler] - getCBusCGateHandler
2023-06-03 19:28:18.637 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=203]
2023-06-03 19:28:18.637 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=50]
2023-06-03 19:28:18.637 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=34]
2023-06-03 19:28:18.638 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=41]
2023-06-03 19:28:18.638 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:MainBathroomCeilingLights applicaton: 56 group: 41
2023-06-03 19:28:18.638 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:RumpusNorthCeilingLights applicaton: 56 group: 34
2023-06-03 19:28:18.638 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cbushomenetwork:VirtGateHoldOpen applicaton: 56 group: 203
2023-06-03 19:28:18.638 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:KitchenPendantLight applicaton: 56 group: 50
2023-06-03 19:28:18.641 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=35]
2023-06-03 19:28:18.641 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=47]
2023-06-03 19:28:18.641 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=59]
2023-06-03 19:28:18.641 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=62]
2023-06-03 19:28:18.641 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=2]
2023-06-03 19:28:18.641 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:LoungeEastCeilingLights applicaton: 56 group: 35
2023-06-03 19:28:18.641 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:UtilityCeilingLight applicaton: 56 group: 2
2023-06-03 19:28:18.641 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:eDLTIndicatorStandbyBrightness applicaton: 56 group: 59
2023-06-03 19:28:18.641 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:DLTScreenIndicatorBrightness applicaton: 56 group: 62
2023-06-03 19:28:18.641 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:Bedroom1CentreNorthLights applicaton: 56 group: 47
2023-06-03 19:28:18.645 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=46]
2023-06-03 19:28:18.645 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=5]
2023-06-03 19:28:18.645 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=48]
2023-06-03 19:28:18.645 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=37]
2023-06-03 19:28:18.645 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=51]
2023-06-03 19:28:18.645 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:LivingCoveOuterLights applicaton: 56 group: 46
2023-06-03 19:28:18.645 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:LivingDiningCeilingLights applicaton: 56 group: 48
2023-06-03 19:28:18.645 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:PantryLights applicaton: 56 group: 5
2023-06-03 19:28:18.645 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:LivingNorthEastOutsideLights applicaton: 56 group: 51
2023-06-03 19:28:18.645 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:Bedroom1EnsuiteWallLights applicaton: 56 group: 37
2023-06-03 19:28:18.649 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=115]
2023-06-03 19:28:18.649 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=53]
2023-06-03 19:28:18.649 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=7]
2023-06-03 19:28:18.649 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=54]
2023-06-03 19:28:18.649 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:HallwayStepLightsPIREnable applicaton: 56 group: 53
2023-06-03 19:28:18.649 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:MainToiletExtractorFan applicaton: 56 group: 115
2023-06-03 19:28:18.649 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:Bedroom4WIRLights applicaton: 56 group: 7
2023-06-03 19:28:18.649 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:GarageOutsideLightsPIREnable applicaton: 56 group: 54
2023-06-03 19:28:18.649 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=49]
2023-06-03 19:28:18.650 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:KitchenBenchLights applicaton: 56 group: 49
2023-06-03 19:28:18.652 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=1]
2023-06-03 19:28:18.652 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=8]
2023-06-03 19:28:18.652 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=26]
2023-06-03 19:28:18.652 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=23]
2023-06-03 19:28:18.653 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:KitchenCentreCeilingLights applicaton: 56 group: 26
2023-06-03 19:28:18.653 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:GarageWorkbenchLights applicaton: 56 group: 1
2023-06-03 19:28:18.653 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:HallwayEastCeilingLights applicaton: 56 group: 23
2023-06-03 19:28:18.653 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:MainToiletCeilingLight applicaton: 56 group: 8
2023-06-03 19:28:18.653 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=10]
2023-06-03 19:28:18.653 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:LaundryCeilingLights applicaton: 56 group: 10
2023-06-03 19:28:18.656 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=200]
2023-06-03 19:28:18.656 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=6]
2023-06-03 19:28:18.656 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=16]
2023-06-03 19:28:18.656 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=31]
2023-06-03 19:28:18.656 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:Bedroom4OutsideLight applicaton: 56 group: 16
2023-06-03 19:28:18.656 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:Bedroom4EnsuiteCeilingLights applicaton: 56 group: 6
2023-06-03 19:28:18.656 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cbushomenetwork:VirtShedEastOutdoorLights applicaton: 56 group: 200
2023-06-03 19:28:18.656 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:Bedroom4EnsuiteMirrorLights applicaton: 56 group: 31
2023-06-03 19:28:18.656 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=43]
2023-06-03 19:28:18.657 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:Bedroom1EnsuiteCeilingLights applicaton: 56 group: 43
2023-06-03 19:28:18.658 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=28]
2023-06-03 19:28:18.658 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=3]
2023-06-03 19:28:18.658 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=29]
2023-06-03 19:28:18.658 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=27]
2023-06-03 19:28:18.659 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:Bedroom5CeilingLights applicaton: 56 group: 27
2023-06-03 19:28:18.659 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:DryingCeilingLight applicaton: 56 group: 3
2023-06-03 19:28:18.659 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:HallwayStepLights applicaton: 56 group: 29
2023-06-03 19:28:18.659 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:Bedroom1WIRLights applicaton: 56 group: 28
2023-06-03 19:28:18.662 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=103]
2023-06-03 19:28:18.662 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=9]
2023-06-03 19:28:18.662 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=116]
2023-06-03 19:28:18.662 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=4]
2023-06-03 19:28:18.662 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:Bedroom4EnsuiteHeater applicaton: 56 group: 103
2023-06-03 19:28:18.662 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:EntranceCeilingLights applicaton: 56 group: 4
2023-06-03 19:28:18.662 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:HallwayWestCeilingLights applicaton: 56 group: 9
2023-06-03 19:28:18.662 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:UtilityExtractorFan applicaton: 56 group: 116
2023-06-03 19:28:18.664 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=40]
2023-06-03 19:28:18.664 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=20]
2023-06-03 19:28:18.664 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=33]
2023-06-03 19:28:18.664 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=101]
2023-06-03 19:28:18.664 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=32]
2023-06-03 19:28:18.665 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:Bedroom4CeilingLights applicaton: 56 group: 32
2023-06-03 19:28:18.665 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:Bedroom1EnsuiteHeater applicaton: 56 group: 101
2023-06-03 19:28:18.665 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:LaundryOutsideLight applicaton: 56 group: 20
2023-06-03 19:28:18.665 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:LivingCoveCentreLights applicaton: 56 group: 33
2023-06-03 19:28:18.665 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:Bedroom1SouthLights applicaton: 56 group: 40
2023-06-03 19:28:18.667 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=131]
2023-06-03 19:28:18.667 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=30]
2023-06-03 19:28:18.668 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cbushomenetwork:FirewoodShedInternalLight applicaton: 56 group: 131
2023-06-03 19:28:18.668 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:Bedroom1EnsuiteMirrorLight applicaton: 56 group: 30
2023-06-03 19:28:18.670 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=58]
2023-06-03 19:28:18.671 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:UtilityExtractorFanSenseEnable applicaton: 56 group: 58
2023-06-03 19:28:18.678 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=4]
2023-06-03 19:28:18.678 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=3]
2023-06-03 19:28:18.678 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=1]
2023-06-03 19:28:18.678 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=61]
2023-06-03 19:28:18.679 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbusshednetwork:ShedOutsideLightEast applicaton: 56 group: 4
2023-06-03 19:28:18.679 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cbusshednetwork:shednorthfloodlight applicaton: 56 group: 61
2023-06-03 19:28:18.679 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbusshednetwork:ShedBay2_3Light applicaton: 56 group: 1
2023-06-03 19:28:18.679 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbusshednetwork:ShedBay4LightLight applicaton: 56 group: 3
2023-06-03 19:28:18.698 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=17]
2023-06-03 19:28:18.699 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:RumpusOutsideLights applicaton: 56 group: 17
2023-06-03 19:28:18.704 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=38]
2023-06-03 19:28:18.704 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:Bedroom2CentreLight applicaton: 56 group: 38
2023-06-03 19:28:18.713 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=202]
2023-06-03 19:28:18.714 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cbushomenetwork:VirtShedNorthOutdoorLights applicaton: 56 group: 202
2023-06-03 19:28:18.715 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=102]
2023-06-03 19:28:18.716 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:MainBathroomHeater applicaton: 56 group: 102
2023-06-03 19:28:18.719 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=45]
2023-06-03 19:28:18.720 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:RumpusSouthCeilingLights applicaton: 56 group: 45
2023-06-03 19:28:18.721 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=108]
2023-06-03 19:28:18.722 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:MainBathroomExtractorFan applicaton: 56 group: 108
2023-06-03 19:28:18.723 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - GetGroup for 56/id 4
2023-06-03 19:28:18.723 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - GetGroup for 56/id 61
2023-06-03 19:28:18.723 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - GetGroup for 56/id 3
2023-06-03 19:28:18.723 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - GetGroup for 56/id 1
2023-06-03 19:28:18.724 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=44]
2023-06-03 19:28:18.725 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:LivingSouthEastOutsideLights applicaton: 56 group: 44
2023-06-03 19:28:18.732 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=60]
2023-06-03 19:28:18.733 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:eDLTScreenStandbyBrightness applicaton: 56 group: 60
2023-06-03 19:28:18.758 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=14]
2023-06-03 19:28:18.758 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:Bedroom3CeilingLights applicaton: 56 group: 14
2023-06-03 19:28:18.760 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=130]
2023-06-03 19:28:18.761 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cbushomenetwork:FirewoodShedStepLight applicaton: 56 group: 130
2023-06-03 19:28:18.779 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=15]
2023-06-03 19:28:18.779 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:EntranceOutsideLights applicaton: 56 group: 15
2023-06-03 19:28:18.781 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=21]
2023-06-03 19:28:18.782 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:MainBathroomMirrorLight applicaton: 56 group: 21
2023-06-03 19:28:18.789 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=11]
2023-06-03 19:28:18.789 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:GarageEastOutsideLights applicaton: 56 group: 11
2023-06-03 19:28:18.795 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=111]
2023-06-03 19:28:18.796 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:CoffeeMachine applicaton: 56 group: 111
2023-06-03 19:28:18.798 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=109]
2023-06-03 19:28:18.798 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:Bedroom4EnsuiteExtractorFan applicaton: 56 group: 109
2023-06-03 19:28:18.809 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=104]
2023-06-03 19:28:18.810 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:Bedroom1EnsuiteTowelRail applicaton: 56 group: 104
2023-06-03 19:28:18.813 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=52]
2023-06-03 19:28:18.814 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:PantryLightsPIREnable applicaton: 56 group: 52
2023-06-03 19:28:18.817 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=24]
2023-06-03 19:28:18.817 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:StudyLights applicaton: 56 group: 24
2023-06-03 19:28:18.821 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=106]
2023-06-03 19:28:18.822 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:Bedroom4EnsuiteTowelRail applicaton: 56 group: 106
2023-06-03 19:28:18.826 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=39]
2023-06-03 19:28:18.826 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:Bedroom3CentreLight applicaton: 56 group: 39
2023-06-03 19:28:18.829 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=170]
2023-06-03 19:28:18.829 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:170 applicaton: 56 group: 170
2023-06-03 19:28:18.832 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=171]
2023-06-03 19:28:18.832 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:171 applicaton: 56 group: 171
2023-06-03 19:28:18.834 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=201]
2023-06-03 19:28:18.835 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cbushomenetwork:VirtGreenhouseLights applicaton: 56 group: 201
2023-06-03 19:28:18.838 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=63]
2023-06-03 19:28:18.838 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:eDLTIndicatorBed1StandbyBrightness applicaton: 56 group: 63
2023-06-03 19:28:18.857 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=101]
2023-06-03 19:28:18.857 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=60]
2023-06-03 19:28:18.857 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbusshednetwork:ShedElectricFence applicaton: 56 group: 101
2023-06-03 19:28:18.857 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cbusshednetwork:GreenhouseLight applicaton: 56 group: 60
2023-06-03 19:28:18.857 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - GetGroup for 56/id 101
2023-06-03 19:28:18.857 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - GetGroup for 56/id 60
2023-06-03 19:28:18.870 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=64]
2023-06-03 19:28:18.871 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:eDLTScreenBed1StandbyBrightness applicaton: 56 group: 64
2023-06-03 19:28:18.873 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=107]
2023-06-03 19:28:18.873 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:Bedroom1EnsuiteExtractorFan applicaton: 56 group: 107
2023-06-03 19:28:18.876 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=57]
2023-06-03 19:28:18.876 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:RumpusOutsideLightsPIREnable applicaton: 56 group: 57
2023-06-03 19:28:18.878 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=12]
2023-06-03 19:28:18.879 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:LivingNorthOutsideLights applicaton: 56 group: 12
2023-06-03 19:28:18.884 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=22]
2023-06-03 19:28:18.884 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:GarageMainLights applicaton: 56 group: 22
2023-06-03 19:28:18.887 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=42]
2023-06-03 19:28:18.887 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:LoungeWestCeilingLights applicaton: 56 group: 42
2023-06-03 19:28:18.889 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=13]
2023-06-03 19:28:18.890 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:Bedroom2CeilingLights applicaton: 56 group: 13
2023-06-03 19:28:18.892 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=19]
2023-06-03 19:28:18.893 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:LoungeOutsideLights applicaton: 56 group: 19
2023-06-03 19:28:18.943 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=25]
2023-06-03 19:28:18.943 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:Bedroom1OutsideLights applicaton: 56 group: 25
2023-06-03 19:28:18.945 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=105]
2023-06-03 19:28:18.945 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:MainBathroomTowelRail applicaton: 56 group: 105
2023-06-03 19:28:19.031 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=2]
2023-06-03 19:28:19.031 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbusshednetwork:ShedBay1Light applicaton: 56 group: 2
2023-06-03 19:28:19.031 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - GetGroup for 56/id 2
2023-06-03 19:28:26.114 [DEBUG] [inding.cbus.handler.CBusCGateHandler] - ProcessStatusChange lighting SyncUpdate //FINLAYS/254/56/52 level=255 #sourceunit=-1 OID=eaf8cb50-e40d-103b-9067-e7bd9944e550
2023-06-03 19:28:26.116 [DEBUG] [inding.cbus.handler.CBusCGateHandler] - updateGroup address //FINLAYS/254/56/52
2023-06-03 19:28:26.116 [DEBUG] [inding.cbus.handler.CBusLightHandler] - channel UID cbus:light:cgatenetwork:cbushomenetwork:PantryLightsPIREnable:state level UID cbus:light:cgatenetwork:cbushomenetwork:PantryLightsPIREnable:level
2023-06-03 19:28:26.116 [WARN ] [inding.cbus.handler.CBusLightHandler] - Invalid value presented to channel cbus:light:cgatenetwork:cbushomenetwork:PantryLightsPIREnable:state. Received SyncUpdate, expected On/Off
2023-06-03 19:28:26.116 [DEBUG] [inding.cbus.handler.CBusLightHandler] - Updating CBus Lighting Group cbus:light:cgatenetwork:cbushomenetwork:PantryLightsPIREnable with value SyncUpdate
2023-06-03 19:28:48.635 [DEBUG] [ding.cbus.handler.CBusNetworkHandler] - Network is online
2023-06-03 19:28:48.635 [DEBUG] [ding.cbus.handler.CBusNetworkHandler] - getCBusCGateHandler
2023-06-03 19:28:48.637 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:MainBathroomCeilingLights applicaton: 56 group: 41
2023-06-03 19:28:48.683 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - GetGroup for 56/id 41
2023-06-03 19:28:48.852 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:KitchenPendantLight applicaton: 56 group: 50
2023-06-03 19:28:48.853 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - GetGroup for 56/id 50
2023-06-03 19:28:48.854 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:EntranceOutsideLights applicaton: 56 group: 15
2023-06-03 19:28:48.854 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - GetGroup for 56/id 15
2023-06-03 19:28:48.855 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:RumpusNorthCeilingLights applicaton: 56 group: 34
2023-06-03 19:28:48.855 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - GetGroup for 56/id 34
2023-06-03 19:28:48.856 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cbushomenetwork:VirtGateHoldOpen applicaton: 56 group: 203
2023-06-03 19:28:48.857 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - GetGroup for 56/id 203
2023-06-03 19:28:48.858 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:DLTScreenIndicatorBrightness applicaton: 56 group: 62
2023-06-03 19:28:48.858 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - GetGroup for 56/id 62
2023-06-03 19:28:48.859 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:eDLTIndicatorStandbyBrightness applicaton: 56 group: 59
2023-06-03 19:28:48.859 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - GetGroup for 56/id 59
2023-06-03 19:28:48.860 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:MainBathroomMirrorLight applicaton: 56 group: 21
2023-06-03 19:28:48.860 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - GetGroup for 56/id 21
2023-06-03 19:28:48.861 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:Bedroom1CentreNorthLights applicaton: 56 group: 47
2023-06-03 19:28:48.861 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - GetGroup for 56/id 47
2023-06-03 19:28:48.862 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:UtilityCeilingLight applicaton: 56 group: 2
2023-06-03 19:28:48.862 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - GetGroup for 56/id 2
2023-06-03 19:28:48.863 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:PantryLights applicaton: 56 group: 5
2023-06-03 19:28:48.863 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - GetGroup for 56/id 5
2023-06-03 19:28:48.864 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:GarageEastOutsideLights applicaton: 56 group: 11
2023-06-03 19:28:48.864 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - GetGroup for 56/id 11
2023-06-03 19:28:48.865 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:Bedroom1EnsuiteWallLights applicaton: 56 group: 37
2023-06-03 19:28:48.865 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - GetGroup for 56/id 37
2023-06-03 19:28:48.866 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:LivingDiningCeilingLights applicaton: 56 group: 48
2023-06-03 19:28:48.866 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - GetGroup for 56/id 48
2023-06-03 19:28:48.867 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:LivingNorthEastOutsideLights applicaton: 56 group: 51
2023-06-03 19:28:48.867 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - GetGroup for 56/id 51
2023-06-03 19:28:48.867 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:CoffeeMachine applicaton: 56 group: 111
2023-06-03 19:28:48.868 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - GetGroup for 56/id 111
2023-06-03 19:28:48.868 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:Bedroom4EnsuiteExtractorFan applicaton: 56 group: 109
2023-06-03 19:28:48.890 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - GetGroup for 56/id 64
2023-06-03 19:28:48.892 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - GetGroup for 56/id 107
2023-06-03 19:28:48.909 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - GetGroup for 56/id 30
2023-06-03 19:28:58.637 [INFO ] [ding.cbus.handler.CBusNetworkHandler] - Starting network sync on network 254
2023-06-03 19:28:58.638 [DEBUG] [inding.cbus.handler.CBusCGateHandler] - updateGroup address //FINLAYS/254/56/1
2023-06-03 19:28:58.638 [DEBUG] [inding.cbus.handler.CBusCGateHandler] - updateGroup address //FINLAYS/254/56/3
2023-06-03 19:28:58.638 [DEBUG] [inding.cbus.handler.CBusCGateHandler] - updateGroup address //FINLAYS/254/56/2
2023-06-03 19:28:58.638 [DEBUG] [inding.cbus.handler.CBusCGateHandler] - updateGroup address //FINLAYS/254/56/4
2023-06-03 19:28:58.638 [DEBUG] [inding.cbus.handler.CBusLightHandler] - channel UID cbus:light:cgatenetwork:cbushomenetwork:UtilityCeilingLight:state level UID cbus:light:cgatenetwork:cbushomenetwork:UtilityCeilingLight:level
2023-06-03 19:28:58.638 [DEBUG] [inding.cbus.handler.CBusLightHandler] - channel UID cbus:light:cgatenetwork:cbushomenetwork:GarageWorkbenchLights:state level UID cbus:light:cgatenetwork:cbushomenetwork:GarageWorkbenchLights:level
2023-06-03 19:28:58.638 [DEBUG] [inding.cbus.handler.CBusLightHandler] - channel UID cbus:light:cgatenetwork:cbushomenetwork:DryingCeilingLight:state level UID cbus:light:cgatenetwork:cbushomenetwork:DryingCeilingLight:level
2023-06-03 19:28:58.639 [DEBUG] [inding.cbus.handler.CBusLightHandler] - channel UID cbus:light:cgatenetwork:cbushomenetwork:EntranceCeilingLights:state level UID cbus:light:cgatenetwork:cbushomenetwork:EntranceCeilingLights:level
2023-06-03 19:28:58.639 [DEBUG] [inding.cbus.handler.CBusLightHandler] - Updating CBus Lighting Group cbus:light:cgatenetwork:cbushomenetwork:DryingCeilingLight with value 0
2023-06-03 19:28:58.639 [DEBUG] [inding.cbus.handler.CBusLightHandler] - Updating CBus Lighting Group cbus:light:cgatenetwork:cbushomenetwork:EntranceCeilingLights with value 0
2023-06-03 19:28:58.639 [DEBUG] [inding.cbus.handler.CBusLightHandler] - Updating CBus Lighting Group cbus:light:cgatenetwork:cbushomenetwork:UtilityCeilingLight with value 0
2023-06-03 19:28:58.639 [DEBUG] [inding.cbus.handler.CBusLightHandler] - Updating CBus Lighting Group cbus:light:cgatenetwork:cbushomenetwork:GarageWorkbenchLights with value 0
2023-06-03 19:28:58.640 [DEBUG] [inding.cbus.handler.CBusCGateHandler] - updateGroup address //FINLAYS/254/56/5
2023-06-03 19:28:58.640 [DEBUG] [inding.cbus.handler.CBusCGateHandler] - updateGroup address //FINLAYS/254/56/6
2023-06-03 19:28:58.640 [DEBUG] [inding.cbus.handler.CBusCGateHandler] - updateGroup address //FINLAYS/254/56/8
2023-06-03 19:28:58.640 [DEBUG] [inding.cbus.handler.CBusCGateHandler] - updateGroup address //FINLAYS/254/56/9
2023-06-03 19:28:58.640 [DEBUG] [inding.cbus.handler.CBusCGateHandler] - updateGroup address //FINLAYS/254/56/10
2023-06-03 19:28:58.640 [DEBUG] [inding.cbus.handler.CBusLightHandler] - channel UID cbus:light:cgatenetwork:cbushomenetwork:PantryLights:state level UID cbus:light:cgatenetwork:cbushomenetwork:PantryLights:level
2023-06-03 19:28:58.640 [DEBUG] [inding.cbus.handler.CBusLightHandler] - channel UID cbus:light:cgatenetwork:cbushomenetwork:Bedroom4EnsuiteCeilingLights:state level UID cbus:light:cgatenetwork:cbushomenetwork:Bedroom4EnsuiteCeilingLights:level

And for comparison, the startup from the old 3.4.4 system (also ‘grep’d’ to cbus only):

2023-06-03 19:13:09.938 [DEBUG] [ing.cbus.internal.CBusHandlerFactory] - bundle org.openhab.binding.cbus:3.4.4 (267)[org.openhab.binding.cbus.internal.CBusHandlerFactory] : BundleComponentActivator : ComponentHolder created.
2023-06-03 19:13:09.941 [DEBUG] [ing.cbus.internal.CBusHandlerFactory] - bundle org.openhab.binding.cbus:3.4.4 (267)[org.openhab.binding.cbus.internal.CBusHandlerFactory] : Component created: DS=DS13, implementation=org.openhab.binding.cbus.internal.CBusHandlerFactory, imm
ediate=false, default-enabled=true, factory=null, configuration-policy=optional, activate=activate, deactivate=deactivate, modified=null configuration-pid=[binding.cbus]
2023-06-03 19:13:09.942 [DEBUG] [ing.cbus.internal.CBusHandlerFactory] - bundle org.openhab.binding.cbus:3.4.4 (267)[org.openhab.binding.cbus.internal.CBusHandlerFactory] : Component Services: scope=singleton, services=[org.openhab.core.thing.binding.ThingHandlerFactory]
2023-06-03 19:13:09.945 [DEBUG] [ing.cbus.internal.CBusHandlerFactory] - bundle org.openhab.binding.cbus:3.4.4 (267)[org.openhab.binding.cbus.internal.CBusHandlerFactory] : Component Properties: {}
2023-06-03 19:13:09.946 [DEBUG] [ing.cbus.internal.CBusHandlerFactory] - bundle org.openhab.binding.cbus:3.4.4 (267)[org.openhab.binding.cbus.internal.CBusHandlerFactory] : Querying state disabled
2023-06-03 19:13:09.952 [DEBUG] [ing.cbus.internal.CBusHandlerFactory] - bundle org.openhab.binding.cbus:3.4.4 (267)[org.openhab.binding.cbus.internal.CBusHandlerFactory] : Querying state disabled
2023-06-03 19:13:09.953 [DEBUG] [ing.cbus.internal.CBusHandlerFactory] - bundle org.openhab.binding.cbus:3.4.4 (267)[org.openhab.binding.cbus.internal.CBusHandlerFactory] : Component can not be activated since it is in state disabled
2023-06-03 19:13:09.956 [DEBUG] [ing.cbus.internal.CBusHandlerFactory] - bundle org.openhab.binding.cbus:3.4.4 (267)[org.openhab.binding.cbus.internal.CBusHandlerFactory] : Querying state disabled
2023-06-03 19:13:09.958 [DEBUG] [ing.cbus.internal.CBusHandlerFactory] - bundle org.openhab.binding.cbus:3.4.4 (267)[org.openhab.binding.cbus.internal.CBusHandlerFactory(319)] : Updating target filters
2023-06-03 19:13:09.971 [DEBUG] [ing.cbus.internal.CBusHandlerFactory] - bundle org.openhab.binding.cbus:3.4.4 (267)[org.openhab.binding.cbus.internal.CBusHandlerFactory(319)] : Changed state from disabled to unsatisfiedReference
2023-06-03 19:13:09.973 [DEBUG] [ing.cbus.internal.CBusHandlerFactory] - bundle org.openhab.binding.cbus:3.4.4 (267)[org.openhab.binding.cbus.internal.CBusHandlerFactory(319)] : Component enabled
2023-06-03 19:13:09.974 [DEBUG] [ing.cbus.internal.CBusHandlerFactory] - bundle org.openhab.binding.cbus:3.4.4 (267)[org.openhab.binding.cbus.internal.CBusHandlerFactory(319)] : ActivateInternal
2023-06-03 19:13:09.976 [DEBUG] [ing.cbus.internal.CBusHandlerFactory] - bundle org.openhab.binding.cbus:3.4.4 (267)[org.openhab.binding.cbus.internal.CBusHandlerFactory(319)] : Querying state unsatisfiedReference
2023-06-03 19:13:09.978 [DEBUG] [ing.cbus.internal.CBusHandlerFactory] - bundle org.openhab.binding.cbus:3.4.4 (267)[org.openhab.binding.cbus.internal.CBusHandlerFactory(319)] : Querying state unsatisfiedReference
2023-06-03 19:13:09.979 [DEBUG] [ing.cbus.internal.CBusHandlerFactory] - bundle org.openhab.binding.cbus:3.4.4 (267)[org.openhab.binding.cbus.internal.CBusHandlerFactory(319)] : Activating component from state unsatisfiedReference
2023-06-03 19:13:09.981 [DEBUG] [ing.cbus.internal.CBusHandlerFactory] - bundle org.openhab.binding.cbus:3.4.4 (267)[org.openhab.binding.cbus.internal.CBusHandlerFactory(319)] : Querying state unsatisfiedReference
2023-06-03 19:13:09.983 [DEBUG] [ing.cbus.internal.CBusHandlerFactory] - bundle org.openhab.binding.cbus:3.4.4 (267)[org.openhab.binding.cbus.internal.CBusHandlerFactory(319)] : Querying state unsatisfiedReference
2023-06-03 19:13:09.995 [DEBUG] [ing.cbus.internal.CBusHandlerFactory] - bundle org.openhab.binding.cbus:3.4.4 (267)[org.openhab.binding.cbus.internal.CBusHandlerFactory(319)] : Changed state from unsatisfiedReference to satisfied
2023-06-03 19:13:09.997 [DEBUG] [ing.cbus.internal.CBusHandlerFactory] - bundle org.openhab.binding.cbus:3.4.4 (267)[org.openhab.binding.cbus.internal.CBusHandlerFactory(319)] : registration change queue [registered]
2023-06-03 19:13:10.001 [DEBUG] [ing.cbus.internal.CBusHandlerFactory] - bundle org.openhab.binding.cbus:3.4.4 (267)[org.openhab.binding.cbus.internal.CBusHandlerFactory(319)] : Checking constructor public org.openhab.binding.cbus.internal.CBusHandlerFactory()
2023-06-03 19:13:10.003 [DEBUG] [ing.cbus.internal.CBusHandlerFactory] - bundle org.openhab.binding.cbus:3.4.4 (267)[org.openhab.binding.cbus.internal.CBusHandlerFactory(319)] : Found constructor with 0 arguments : public org.openhab.binding.cbus.internal.CBusHandlerFactor
y()
2023-06-03 19:13:10.004 [DEBUG] [ing.cbus.internal.CBusHandlerFactory] - bundle org.openhab.binding.cbus:3.4.4 (267)[org.openhab.binding.cbus.internal.CBusHandlerFactory(319)] : This thread collected dependencies
2023-06-03 19:13:10.006 [DEBUG] [ing.cbus.internal.CBusHandlerFactory] - bundle org.openhab.binding.cbus:3.4.4 (267)[org.openhab.binding.cbus.internal.CBusHandlerFactory(319)] : getService (single component manager) dependencies collected.
2023-06-03 19:13:10.008 [DEBUG] [ing.cbus.internal.CBusHandlerFactory] - bundle org.openhab.binding.cbus:3.4.4 (267)[org.openhab.binding.cbus.internal.CBusHandlerFactory(319)] : Querying state satisfied
2023-06-03 19:13:10.019 [DEBUG] [ing.cbus.internal.CBusHandlerFactory] - bundle org.openhab.binding.cbus:3.4.4 (267)[org.openhab.binding.cbus.internal.CBusHandlerFactory(319)] : Querying state satisfied
2023-06-03 19:13:10.021 [DEBUG] [ing.cbus.internal.CBusHandlerFactory] - bundle org.openhab.binding.cbus:3.4.4 (267)[org.openhab.binding.cbus.internal.CBusHandlerFactory(319)] : getting activate: activate
2023-06-03 19:13:10.023 [DEBUG] [ing.cbus.internal.CBusHandlerFactory] - bundle org.openhab.binding.cbus:3.4.4 (267)[org.openhab.binding.cbus.internal.CBusHandlerFactory(319)] : Locating method activate in class org.openhab.binding.cbus.internal.CBusHandlerFactory
2023-06-03 19:13:10.029 [DEBUG] [ing.cbus.internal.CBusHandlerFactory] - bundle org.openhab.binding.cbus:3.4.4 (267)[org.openhab.binding.cbus.internal.CBusHandlerFactory(319)] : Declared Method org.openhab.binding.cbus.internal.CBusHandlerFactory.activate([interface org.os
gi.service.component.ComponentContext]) not found
2023-06-03 19:13:10.030 [DEBUG] [ing.cbus.internal.CBusHandlerFactory] - bundle org.openhab.binding.cbus:3.4.4 (267)[org.openhab.binding.cbus.internal.CBusHandlerFactory(319)] : Locating method activate in class org.openhab.core.thing.binding.BaseThingHandlerFactory
2023-06-03 19:13:10.035 [DEBUG] [ing.cbus.internal.CBusHandlerFactory] - bundle org.openhab.binding.cbus:3.4.4 (267)[org.openhab.binding.cbus.internal.CBusHandlerFactory(319)] : Found activate method: protected void org.openhab.core.thing.binding.BaseThingHandlerFactory.ac
tivate(org.osgi.service.component.ComponentContext)
2023-06-03 19:13:10.037 [DEBUG] [ing.cbus.internal.CBusHandlerFactory] - bundle org.openhab.binding.cbus:3.4.4 (267)[org.openhab.binding.cbus.internal.CBusHandlerFactory(319)] : invoking activate: activate: parameters [org.apache.felix.scr.impl.manager.ComponentContextImpl
]
2023-06-03 19:13:10.039 [DEBUG] [ing.cbus.internal.CBusHandlerFactory] - bundle org.openhab.binding.cbus:3.4.4 (267)[org.openhab.binding.cbus.internal.CBusHandlerFactory(319)] : invoked activate: activate
2023-06-03 19:13:10.045 [DEBUG] [ing.cbus.internal.CBusHandlerFactory] - bundle org.openhab.binding.cbus:3.4.4 (267)[org.openhab.binding.cbus.internal.CBusHandlerFactory(319)] : Set implementation object for component
2023-06-03 19:13:10.046 [DEBUG] [ing.cbus.internal.CBusHandlerFactory] - bundle org.openhab.binding.cbus:3.4.4 (267)[org.openhab.binding.cbus.internal.CBusHandlerFactory(319)] : Changed state from satisfied to active
2023-06-03 19:13:10.311 [DEBUG] [inding.cbus.handler.CBusCGateHandler] - Initializing CGate Bridge handler. cbus:cgate cbus:cgate:cgatenetwork
2023-06-03 19:13:10.314 [DEBUG] [inding.cbus.handler.CBusCGateHandler] - Using configuration [ipAddress=127.0.0.1]
2023-06-03 19:13:10.315 [DEBUG] [inding.cbus.handler.CBusCGateHandler] - CGate IP         127.0.0.1.
2023-06-03 19:13:10.369 [DEBUG] [ding.cbus.handler.CBusNetworkHandler] - initialize 
2023-06-03 19:13:10.372 [DEBUG] [ding.cbus.handler.CBusNetworkHandler] - Using configuration [id=253, project=FINLAYS, syncInterval=600]
2023-06-03 19:13:10.374 [DEBUG] [ding.cbus.handler.CBusNetworkHandler] - getCBusCGateHandler
2023-06-03 19:13:10.375 [DEBUG] [ding.cbus.handler.CBusNetworkHandler] - bridge not online
2023-06-03 19:13:10.392 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=60]
2023-06-03 19:13:10.397 [DEBUG] [ding.cbus.handler.CBusNetworkHandler] - initialize 
2023-06-03 19:13:10.398 [DEBUG] [ding.cbus.handler.CBusNetworkHandler] - Using configuration [id=254, project=FINLAYS, syncInterval=600]
2023-06-03 19:13:10.399 [DEBUG] [ding.cbus.handler.CBusNetworkHandler] - getCBusCGateHandler
2023-06-03 19:13:10.393 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=61]
2023-06-03 19:13:10.400 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cbusshednetwork:GreenhouseLight applicaton: 56 group: 60
2023-06-03 19:13:10.423 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cbusshednetwork:shednorthfloodlight applicaton: 56 group: 61
2023-06-03 19:13:10.423 [DEBUG] [ding.cbus.handler.CBusNetworkHandler] - bridge not online
2023-06-03 19:13:10.445 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=101]
2023-06-03 19:13:10.447 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbusshednetwork:ShedElectricFence applicaton: 56 group: 101
2023-06-03 19:13:10.455 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=3]
2023-06-03 19:13:10.463 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=101]
2023-06-03 19:13:10.467 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:Bedroom1EnsuiteHeater applicaton: 56 group: 101
2023-06-03 19:13:10.467 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbusshednetwork:ShedBay4LightLight applicaton: 56 group: 3
2023-06-03 19:13:10.481 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=4]
2023-06-03 19:13:10.488 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbusshednetwork:ShedOutsideLightEast applicaton: 56 group: 4
2023-06-03 19:13:10.493 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=7]
2023-06-03 19:13:10.494 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:Bedroom4WIRLights applicaton: 56 group: 7
2023-06-03 19:13:10.498 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=30]
2023-06-03 19:13:10.470 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=1]
2023-06-03 19:13:10.499 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:Bedroom1EnsuiteMirrorLight applicaton: 56 group: 30
2023-06-03 19:13:10.499 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbusshednetwork:ShedBay2_3Light applicaton: 56 group: 1
2023-06-03 19:13:10.500 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=2]
2023-06-03 19:13:10.501 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbusshednetwork:ShedBay1Light applicaton: 56 group: 2
2023-06-03 19:13:10.510 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=49]
2023-06-03 19:13:10.512 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:KitchenBenchLights applicaton: 56 group: 49
2023-06-03 19:13:10.514 [DEBUG] [ding.cbus.handler.CBusNetworkHandler] - CgateStateChanged true
2023-06-03 19:13:10.516 [DEBUG] [ding.cbus.handler.CBusNetworkHandler] - cgateOnline OFFLINE
2023-06-03 19:13:10.517 [DEBUG] [ding.cbus.handler.CBusNetworkHandler] - cgateOnline netid 253 project FINLAYS
2023-06-03 19:13:10.518 [DEBUG] [ding.cbus.handler.CBusNetworkHandler] - network null
2023-06-03 19:13:10.519 [DEBUG] [ding.cbus.handler.CBusNetworkHandler] - getCBusCGateHandler
2023-06-03 19:13:10.543 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=13]
2023-06-03 19:13:10.544 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:Bedroom2CeilingLights applicaton: 56 group: 13
2023-06-03 19:13:10.551 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=19]
2023-06-03 19:13:10.552 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:LoungeOutsideLights applicaton: 56 group: 19
2023-06-03 19:13:10.558 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=1]
2023-06-03 19:13:10.559 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:GarageWorkbenchLights applicaton: 56 group: 1
2023-06-03 19:13:10.575 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=20]
2023-06-03 19:13:10.576 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:LaundryOutsideLight applicaton: 56 group: 20
2023-06-03 19:13:10.599 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=131]
2023-06-03 19:13:10.600 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=10]
2023-06-03 19:13:10.600 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cbushomenetwork:FirewoodShedInternalLight applicaton: 56 group: 131
2023-06-03 19:13:10.601 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:LaundryCeilingLights applicaton: 56 group: 10
2023-06-03 19:13:10.605 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=41]
2023-06-03 19:13:10.614 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=22]
2023-06-03 19:13:10.622 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=34]
2023-06-03 19:13:10.623 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:MainBathroomCeilingLights applicaton: 56 group: 41
2023-06-03 19:13:10.623 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:RumpusNorthCeilingLights applicaton: 56 group: 34
2023-06-03 19:13:10.635 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:GarageMainLights applicaton: 56 group: 22
2023-06-03 19:13:10.640 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=201]
2023-06-03 19:13:10.641 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cbushomenetwork:VirtGreenhouseLights applicaton: 56 group: 201
2023-06-03 19:13:10.643 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=17]
2023-06-03 19:13:10.644 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:RumpusOutsideLights applicaton: 56 group: 17
2023-06-03 19:13:10.649 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=38]
2023-06-03 19:13:10.650 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:Bedroom2CentreLight applicaton: 56 group: 38
2023-06-03 19:13:10.665 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=51]
2023-06-03 19:13:10.667 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:LivingNorthEastOutsideLights applicaton: 56 group: 51
2023-06-03 19:13:10.669 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=62]
2023-06-03 19:13:10.671 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:DLTScreenIndicatorBrightness applicaton: 56 group: 62
2023-06-03 19:13:10.678 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=48]
2023-06-03 19:13:10.680 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=59]
2023-06-03 19:13:10.680 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:LivingDiningCeilingLights applicaton: 56 group: 48
2023-06-03 19:13:10.682 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:eDLTIndicatorStandbyBrightness applicaton: 56 group: 59
2023-06-03 19:13:10.691 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=6]
2023-06-03 19:13:10.695 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:Bedroom4EnsuiteCeilingLights applicaton: 56 group: 6
2023-06-03 19:13:10.698 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=35]
2023-06-03 19:13:10.707 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=3]
2023-06-03 19:13:10.708 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:LoungeEastCeilingLights applicaton: 56 group: 35
2023-06-03 19:13:10.709 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:DryingCeilingLight applicaton: 56 group: 3
2023-06-03 19:13:10.714 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=27]
2023-06-03 19:13:10.715 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:Bedroom5CeilingLights applicaton: 56 group: 27
2023-06-03 19:13:10.719 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=52]
2023-06-03 19:13:10.720 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=9]
2023-06-03 19:13:10.721 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:HallwayWestCeilingLights applicaton: 56 group: 9
2023-06-03 19:13:10.723 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:PantryLightsPIREnable applicaton: 56 group: 52
2023-06-03 19:13:10.725 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=29]
2023-06-03 19:13:10.726 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:HallwayStepLights applicaton: 56 group: 29
2023-06-03 19:13:10.736 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=14]
2023-06-03 19:13:10.737 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:Bedroom3CeilingLights applicaton: 56 group: 14
2023-06-03 19:13:10.742 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=130]
2023-06-03 19:13:10.743 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cbushomenetwork:FirewoodShedStepLight applicaton: 56 group: 130
2023-06-03 19:13:10.759 [DEBUG] [ding.cbus.handler.CBusNetworkHandler] - Network state is ok
2023-06-03 19:13:10.761 [DEBUG] [ding.cbus.handler.CBusNetworkHandler] - getCBusCGateHandler
2023-06-03 19:13:10.770 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cbusshednetwork:GreenhouseLight applicaton: 56 group: 60
2023-06-03 19:13:10.771 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=60]
2023-06-03 19:13:10.774 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=46]
2023-06-03 19:13:10.775 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:eDLTScreenStandbyBrightness applicaton: 56 group: 60
2023-06-03 19:13:10.776 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:LivingCoveOuterLights applicaton: 56 group: 46
2023-06-03 19:13:10.790 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=43]
2023-06-03 19:13:10.790 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=37]
2023-06-03 19:13:10.791 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=102]
2023-06-03 19:13:10.792 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:MainBathroomHeater applicaton: 56 group: 102
2023-06-03 19:13:10.792 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:Bedroom1EnsuiteCeilingLights applicaton: 56 group: 43
2023-06-03 19:13:10.795 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:Bedroom1EnsuiteWallLights applicaton: 56 group: 37
2023-06-03 19:13:10.795 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=15]
2023-06-03 19:13:10.798 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:EntranceOutsideLights applicaton: 56 group: 15
2023-06-03 19:13:10.800 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=58]
2023-06-03 19:13:10.801 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:UtilityExtractorFanSenseEnable applicaton: 56 group: 58
2023-06-03 19:13:10.834 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=202]
2023-06-03 19:13:10.835 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cbushomenetwork:VirtShedNorthOutdoorLights applicaton: 56 group: 202
2023-06-03 19:13:10.844 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=45]
2023-06-03 19:13:10.855 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:RumpusSouthCeilingLights applicaton: 56 group: 45
2023-06-03 19:13:10.856 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=108]
2023-06-03 19:13:10.858 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:MainBathroomExtractorFan applicaton: 56 group: 108
2023-06-03 19:13:10.867 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=32]
2023-06-03 19:13:10.869 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:Bedroom4CeilingLights applicaton: 56 group: 32
2023-06-03 19:13:10.874 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=44]
2023-06-03 19:13:10.875 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:LivingSouthEastOutsideLights applicaton: 56 group: 44
2023-06-03 19:13:10.877 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=16]
2023-06-03 19:13:10.877 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=33]
2023-06-03 19:13:10.878 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:Bedroom4OutsideLight applicaton: 56 group: 16
2023-06-03 19:13:10.879 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:LivingCoveCentreLights applicaton: 56 group: 33
2023-06-03 19:13:10.884 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=40]
2023-06-03 19:13:10.885 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:Bedroom1SouthLights applicaton: 56 group: 40
2023-06-03 19:13:10.900 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=115]
2023-06-03 19:13:10.905 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - GetGroup for 56/id 60
2023-06-03 19:13:10.913 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=39]
2023-06-03 19:13:10.914 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:Bedroom3CentreLight applicaton: 56 group: 39
2023-06-03 19:13:10.921 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=26]
2023-06-03 19:13:10.921 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=50]
2023-06-03 19:13:10.923 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:KitchenPendantLight applicaton: 56 group: 50
2023-06-03 19:13:10.923 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:KitchenCentreCeilingLights applicaton: 56 group: 26
2023-06-03 19:13:10.927 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:MainToiletExtractorFan applicaton: 56 group: 115
2023-06-03 19:13:10.936 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=21]
2023-06-03 19:13:10.940 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:MainBathroomMirrorLight applicaton: 56 group: 21
2023-06-03 19:13:10.967 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=111]
2023-06-03 19:13:10.972 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:CoffeeMachine applicaton: 56 group: 111
2023-06-03 19:13:10.973 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=23]
2023-06-03 19:13:10.979 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=11]
2023-06-03 19:13:10.981 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:HallwayEastCeilingLights applicaton: 56 group: 23
2023-06-03 19:13:10.984 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:GarageEastOutsideLights applicaton: 56 group: 11
2023-06-03 19:13:10.990 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=64]
2023-06-03 19:13:10.989 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=107]
2023-06-03 19:13:11.005 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:Bedroom1EnsuiteExtractorFan applicaton: 56 group: 107
2023-06-03 19:13:11.009 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:eDLTScreenBed1StandbyBrightness applicaton: 56 group: 64
2023-06-03 19:13:11.033 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=109]
2023-06-03 19:13:11.033 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=47]
2023-06-03 19:13:11.034 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:Bedroom4EnsuiteExtractorFan applicaton: 56 group: 109
2023-06-03 19:13:11.035 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:Bedroom1CentreNorthLights applicaton: 56 group: 47
2023-06-03 19:13:11.045 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=24]
2023-06-03 19:13:11.047 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=4]
2023-06-03 19:13:11.047 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=53]
2023-06-03 19:13:11.048 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=104]
2023-06-03 19:13:11.048 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:EntranceCeilingLights applicaton: 56 group: 4
2023-06-03 19:13:11.049 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:Bedroom1EnsuiteTowelRail applicaton: 56 group: 104
2023-06-03 19:13:11.049 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:StudyLights applicaton: 56 group: 24
2023-06-03 19:13:11.049 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:HallwayStepLightsPIREnable applicaton: 56 group: 53
2023-06-03 19:13:11.051 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=203]
2023-06-03 19:13:11.053 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cbushomenetwork:VirtGateHoldOpen applicaton: 56 group: 203
2023-06-03 19:13:11.060 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=106]
2023-06-03 19:13:11.061 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:Bedroom4EnsuiteTowelRail applicaton: 56 group: 106
2023-06-03 19:13:11.065 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=105]
2023-06-03 19:13:11.066 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:MainBathroomTowelRail applicaton: 56 group: 105
2023-06-03 19:13:11.067 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=8]
2023-06-03 19:13:11.068 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:MainToiletCeilingLight applicaton: 56 group: 8
2023-06-03 19:13:11.088 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=200]
2023-06-03 19:13:11.089 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cbushomenetwork:VirtShedEastOutdoorLights applicaton: 56 group: 200
2023-06-03 19:13:11.101 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=5]
2023-06-03 19:13:11.103 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:PantryLights applicaton: 56 group: 5
2023-06-03 19:13:11.109 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=57]
2023-06-03 19:13:11.110 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=25]
2023-06-03 19:13:11.110 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:RumpusOutsideLightsPIREnable applicaton: 56 group: 57
2023-06-03 19:13:11.111 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:Bedroom1OutsideLights applicaton: 56 group: 25
2023-06-03 19:13:11.116 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=103]
2023-06-03 19:13:11.118 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:Bedroom4EnsuiteHeater applicaton: 56 group: 103
2023-06-03 19:13:11.118 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=31]
2023-06-03 19:13:11.119 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:Bedroom4EnsuiteMirrorLights applicaton: 56 group: 31
2023-06-03 19:13:11.133 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=2]
2023-06-03 19:13:11.134 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:UtilityCeilingLight applicaton: 56 group: 2
2023-06-03 19:13:11.137 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=170]
2023-06-03 19:13:11.138 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:170 applicaton: 56 group: 170
2023-06-03 19:13:11.145 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=63]
2023-06-03 19:13:11.146 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:eDLTIndicatorBed1StandbyBrightness applicaton: 56 group: 63
2023-06-03 19:13:11.145 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=12]
2023-06-03 19:13:11.148 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=42]
2023-06-03 19:13:11.149 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:LivingNorthOutsideLights applicaton: 56 group: 12
2023-06-03 19:13:11.150 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:LoungeWestCeilingLights applicaton: 56 group: 42
2023-06-03 19:13:11.151 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=171]
2023-06-03 19:13:11.152 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:171 applicaton: 56 group: 171
2023-06-03 19:13:11.163 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbusshednetwork:ShedBay4LightLight applicaton: 56 group: 3
2023-06-03 19:13:11.164 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=28]
2023-06-03 19:13:11.164 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - GetGroup for 56/id 3
2023-06-03 19:13:11.165 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:Bedroom1WIRLights applicaton: 56 group: 28
2023-06-03 19:13:11.185 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cbusshednetwork:shednorthfloodlight applicaton: 56 group: 61
2023-06-03 19:13:11.186 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - GetGroup for 56/id 61
2023-06-03 19:13:11.201 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbusshednetwork:ShedBay2_3Light applicaton: 56 group: 1
2023-06-03 19:13:11.202 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - GetGroup for 56/id 1
2023-06-03 19:13:11.218 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=116]
2023-06-03 19:13:11.219 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:UtilityExtractorFan applicaton: 56 group: 116
2023-06-03 19:13:11.227 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - Using configuration [group=54]
2023-06-03 19:13:11.228 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:GarageOutsideLightsPIREnable applicaton: 56 group: 54
2023-06-03 19:13:11.246 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbusshednetwork:ShedElectricFence applicaton: 56 group: 101
2023-06-03 19:13:11.248 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - GetGroup for 56/id 101
2023-06-03 19:13:11.264 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbusshednetwork:ShedOutsideLightEast applicaton: 56 group: 4
2023-06-03 19:13:11.265 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - GetGroup for 56/id 4
2023-06-03 19:13:11.270 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbusshednetwork:ShedBay1Light applicaton: 56 group: 2
2023-06-03 19:13:11.271 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - GetGroup for 56/id 2
2023-06-03 19:13:11.276 [DEBUG] [ding.cbus.handler.CBusNetworkHandler] - CgateStateChanged true
2023-06-03 19:13:11.287 [DEBUG] [ding.cbus.handler.CBusNetworkHandler] - cgateOnline OFFLINE
2023-06-03 19:13:11.288 [DEBUG] [ding.cbus.handler.CBusNetworkHandler] - cgateOnline netid 254 project FINLAYS
2023-06-03 19:13:11.289 [DEBUG] [ding.cbus.handler.CBusNetworkHandler] - network null
2023-06-03 19:13:11.290 [DEBUG] [ding.cbus.handler.CBusNetworkHandler] - getCBusCGateHandler
2023-06-03 19:13:11.293 [DEBUG] [ding.cbus.handler.CBusNetworkHandler] - Network state is ok
2023-06-03 19:13:11.295 [DEBUG] [ding.cbus.handler.CBusNetworkHandler] - getCBusCGateHandler
2023-06-03 19:13:11.301 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:Bedroom4WIRLights applicaton: 56 group: 7
2023-06-03 19:13:11.372 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - GetGroup for 56/id 7
2023-06-03 19:13:11.915 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - GetGroup for 56/id 10
2023-06-03 19:13:11.921 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:GarageMainLights applicaton: 56 group: 22
2023-06-03 19:13:11.922 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - GetGroup for 56/id 22
2023-06-03 19:13:11.974 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:MainBathroomCeilingLights applicaton: 56 group: 41
2023-06-03 19:13:11.975 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - GetGroup for 56/id 41
2023-06-03 19:13:11.983 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:RumpusNorthCeilingLights applicaton: 56 group: 34
2023-06-03 19:13:11.984 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - GetGroup for 56/id 34
2023-06-03 19:13:12.011 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - updateStatus UID: cbus:light:cgatenetwork:cbushomenetwork:RumpusOutsideLights applicaton: 56 group: 17
2023-06-03 19:13:12.012 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - GetGroup for 56/id 17
2023-06-03 19:13:13.135 [DEBUG] [inding.cbus.handler.CBusGroupHandler] - GetGroup for 56/id 54
2023-06-03 19:13:23.056 [INFO ] [ding.cbus.handler.CBusNetworkHandler] - Starting network sync on network 253
2023-06-03 19:13:23.060 [INFO ] [ding.cbus.handler.CBusNetworkHandler] - Starting network sync on network 254
2023-06-03 19:13:23.069 [DEBUG] [inding.cbus.handler.CBusCGateHandler] - updateGroup address //FINLAYS/253/56/1
2023-06-03 19:13:23.070 [DEBUG] [inding.cbus.handler.CBusLightHandler] - channel UID cbus:light:cgatenetwork:cbusshednetwork:ShedBay2_3Light:state level UID cbus:light:cgatenetwork:cbusshednetwork:ShedBay2_3Light:level
2023-06-03 19:13:23.072 [DEBUG] [inding.cbus.handler.CBusLightHandler] - Updating CBus Lighting Group cbus:light:cgatenetwork:cbusshednetwork:ShedBay2_3Light with value 0
2023-06-03 19:13:23.074 [DEBUG] [inding.cbus.handler.CBusCGateHandler] - updateGroup address //FINLAYS/253/56/2
2023-06-03 19:13:23.075 [DEBUG] [inding.cbus.handler.CBusLightHandler] - channel UID cbus:light:cgatenetwork:cbusshednetwork:ShedBay1Light:state level UID cbus:light:cgatenetwork:cbusshednetwork:ShedBay1Light:level
2023-06-03 19:13:23.076 [DEBUG] [inding.cbus.handler.CBusLightHandler] - Updating CBus Lighting Group cbus:light:cgatenetwork:cbusshednetwork:ShedBay1Light with value 0
2023-06-03 19:13:23.077 [DEBUG] [inding.cbus.handler.CBusCGateHandler] - updateGroup address //FINLAYS/253/56/3
2023-06-03 19:13:23.078 [DEBUG] [inding.cbus.handler.CBusLightHandler] - channel UID cbus:light:cgatenetwork:cbusshednetwork:ShedBay4LightLight:state level UID cbus:light:cgatenetwork:cbusshednetwork:ShedBay4LightLight:level
2023-06-03 19:13:23.079 [DEBUG] [inding.cbus.handler.CBusCGateHandler] - updateGroup address //FINLAYS/253/56/4
2023-06-03 19:13:23.080 [DEBUG] [inding.cbus.handler.CBusLightHandler] - channel UID cbus:light:cgatenetwork:cbusshednetwork:ShedOutsideLightEast:state level UID cbus:light:cgatenetwork:cbusshednetwork:ShedOutsideLightEast:level
2023-06-03 19:13:23.082 [DEBUG] [inding.cbus.handler.CBusLightHandler] - Updating CBus Lighting Group cbus:light:cgatenetwork:cbusshednetwork:ShedOutsideLightEast with value 0
2023-06-03 19:13:23.090 [DEBUG] [inding.cbus.handler.CBusCGateHandler] - updateGroup address //FINLAYS/253/56/61
2023-06-03 19:13:23.091 [DEBUG] [inding.cbus.handler.CBusLightHandler] - channel UID cbus:light:cbusshednetwork:shednorthfloodlight:state level UID cbus:light:cbusshednetwork:shednorthfloodlight:level
2023-06-03 19:13:23.111 [DEBUG] [inding.cbus.handler.CBusLightHandler] - Updating CBus Lighting Group cbus:light:cgatenetwork:cbusshednetwork:ShedBay4LightLight with value 0
2023-06-03 19:13:23.112 [DEBUG] [inding.cbus.handler.CBusLightHandler] - Updating CBus Lighting Group cbus:light:cbusshednetwork:shednorthfloodlight with value 0
2023-06-03 19:13:23.118 [DEBUG] [inding.cbus.handler.CBusCGateHandler] - updateGroup address //FINLAYS/254/56/116
2023-06-03 19:13:23.119 [DEBUG] [inding.cbus.handler.CBusLightHandler] - channel UID cbus:light:cgatenetwork:cbushomenetwork:UtilityExtractorFan:state level UID cbus:light:cgatenetwork:cbushomenetwork:UtilityExtractorFan:level
2023-06-03 19:13:23.121 [DEBUG] [inding.cbus.handler.CBusLightHandler] - Updating CBus Lighting Group cbus:light:cgatenetwork:cbushomenetwork:UtilityExtractorFan with value 0
2023-06-03 19:13:23.122 [DEBUG] [inding.cbus.handler.CBusCGateHandler] - updateGroup address //FINLAYS/254/56/130
2023-06-03 19:13:23.124 [DEBUG] [inding.cbus.handler.CBusLightHandler] - channel UID cbus:light:cbushomenetwork:FirewoodShedStepLight:state level UID cbus:light:cbushomenetwork:FirewoodShedStepLight:level
2023-06-03 19:13:23.129 [DEBUG] [inding.cbus.handler.CBusCGateHandler] - updateGroup address //FINLAYS/253/56/60
2023-06-03 19:13:23.129 [DEBUG] [inding.cbus.handler.CBusLightHandler] - channel UID cbus:light:cbusshednetwork:GreenhouseLight:state level UID cbus:light:cbusshednetwork:GreenhouseLight:level
2023-06-03 19:13:23.131 [DEBUG] [inding.cbus.handler.CBusCGateHandler] - updateGroup address //FINLAYS/253/56/101
2023-06-03 19:13:23.132 [DEBUG] [inding.cbus.handler.CBusLightHandler] - channel UID cbus:light:cgatenetwork:cbusshednetwork:ShedElectricFence:state level UID cbus:light:cgatenetwork:cbusshednetwork:ShedElectricFence:level
2023-06-03 19:13:23.136 [DEBUG] [inding.cbus.handler.CBusLightHandler] - Updating CBus Lighting Group cbus:light:cgatenetwork:cbusshednetwork:ShedElectricFence with value 0
2023-06-03 19:13:23.138 [DEBUG] [inding.cbus.handler.CBusLightHandler] - Updating CBus Lighting Group cbus:light:cbusshednetwork:GreenhouseLight with value 0
2023-06-03 19:13:23.140 [DEBUG] [inding.cbus.handler.CBusLightHandler] - Updating CBus Lighting Group cbus:light:cbushomenetwork:FirewoodShedStepLight with value 0
2023-06-03 19:13:23.183 [DEBUG] [inding.cbus.handler.CBusCGateHandler] - updateGroup address //FINLAYS/254/56/131
2023-06-03 19:13:23.184 [DEBUG] [inding.cbus.handler.CBusLightHandler] - channel UID cbus:light:cbushomenetwork:FirewoodShedInternalLight:state level UID cbus:light:cbushomenetwork:FirewoodShedInternalLight:level
2023-06-03 19:13:23.186 [DEBUG] [inding.cbus.handler.CBusCGateHandler] - updateGroup address //FINLAYS/254/56/170
2023-06-03 19:13:23.187 [DEBUG] [inding.cbus.handler.CBusLightHandler] - channel UID cbus:light:cgatenetwork:cbushomenetwork:170:state level UID cbus:light:cgatenetwork:cbushomenetwork:170:level
2023-06-03 19:13:23.188 [DEBUG] [inding.cbus.handler.CBusLightHandler] - Updating CBus Lighting Group cbus:light:cgatenetwork:cbushomenetwork:170 with value 0
2023-06-03 19:13:23.189 [DEBUG] [inding.cbus.handler.CBusCGateHandler] - updateGroup address //FINLAYS/254/56/171
2023-06-03 19:13:23.190 [DEBUG] [inding.cbus.handler.CBusLightHandler] - channel UID cbus:light:cgatenetwork:cbushomenetwork:171:state level UID cbus:light:cgatenetwork:cbushomenetwork:171:level
2023-06-03 19:13:23.191 [DEBUG] [inding.cbus.handler.CBusLightHandler] - Updating CBus Lighting Group cbus:light:cgatenetwork:cbushomenetwork:171 with value 0
2023-06-03 19:13:23.193 [DEBUG] [inding.cbus.handler.CBusCGateHandler] - updateGroup address //FINLAYS/254/56/3
2023-06-03 19:13:23.194 [DEBUG] [inding.cbus.handler.CBusLightHandler] - channel UID cbus:light:cgatenetwork:cbushomenetwork:DryingCeilingLight:state level UID cbus:light:cgatenetwork:cbushomenetwork:DryingCeilingLight:level
2023-06-03 19:13:23.198 [DEBUG] [inding.cbus.handler.CBusCGateHandler] - updateGroup address //FINLAYS/254/56/17
2023-06-03 19:13:23.199 [DEBUG] [inding.cbus.handler.CBusLightHandler] - channel UID cbus:light:cgatenetwork:cbushomenetwork:RumpusOutsideLights:state level UID cbus:light:cgatenetwork:cbushomenetwork:RumpusOutsideLights:level
2023-06-03 19:13:23.200 [DEBUG] [inding.cbus.handler.CBusLightHandler] - Updating CBus Lighting Group cbus:light:cgatenetwork:cbushomenetwork:RumpusOutsideLights with value 0
2023-06-03 19:13:23.201 [DEBUG] [inding.cbus.handler.CBusLightHandler] - Updating CBus Lighting Group cbus:light:cbushomenetwork:FirewoodShedInternalLight with value 0
2023-06-03 19:13:23.211 [DEBUG] [inding.cbus.handler.CBusLightHandler] - Updating CBus Lighting Group cbus:light:cgatenetwork:cbushomenetwork:DryingCeilingLight with value 0
2023-06-03 19:13:23.217 [DEBUG] [inding.cbus.handler.CBusCGateHandler] - updateGroup address //FINLAYS/254/56/13

So no real smoking guns I can see in the logs, and basically some times you will see most items updated in the house, other times almost none (Logs are abridged to fit within the character limits here, however you just see the same thing for endless items)

I’m happy to raise some GIT issue(s) as required.

FYI @jpharvey

I haven’t have the time to upgrade to M3 yet, so I haven’t seen the behavior, but it’s probably related to this PR:

It’s likely that you can bypass the issue by just moving the key property up a level to a container that holds the repeater (again, untested).

In December I proposed a way to upgrade OH 3.x on openhabian to OH 4

Is this still the recommended way to go?
Is the recommended way officially documented somewhere and if not can someone alter the steps I proposed if needed?
If then someone would have an idea where to put this information I am happy to write and put that into our official docs.

Don‘t know the best way to upgrade.
I am taking the chance to rebuild from scratch and eliminate some errors I made in the past, especially with naming of Things and Items/Goups :wink:

Do I need to run the upgrade-tool to manually or is it automatically executed?

When I run it says “Already executed…”

@J-N-K , is this ever meant to be run manually? If, should we not provide the location to that in the docs?

I was finally able to setup a system running on OH4 based on openhabian. As I run into a few issues I have added the fix into my approach - hope that helps anyone else:

  • Make a backup of your current system
  • start from a completely new installation and download the latest 4.0 snapshot. Note that it does not install the openhab 4.0 snapshot but installs 3.x Release (my understanding is that openhabian always installs the latest release by default).
  • let it smoothly install until it is up and running. You will see it is 3.4 (at the time of writing)
  • Switch to latest openhabian branch (if you like) → [main]{2023-05-25T01:23:54-05:00}(606c74a)
  • Enable wifi (37) → reboot
    • Check via grep wlan /var/log/syslog
  • Disable zram (38)
  • optional: install option influx(24)
    • If installation fails for influxdb, reboot once and / or stop openhab
  • Enable zram (38)
  • Copy the backup to the openhabian 4.0 system (not yet on openhab 4!)
  • use openhabian-config to restore it into 3.4 (like it is currently running on your current system)
  • let it restore the backup and startup until everything is running without a problem
  • start openhabian-config and install java-17 via (45)
  • only then go into openhabian-config again choose the snapshot version of openHAB via (41) → openHAB snapshot
  • cross your fingers.
  • Remove all folders in cd /var/lib/openhab/marketplace/
  • Better safe than sorry: sudo openhab-cli clean-cache
  • Reinstall marketplace plugins

As one marketplace addon (in my case an old ecovacs) broke the installation of all plugins until I removed the marketplace directory, I would recommend to open an issue for that, agreed?

1 Like

I upgraded from oh3.4.4 to latest milestone build no issues.

I installed java 17 from the openhabian menu and than switched to latest milestone branch…cleared the cache as precaution…applied the latest changes for the UoM manually (text based)…cleared the cache and restarted…no issues…