Hi,
After some evenings searching and browsing the internet i can’t do much else then to post this topic.
I have a KNX installation and use the ABB IPR/S 3.1.1 IP-Router
I have configured the router in the openhab paper UI
192.168.1.132 is the ip address of the ABB IP-Router
192.138.1.131 is the ubuntu box where i run openhab (in docker)
The
I also configured a KNX device with the next properties
address = blank
*fetch = ON (i can see device parameters like manufacturername, serial number, …) *
interval (poll status device) = 600
interval (between attempts read group status on bus) = 0
both things (KNX/IP Gateway and KNX Device) appear online
I configured a channel (switch) with the next properties
address = ga=“0/0/1<0/0/1”
I linked a an item “Switch” that is visible in the control panel
when I switch the switch in the control panel nothing happens.
In the logfile I see the next statements, i can’t seem to see an error.
Who can help me? I would be very thankfull.
2020-10-26 21:40:48.802 [hingStatusInfoChangedEvent] - ‘knx:ip:2fe6cbfa’ changed from OFFLINE (COMMUNICATION_ERROR): server request to ONLINE
2020-10-26 21:40:48.804 [hingStatusInfoChangedEvent] - ‘knx:device:7dba7656’ changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE
2020-10-31 14:47:59.073 [hingStatusInfoChangedEvent] - ‘knx:ip:2fe6cbfa’ changed from ONLINE to OFFLINE (COMMUNICATION_ERROR): server request
2020-10-31 14:47:59.089 [hingStatusInfoChangedEvent] - ‘knx:device:7dba7656’ changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)
2020-10-31 14:48:59.099 [hingStatusInfoChangedEvent] - ‘knx:ip:2fe6cbfa’ changed from OFFLINE (COMMUNICATION_ERROR): server request to ONLINE
2020-10-31 14:48:59.101 [hingStatusInfoChangedEvent] - ‘knx:device:7dba7656’ changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE
2020-11-07 16:48:26.340 [hingStatusInfoChangedEvent] - ‘knx:device:7dba7656’ changed from ONLINE to UNINITIALIZED
2020-11-07 16:48:26.350 [hingStatusInfoChangedEvent] - ‘knx:device:7dba7656’ changed from UNINITIALIZED to UNINITIALIZED (HANDLER_MISSING_ERROR)
2020-11-07 16:48:26.351 [hingStatusInfoChangedEvent] - ‘knx:ip:2fe6cbfa’ changed from ONLINE to UNINITIALIZED
2020-11-07 16:48:26.364 [hingStatusInfoChangedEvent] - ‘knx:ip:2fe6cbfa’ changed from UNINITIALIZED to OFFLINE
2020-11-07 16:48:26.366 [hingStatusInfoChangedEvent] - ‘knx:ip:2fe6cbfa’ changed from OFFLINE to UNINITIALIZED (HANDLER_MISSING_ERROR)
2020-11-07 16:48:26.530 [temChannelLinkRemovedEvent] - Link ‘Test_LichtTechnischeRuimte => knx:device:79963810:1’ has been removed.
2020-11-07 16:48:26.533 [temChannelLinkRemovedEvent] - Link ‘Uitgangen20A_LichtTechnischeRuimte => knx:device:e95b974d:1’ has been removed.
2020-11-07 16:48:26.542 [temChannelLinkRemovedEvent] - Link ‘Test_LichtTechnischeRuimte => knx:device:7dba7656:1’ has been removed.
2020-11-07 16:48:26.543 [temChannelLinkRemovedEvent] - Link ‘KNXDevice_test => knx:device:794b8156:1’ has been removed.
2020-11-07 16:48:26.543 [temChannelLinkRemovedEvent] - Link ‘Test_ => knx:device:e15e338d:1’ has been removed.
2020-11-07 16:48:43.579 [hingStatusInfoChangedEvent] - ‘knx:device:7dba7656’ changed from UNINITIALIZED to UNINITIALIZED (BRIDGE_UNINITIALIZED)
2020-11-07 16:48:43.589 [hingStatusInfoChangedEvent] - ‘knx:ip:2fe6cbfa’ changed from UNINITIALIZED to INITIALIZING
2020-11-07 16:48:43.602 [hingStatusInfoChangedEvent] - ‘knx:ip:2fe6cbfa’ changed from INITIALIZING to UNKNOWN
2020-11-07 16:48:43.619 [hingStatusInfoChangedEvent] - ‘knx:device:7dba7656’ changed from UNINITIALIZED (BRIDGE_UNINITIALIZED) to INITIALIZING
2020-11-07 16:48:43.628 [hingStatusInfoChangedEvent] - ‘knx:device:7dba7656’ changed from INITIALIZING to OFFLINE (BRIDGE_OFFLINE)
2020-11-07 16:49:43.652 [hingStatusInfoChangedEvent] - ‘knx:ip:2fe6cbfa’ changed from UNKNOWN to ONLINE
2020-11-07 16:49:43.652 [hingStatusInfoChangedEvent] - ‘knx:device:7dba7656’ changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE
2020-11-07 16:50:17.830 [ome.event.ItemCommandEvent] - Item ‘Test_LichtTechnischeRuimte’ received command ON
2020-11-07 16:50:17.830 [nt.ItemStatePredictedEvent] - Test_LichtTechnischeRuimte predicted to become ON
2020-11-07 16:50:17.834 [vent.ItemStateChangedEvent] - Test_LichtTechnischeRuimte changed from NULL to ON
2020-11-07 16:56:44.540 [ome.event.ItemCommandEvent] - Item ‘Test_LichtTechnischeRuimte’ received command OFF
2020-11-07 16:56:44.540 [nt.ItemStatePredictedEvent] - Test_LichtTechnischeRuimte predicted to become OFF
2020-11-07 16:56:44.543 [vent.ItemStateChangedEvent] - Test_LichtTechnischeRuimte changed from ON to OFF
2020-11-07 16:57:46.157 [ome.event.ItemCommandEvent] - Item ‘Test_LichtTechnischeRuimte’ received command ON