[SOLVED] GE/Jasco (14288/ZW1002) Wall Outlet - Switch Channel Not Found

  • Platform information:
    • Raspberry Pi 4 (4GB Ram)
    • Buster (Latest Version - updated 20 Jan 2020 - next update 1 Feb 2020)
    • openHAB version: 2.5.1-2 (Release Build)
    • Z-Wave Controller: Aeotec Gen 5 Z-Wave Stick
  • Issue of the topic: As a Beginner / Novice, I have been very detailed in following this initial tutorial(s):


through to

on setting up my system.

It is at having successfully completed through this point: www.openhab.org_docs_tutorial_rules.html, that I found a problem.

When I turn off my cell phone, the “Paper UI” (on refreshing the page, will reflect my cell phone is off. “My first sitemap” does not. When I turn on my cell phone, the “Paper UI” will change and reflect my cell phone is on. “Myfirst sitemap” again makes no change.

The “Paper UI” changes occur very quickly (within about 3 to 4 seconds - which is really good.)

Now in my own troubleshooting, I have discovered that in the “Paper UI, Configuration, Things, Office Window Wall Outlet” (Thing), when I click the “Switch Channel” button, I receive: “error 404 - not found”. The center of the button is white - hence it is supposed to already be linked. (Configuration, System, Item Linking, Simple Mode is selected.)

I can select the one other channel: “Scene Number” and link or unlink it - without error.

Additionally, when in 'Paper UI, Control" or in “My first sitemap”, I can successfully control the outlet by moving the slider button.

But can not control the outlet via the rules process based on the cellphone in/out of the network.

Your help is greatly appreciated.
Dave

PaperUI is for config only and not for control. Use something like BasicUI for this and please post your sitemap file and we can look for syntax errors. Also the name of the file and the sitemap must be the same.

404 error generally means that you have defined the thing in a text file and not through the UI and it must, therefore, be edited in the text file, and not the UI.

If you have simple mode on (not recommended) and your creating the item manually then you will have duplicates that will cause issues. If this is the case let me know and I can help with removing the duplicates.

Please post your rule and items for review.

EDIT: The error number mentioned is for 409 not 404. :expressionless:

Good Day,
Requested files follow:

Site Map File- file name: default.sitemap
sitemap default label=“My first sitemap” {
Switch item=Presence_Mobile_Dave label=“Dave’s Mobile”
Switch item=Wallplug_OF_WindowWall label=“Office Window Wall Plug”
}

Items file - file name: default.items
Switch Presence_Mobile_Dave “Dave’s Mobile” { channel=“network:device:192.168.0.17:online” }

Switch Wallplug_OF_WindowWall “Office Window Wall Plug” <poweroutlet_us> { channel=“zwave:device:a3b690b0:node7:switch_binary” }

Rules - file name: default.rules
rule “Wallplug_OF_WindowWall ON”
when
Item Presence_Mobile_Dave changed from OFF to ON
then
Wallplug_OF_WindowWall.sendCommand(ON)
end

rule “Wallplug_OF_WindowWall OFF”
when
Item Presence_Mobile_Dave changed from ON to OFF
then
Wallplug_OF_WindowWall.sendCommand(OFF)
end

So - Item Linking: “simple mode” is not recommended. Ouch. So - how best to update the tutorial located at https://www.openhab.org/docs/tutorial/configuration.html?
I do not see any duplicates in Paper UI: Configuration_Things, nor in Paper UI Control.

If I understand correctly, my Basic UI has been changed to “My first sitemap”, again in following the tutorial. And in looking at “My first sitemap” there are no duplicates.

Should I disable Item Linking selection: simple mode?

Your help is appreciated.
Dave

Simple mode works but can cause issues later if you want to do more with config and it also links the channels for you. You mentioned linking and unlinking manually so you may want to turn simple mode off for now. No duplicates is good.

From PaperUI do you see a “show more” icon to click on? If so please click and see if additional channels show up.

For the rule do you see anything in the logs when the rule runs?

I have turned off “simple mode” Linking.

Sorry - confused: “show more”
in what screen?

Logs
? There are no log files in the /etc/openhab2 directory. Director contains: html, items, rules, services, sounds, transform, icons, persistence, scripts, sitemaps and things.
Dave

Logs are usually in /var/log/openhab2 There will likely be openhab2.log and events.log.

PaperUI things channels, you may not have this but it’s something to look for when you do not see an expected channel on a binding.

Frontail log, you can access it from the home page where you select PaperUI, BasiceUI, etc
 if you have it installed. If not installed then simply install it from openhabian-config tool.

Only if openHABian is installed and they selected that extra feature.

These are seriously long files. How much do you want to see
? Or is there a way to attach a file to this post?
Dave

Just what is relevant to when the rule runs.

Did you install OH via the openhabian image? If so you can add frontail log and watch from the browser. To install use sudo openhabian-config from command line then look thru the options and find add frontail log.

EDIT: Frontail log in openhabian-config is option 21 under “Optional Components”

or any other way on installing openHABian. I usually use the Linux installation, even on a Pi.

@TripleD: If you did not install the openhabian image you can add it for apt-get installs using:

# install git
sudo apt-get update
sudo apt-get install git

# download and link
sudo git clone https://github.com/openhab/openhabian.git /opt/openhabian
sudo ln -s /opt/openhabian/openhabian-setup.sh /usr/local/bin/openhabian-config

# execute
sudo openhabian-config
1 Like

I did install from OH via the openhabian image.
more to follow.
Dave

1 Like

Long excerpt from events log:

2020-01-28 13:20:40.948 [vent.ItemStateChangedEvent] - network_pingdevice_192_168_0_17_latency changed from 841.0 ms to 574.0 ms
2020-01-28 13:20:41.712 [vent.ItemStateChangedEvent] - network_pingdevice_192_168_0_17_lastseen changed from 2020-01-28T13:19:40.348-0800 to 2020-01-28T13:20:41.688-0800
2020-01-28 13:21:42.714 [vent.ItemStateChangedEvent] - network_pingdevice_192_168_0_17_latency changed from 574.0 ms to 997.0 ms
2020-01-28 13:21:43.148 [vent.ItemStateChangedEvent] - network_pingdevice_192_168_0_17_lastseen changed from 2020-01-28T13:20:41.688-0800 to 2020-01-28T13:21:43.128-0800
2020-01-28 13:22:43.198 [vent.ItemStateChangedEvent] - network_pingdevice_192_168_0_17_latency changed from 997.0 ms to 42.0 ms
2020-01-28 13:22:43.567 [vent.ItemStateChangedEvent] - network_pingdevice_192_168_0_17_lastseen changed from 2020-01-28T13:21:43.128-0800 to 2020-01-28T13:22:43.548-0800
2020-01-28 13:23:43.659 [vent.ItemStateChangedEvent] - network_pingdevice_192_168_0_17_latency changed from 42.0 ms to 86.0 ms
2020-01-28 13:23:44.025 [vent.ItemStateChangedEvent] - network_pingdevice_192_168_0_17_lastseen changed from 2020-01-28T13:22:43.548-0800 to 2020-01-28T13:23:43.998-0800
2020-01-28 13:24:49.127 [vent.ItemStateChangedEvent] - network_pingdevice_192_168_0_17_online changed from ON to OFF
2020-01-28 13:24:49.130 [vent.ItemStateChangedEvent] - network_pingdevice_192_168_0_17_latency changed from 86.0 ms to UNDEF
2020-01-28 13:25:10.972 [ome.event.ItemCommandEvent] - Item ‘Presence_Mobile_Dave’ received command ON
2020-01-28 13:25:10.982 [vent.ItemStateChangedEvent] - Presence_Mobile_Dave changed from NULL to ON
2020-01-28 13:25:18.705 [ome.event.ItemCommandEvent] - Item ‘Wallplug_OF_WindowWall’ received command ON
2020-01-28 13:25:18.732 [nt.ItemStatePredictedEvent] - Wallplug_OF_WindowWall predicted to become ON
2020-01-28 13:25:18.777 [vent.ItemStateChangedEvent] - Wallplug_OF_WindowWall changed from NULL to ON
2020-01-28 13:25:18.783 [vent.ItemStateChangedEvent] - zwave_serial_zstick_a3b690b0_serial_ack changed from 202 to 203
2020-01-28 13:25:18.786 [vent.ItemStateChangedEvent] - zwave_serial_zstick_a3b690b0_serial_sof changed from 425 to 426
2020-01-28 13:25:18.790 [vent.ItemStateChangedEvent] - zwave_serial_zstick_a3b690b0_serial_sof changed from 426 to 427
2020-01-28 13:25:20.273 [vent.ItemStateChangedEvent] - zwave_serial_zstick_a3b690b0_serial_ack changed from 203 to 204
2020-01-28 13:25:20.279 [vent.ItemStateChangedEvent] - zwave_serial_zstick_a3b690b0_serial_sof changed from 427 to 428
2020-01-28 13:25:20.296 [vent.ItemStateChangedEvent] - zwave_serial_zstick_a3b690b0_serial_sof changed from 428 to 429
2020-01-28 13:25:20.308 [vent.ItemStateChangedEvent] - zwave_serial_zstick_a3b690b0_serial_sof changed from 429 to 430
2020-01-28 13:25:20.316 [vent.ItemStateChangedEvent] - zwave_device_a3b690b0_node7_switch_binary changed from NULL to ON
2020-01-28 13:25:22.156 [ome.event.ItemCommandEvent] - Item ‘Presence_Mobile_Dave’ received command OFF
2020-01-28 13:25:22.170 [vent.ItemStateChangedEvent] - Presence_Mobile_Dave changed from ON to OFF
2020-01-28 13:25:22.342 [ome.event.ItemCommandEvent] - Item ‘Wallplug_OF_WindowWall’ received command OFF
2020-01-28 13:25:22.350 [nt.ItemStatePredictedEvent] - Wallplug_OF_WindowWall predicted to become OFF
2020-01-28 13:25:22.367 [vent.ItemStateChangedEvent] - Wallplug_OF_WindowWall changed from ON to OFF
2020-01-28 13:25:22.370 [vent.ItemStateChangedEvent] - zwave_serial_zstick_a3b690b0_serial_ack changed from 204 to 205
2020-01-28 13:25:22.375 [vent.ItemStateChangedEvent] - zwave_serial_zstick_a3b690b0_serial_sof changed from 430 to 431
2020-01-28 13:25:22.391 [vent.ItemStateChangedEvent] - zwave_serial_zstick_a3b690b0_serial_sof changed from 431 to 432
2020-01-28 13:25:23.873 [vent.ItemStateChangedEvent] - zwave_serial_zstick_a3b690b0_serial_ack changed from 205 to 206
2020-01-28 13:25:23.880 [vent.ItemStateChangedEvent] - zwave_serial_zstick_a3b690b0_serial_sof changed from 432 to 433
2020-01-28 13:25:23.895 [vent.ItemStateChangedEvent] - zwave_serial_zstick_a3b690b0_serial_sof changed from 433 to 434
2020-01-28 13:25:23.907 [vent.ItemStateChangedEvent] - zwave_serial_zstick_a3b690b0_serial_sof changed from 434 to 435
2020-01-28 13:25:23.916 [vent.ItemStateChangedEvent] - zwave_device_a3b690b0_node7_switch_binary changed from ON to OFF
2020-01-28 13:25:26.554 [ome.event.ItemCommandEvent] - Item ‘Presence_Mobile_Dave’ received command ON
2020-01-28 13:25:26.565 [vent.ItemStateChangedEvent] - Presence_Mobile_Dave changed from OFF to ON
2020-01-28 13:25:26.571 [ome.event.ItemCommandEvent] - Item ‘Wallplug_OF_WindowWall’ received command ON
2020-01-28 13:25:26.609 [nt.ItemStatePredictedEvent] - Wallplug_OF_WindowWall predicted to become ON
2020-01-28 13:25:26.641 [vent.ItemStateChangedEvent] - Wallplug_OF_WindowWall changed from OFF to ON
2020-01-28 13:25:26.648 [vent.ItemStateChangedEvent] - zwave_serial_zstick_a3b690b0_serial_ack changed from 206 to 207
2020-01-28 13:25:26.651 [vent.ItemStateChangedEvent] - zwave_serial_zstick_a3b690b0_serial_sof changed from 435 to 436
2020-01-28 13:25:26.653 [vent.ItemStateChangedEvent] - zwave_serial_zstick_a3b690b0_serial_sof changed from 436 to 437
2020-01-28 13:25:28.121 [vent.ItemStateChangedEvent] - zwave_serial_zstick_a3b690b0_serial_ack changed from 207 to 208
2020-01-28 13:25:28.127 [vent.ItemStateChangedEvent] - zwave_serial_zstick_a3b690b0_serial_sof changed from 437 to 438
2020-01-28 13:25:28.143 [vent.ItemStateChangedEvent] - zwave_serial_zstick_a3b690b0_serial_sof changed from 438 to 439
2020-01-28 13:25:28.155 [vent.ItemStateChangedEvent] - zwave_serial_zstick_a3b690b0_serial_sof changed from 439 to 440
2020-01-28 13:25:28.163 [vent.ItemStateChangedEvent] - zwave_device_a3b690b0_node7_switch_binary changed from OFF to ON
2020-01-28 13:25:49.166 [vent.ItemStateChangedEvent] - network_pingdevice_192_168_0_17_online changed from OFF to ON
2020-01-28 13:25:49.177 [vent.ItemStateChangedEvent] - network_pingdevice_192_168_0_17_latency changed from UNDEF to 38.0 ms
2020-01-28 13:25:50.546 [vent.ItemStateChangedEvent] - network_pingdevice_192_168_0_17_lastseen changed from 2020-01-28T13:23:43.998-0800 to 2020-01-28T13:25:50.528-0800
2020-01-28 13:26:55.653 [vent.ItemStateChangedEvent] - network_pingdevice_192_168_0_17_online changed from ON to OFF
2020-01-28 13:26:55.655 [vent.ItemStateChangedEvent] - network_pingdevice_192_168_0_17_latency changed from 38.0 ms to UNDEF
2020-01-28 13:29:34.586 [home.event.InboxAddedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_1’ has been added.
2020-01-28 13:29:35.193 [home.event.InboxAddedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_10’ has been added.
2020-01-28 13:29:35.214 [home.event.InboxAddedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_11’ has been added.
2020-01-28 13:29:35.235 [home.event.InboxAddedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_12’ has been added.
2020-01-28 13:29:35.251 [home.event.InboxAddedEvent] - Discovery Result with UID ‘network:servicedevice:192_168_0_14_80’ has been added.
2020-01-28 13:29:35.264 [home.event.InboxAddedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_13’ has been added.
2020-01-28 13:29:35.269 [home.event.InboxAddedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_14’ has been added.
2020-01-28 13:29:35.289 [home.event.InboxAddedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_16’ has been added.
2020-01-28 13:29:35.686 [home.event.InboxAddedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_19’ has been added.
2020-01-28 13:29:35.741 [home.event.InboxAddedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_22’ has been added.
2020-01-28 13:29:35.747 [home.event.InboxAddedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_23’ has been added.
2020-01-28 13:29:35.884 [home.event.InboxAddedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_24’ has been added.
2020-01-28 13:29:36.092 [home.event.InboxAddedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_25’ has been added.
2020-01-28 13:29:36.150 [home.event.InboxAddedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_26’ has been added.
2020-01-28 13:29:36.251 [home.event.InboxAddedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_28’ has been added.
2020-01-28 13:29:36.277 [home.event.InboxAddedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_30’ has been added.
2020-01-28 13:29:36.302 [home.event.InboxAddedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_31’ has been added.
2020-01-28 13:29:36.332 [home.event.InboxAddedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_32’ has been added.
2020-01-28 13:29:36.559 [home.event.InboxAddedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_34’ has been added.
2020-01-28 13:29:37.101 [home.event.InboxAddedEvent] - Discovery Result with UID ‘network:servicedevice:192_168_0_42_80’ has been added.
2020-01-28 13:29:37.111 [home.event.InboxAddedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_42’ has been added.
2020-01-28 13:29:37.306 [home.event.InboxAddedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_44’ has been added.
2020-01-28 13:29:53.082 [home.event.InboxAddedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_254’ has been added.
2020-01-28 13:30:28.819 [me.event.InboxRemovedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_16’ has been removed.
2020-01-28 13:30:28.827 [me.event.InboxRemovedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_13’ has been removed.
2020-01-28 13:30:28.835 [me.event.InboxRemovedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_14’ has been removed.
2020-01-28 13:30:28.842 [me.event.InboxRemovedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_19’ has been removed.
2020-01-28 13:30:28.850 [me.event.InboxRemovedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_30’ has been removed.
2020-01-28 13:30:28.856 [me.event.InboxRemovedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_11’ has been removed.
2020-01-28 13:30:28.863 [me.event.InboxRemovedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_12’ has been removed.
2020-01-28 13:30:28.868 [me.event.InboxRemovedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_34’ has been removed.
2020-01-28 13:30:28.874 [me.event.InboxRemovedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_31’ has been removed.
2020-01-28 13:30:28.885 [me.event.InboxRemovedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_10’ has been removed.
2020-01-28 13:30:28.890 [me.event.InboxRemovedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_32’ has been removed.
2020-01-28 13:30:28.896 [me.event.InboxRemovedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_254’ has been removed.
2020-01-28 13:30:28.905 [me.event.InboxRemovedEvent] - Discovery Result with UID ‘network:servicedevice:192_168_0_42_80’ has been removed.
2020-01-28 13:30:28.911 [me.event.InboxRemovedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_26’ has been removed.
2020-01-28 13:30:28.915 [me.event.InboxRemovedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_24’ has been removed.
2020-01-28 13:30:28.919 [me.event.InboxRemovedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_25’ has been removed.
2020-01-28 13:30:28.923 [me.event.InboxRemovedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_28’ has been removed.
2020-01-28 13:30:28.927 [me.event.InboxRemovedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_22’ has been removed.
2020-01-28 13:30:28.929 [me.event.InboxRemovedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_44’ has been removed.
2020-01-28 13:30:28.931 [me.event.InboxRemovedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_23’ has been removed.
2020-01-28 13:30:28.933 [me.event.InboxRemovedEvent] - Discovery Result with UID ‘network:servicedevice:192_168_0_14_80’ has been removed.
2020-01-28 13:30:28.935 [me.event.InboxRemovedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_42’ has been removed.
2020-01-28 13:30:28.937 [me.event.InboxRemovedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_1’ has been removed.
2020-01-28 13:30:28.948 [home.event.InboxAddedEvent] - Discovery Result with UID ‘network:servicedevice:192_168_0_1_80’ has been added.
2020-01-28 13:30:28.962 [home.event.InboxAddedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_1’ has been added.
2020-01-28 13:30:29.570 [home.event.InboxAddedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_10’ has been added.
2020-01-28 13:30:29.593 [home.event.InboxAddedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_11’ has been added.
2020-01-28 13:30:29.605 [home.event.InboxAddedEvent] - Discovery Result with UID ‘network:servicedevice:192_168_0_14_80’ has been added.
2020-01-28 13:30:29.609 [home.event.InboxAddedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_12’ has been added.
2020-01-28 13:30:29.618 [home.event.InboxAddedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_13’ has been added.
2020-01-28 13:30:29.624 [home.event.InboxAddedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_14’ has been added.
2020-01-28 13:30:29.673 [home.event.InboxAddedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_16’ has been added.
2020-01-28 13:30:30.076 [home.event.InboxAddedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_19’ has been added.
2020-01-28 13:30:30.102 [home.event.InboxAddedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_22’ has been added.
2020-01-28 13:30:30.118 [home.event.InboxAddedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_23’ has been added.
2020-01-28 13:30:30.241 [home.event.InboxAddedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_24’ has been added.
2020-01-28 13:30:30.362 [home.event.InboxAddedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_25’ has been added.
2020-01-28 13:30:30.570 [home.event.InboxAddedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_28’ has been added.
2020-01-28 13:30:30.574 [home.event.InboxAddedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_26’ has been added.
2020-01-28 13:30:30.692 [home.event.InboxAddedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_30’ has been added.
2020-01-28 13:30:30.707 [home.event.InboxAddedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_31’ has been added.
2020-01-28 13:30:30.751 [home.event.InboxAddedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_32’ has been added.
2020-01-28 13:30:30.894 [home.event.InboxAddedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_34’ has been added.
2020-01-28 13:30:31.201 [home.event.InboxAddedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_35’ has been added.
2020-01-28 13:30:31.417 [home.event.InboxAddedEvent] - Discovery Result with UID ‘network:servicedevice:192_168_0_42_80’ has been added.
2020-01-28 13:30:31.444 [home.event.InboxAddedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_42’ has been added.
2020-01-28 13:30:31.739 [home.event.InboxAddedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_44’ has been added.
2020-01-28 13:30:47.492 [home.event.InboxAddedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_254’ has been added.
2020-01-28 13:31:11.054 [vent.ItemStateChangedEvent] - network_pingdevice_192_168_0_17_online changed from OFF to ON
2020-01-28 13:31:11.066 [vent.ItemStateChangedEvent] - network_pingdevice_192_168_0_17_latency changed from UNDEF to 82.0 ms
2020-01-28 13:31:11.362 [vent.ItemStateChangedEvent] - network_pingdevice_192_168_0_17_lastseen changed from 2020-01-28T13:25:50.528-0800 to 2020-01-28T13:31:11.348-0800
2020-01-28 13:32:12.022 [vent.ItemStateChangedEvent] - network_pingdevice_192_168_0_17_latency changed from 82.0 ms to 653.0 ms
2020-01-28 13:32:12.705 [vent.ItemStateChangedEvent] - network_pingdevice_192_168_0_17_lastseen changed from 2020-01-28T13:31:11.348-0800 to 2020-01-28T13:32:12.688-0800
2020-01-28 13:33:12.735 [vent.ItemStateChangedEvent] - network_pingdevice_192_168_0_17_latency changed from 653.0 ms to 25.0 ms
2020-01-28 13:33:13.025 [vent.ItemStateChangedEvent] - network_pingdevice_192_168_0_17_lastseen changed from 2020-01-28T13:32:12.688-0800 to 2020-01-28T13:33:13.008-0800
2020-01-28 13:34:13.198 [vent.ItemStateChangedEvent] - network_pingdevice_192_168_0_17_latency changed from 25.0 ms to 166.0 ms
2020-01-28 13:34:13.443 [vent.ItemStateChangedEvent] - network_pingdevice_192_168_0_17_lastseen changed from 2020-01-28T13:33:13.008-0800 to 2020-01-28T13:34:13.428-0800
2020-01-28 13:34:19.867 [hingStatusInfoChangedEvent] - ‘network:pingdevice:e2172ac2’ changed from UNINITIALIZED to INITIALIZING
2020-01-28 13:34:19.912 [hingStatusInfoChangedEvent] - ‘network:pingdevice:e2172ac2’ changed from INITIALIZING to ONLINE
2020-01-28 13:34:19.933 [me.event.ThingUpdatedEvent] - Thing ‘network:pingdevice:e2172ac2’ has been updated.
2020-01-28 13:34:19.944 [.ItemChannelLinkAddedEvent] - Link ‘network_pingdevice_e2172ac2_online-network:pingdevice:e2172ac2:online’ has been added.
2020-01-28 13:34:19.954 [.ItemChannelLinkAddedEvent] - Link ‘network_pingdevice_e2172ac2_latency-network:pingdevice:e2172ac2:latency’ has been added.
2020-01-28 13:34:19.961 [.ItemChannelLinkAddedEvent] - Link ‘network_pingdevice_e2172ac2_lastseen-network:pingdevice:e2172ac2:lastseen’ has been added.
2020-01-28 13:34:19.976 [vent.ItemStateChangedEvent] - network_pingdevice_e2172ac2_lastseen changed from NULL to UNDEF
2020-01-28 13:34:20.301 [vent.ItemStateChangedEvent] - network_pingdevice_e2172ac2_online changed from NULL to ON
2020-01-28 13:34:20.309 [vent.ItemStateChangedEvent] - network_pingdevice_e2172ac2_latency changed from NULL to 377.0 ms
2020-01-28 13:34:20.423 [vent.ItemStateChangedEvent] - network_pingdevice_e2172ac2_lastseen changed from UNDEF to 2020-01-28T13:34:20.417-0800
2020-01-28 13:35:13.807 [vent.ItemStateChangedEvent] - network_pingdevice_192_168_0_17_latency changed from 166.0 ms to 357.0 ms
2020-01-28 13:35:13.849 [vent.ItemStateChangedEvent] - network_pingdevice_192_168_0_17_latency changed from 357.0 ms to 350.0 ms
2020-01-28 13:35:13.853 [vent.ItemStateChangedEvent] - network_pingdevice_192_168_0_17_lastseen changed from 2020-01-28T13:34:13.428-0800 to 2020-01-28T13:35:13.838-0800
2020-01-28 13:35:20.625 [vent.ItemStateChangedEvent] - network_pingdevice_e2172ac2_latency changed from 377.0 ms to 191.0 ms
2020-01-28 13:35:20.812 [vent.ItemStateChangedEvent] - network_pingdevice_e2172ac2_lastseen changed from 2020-01-28T13:34:20.417-0800 to 2020-01-28T13:35:20.798-0800
2020-01-28 13:36:18.952 [vent.ItemStateChangedEvent] - network_pingdevice_192_168_0_17_online changed from ON to OFF
2020-01-28 13:36:18.957 [vent.ItemStateChangedEvent] - network_pingdevice_192_168_0_17_latency changed from 350.0 ms to UNDEF
2020-01-28 13:36:25.911 [vent.ItemStateChangedEvent] - network_pingdevice_e2172ac2_online changed from ON to OFF
2020-01-28 13:36:25.914 [vent.ItemStateChangedEvent] - network_pingdevice_e2172ac2_latency changed from 191.0 ms to UNDEF
2020-01-28 13:36:26.046 [ome.event.ItemCommandEvent] - Item ‘Presence_Mobile_Dave’ received command OFF
2020-01-28 13:36:26.056 [vent.ItemStateChangedEvent] - Presence_Mobile_Dave changed from ON to OFF
2020-01-28 13:36:26.232 [ome.event.ItemCommandEvent] - Item ‘Wallplug_OF_WindowWall’ received command OFF
2020-01-28 13:36:26.240 [nt.ItemStatePredictedEvent] - Wallplug_OF_WindowWall predicted to become OFF
2020-01-28 13:36:26.270 [vent.ItemStateChangedEvent] - Wallplug_OF_WindowWall changed from ON to OFF
2020-01-28 13:36:26.272 [vent.ItemStateChangedEvent] - zwave_serial_zstick_a3b690b0_serial_ack changed from 208 to 209
2020-01-28 13:36:26.274 [vent.ItemStateChangedEvent] - zwave_serial_zstick_a3b690b0_serial_sof changed from 440 to 441
2020-01-28 13:36:26.287 [vent.ItemStateChangedEvent] - zwave_serial_zstick_a3b690b0_serial_sof changed from 441 to 442
2020-01-28 13:36:27.768 [vent.ItemStateChangedEvent] - zwave_serial_zstick_a3b690b0_serial_ack changed from 209 to 210
2020-01-28 13:36:27.780 [vent.ItemStateChangedEvent] - zwave_serial_zstick_a3b690b0_serial_sof changed from 442 to 443
2020-01-28 13:36:27.791 [vent.ItemStateChangedEvent] - zwave_serial_zstick_a3b690b0_serial_sof changed from 443 to 444
2020-01-28 13:36:27.801 [vent.ItemStateChangedEvent] - zwave_serial_zstick_a3b690b0_serial_sof changed from 444 to 445
2020-01-28 13:36:27.812 [vent.ItemStateChangedEvent] - zwave_device_a3b690b0_node7_switch_binary changed from ON to OFF
2020-01-28 13:36:28.603 [ome.event.ItemCommandEvent] - Item ‘Presence_Mobile_Dave’ received command ON
2020-01-28 13:36:28.612 [vent.ItemStateChangedEvent] - Presence_Mobile_Dave changed from OFF to ON
2020-01-28 13:36:28.615 [ome.event.ItemCommandEvent] - Item ‘Wallplug_OF_WindowWall’ received command ON
2020-01-28 13:36:28.632 [nt.ItemStatePredictedEvent] - Wallplug_OF_WindowWall predicted to become ON
2020-01-28 13:36:28.655 [vent.ItemStateChangedEvent] - Wallplug_OF_WindowWall changed from OFF to ON
2020-01-28 13:36:28.661 [vent.ItemStateChangedEvent] - zwave_serial_zstick_a3b690b0_serial_ack changed from 210 to 211
2020-01-28 13:36:28.669 [vent.ItemStateChangedEvent] - zwave_serial_zstick_a3b690b0_serial_sof changed from 445 to 446
2020-01-28 13:36:28.683 [vent.ItemStateChangedEvent] - zwave_serial_zstick_a3b690b0_serial_sof changed from 446 to 447
2020-01-28 13:36:30.166 [vent.ItemStateChangedEvent] - zwave_serial_zstick_a3b690b0_serial_ack changed from 211 to 212
2020-01-28 13:36:30.174 [vent.ItemStateChangedEvent] - zwave_serial_zstick_a3b690b0_serial_sof changed from 447 to 448
2020-01-28 13:36:30.188 [vent.ItemStateChangedEvent] - zwave_serial_zstick_a3b690b0_serial_sof changed from 448 to 449
2020-01-28 13:36:30.203 [vent.ItemStateChangedEvent] - zwave_serial_zstick_a3b690b0_serial_sof changed from 449 to 450
2020-01-28 13:36:30.207 [vent.ItemStateChangedEvent] - zwave_device_a3b690b0_node7_switch_binary changed from OFF to ON
2020-01-28 13:39:07.684 [hingStatusInfoChangedEvent] - ‘network:pingdevice:e2172ac2’ changed from ONLINE to REMOVING
2020-01-28 13:39:07.691 [hingStatusInfoChangedEvent] - ‘network:pingdevice:e2172ac2’ changed from REMOVING to REMOVED
2020-01-28 13:39:07.705 [hingStatusInfoChangedEvent] - ‘network:pingdevice:e2172ac2’ changed from REMOVED to UNINITIALIZED
2020-01-28 13:39:07.740 [hingStatusInfoChangedEvent] - ‘network:pingdevice:e2172ac2’ changed from UNINITIALIZED to UNINITIALIZED (HANDLER_MISSING_ERROR)
2020-01-28 13:39:07.759 [temChannelLinkRemovedEvent] - Link ‘network_pingdevice_e2172ac2_online => network:pingdevice:e2172ac2:online’ has been removed.
2020-01-28 13:39:07.763 [temChannelLinkRemovedEvent] - Link ‘network_pingdevice_e2172ac2_latency => network:pingdevice:e2172ac2:latency’ has been removed.
2020-01-28 13:39:07.767 [temChannelLinkRemovedEvent] - Link ‘network_pingdevice_e2172ac2_lastseen => network:pingdevice:e2172ac2:lastseen’ has been removed.
2020-01-28 13:39:21.315 [vent.ItemStateChangedEvent] - network_pingdevice_192_168_0_17_lastseen changed from NULL to 2020-01-28T13:35:13.838-0800
2020-01-28 13:39:21.376 [me.event.ThingUpdatedEvent] - Thing ‘network:pingdevice:192_168_0_17’ has been updated.
2020-01-28 13:39:26.474 [vent.ItemStateChangedEvent] - network_pingdevice_192_168_0_17_online changed from NULL to OFF
2020-01-28 13:39:26.479 [vent.ItemStateChangedEvent] - network_pingdevice_192_168_0_17_latency changed from NULL to UNDEF
2020-01-28 13:39:26.697 [vent.ItemStateChangedEvent] - network_pingdevice_192_168_0_17_latency changed from UNDEF to -1.0 ms
2020-01-28 13:39:26.700 [temChannelLinkRemovedEvent] - Link ‘network_pingdevice_192_168_0_17_online => network:pingdevice:192_168_0_17:online’ has been removed.
2020-01-28 13:39:26.708 [vent.ItemStateChangedEvent] - network_pingdevice_192_168_0_17_latency changed from -1.0 ms to UNDEF
2020-01-28 13:39:28.333 [vent.ItemStateChangedEvent] - network_pingdevice_192_168_0_17_online changed from NULL to OFF
2020-01-28 13:39:28.338 [.ItemChannelLinkAddedEvent] - Link ‘network_pingdevice_192_168_0_17_online-network:pingdevice:192_168_0_17:online’ has been added.
2020-01-28 13:40:38.294 [me.event.InboxRemovedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_16’ has been removed.
2020-01-28 13:40:38.300 [me.event.InboxRemovedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_13’ has been removed.
2020-01-28 13:40:38.305 [me.event.InboxRemovedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_35’ has been removed.
2020-01-28 13:40:38.310 [me.event.InboxRemovedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_14’ has been removed.
2020-01-28 13:40:38.317 [me.event.InboxRemovedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_19’ has been removed.
2020-01-28 13:40:38.322 [me.event.InboxRemovedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_30’ has been removed.
2020-01-28 13:40:38.329 [me.event.InboxRemovedEvent] - Discovery Result with UID ‘network:servicedevice:192_168_0_1_80’ has been removed.
2020-01-28 13:40:38.333 [me.event.InboxRemovedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_11’ has been removed.
2020-01-28 13:40:38.338 [me.event.InboxRemovedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_12’ has been removed.
2020-01-28 13:40:38.342 [me.event.InboxRemovedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_34’ has been removed.
2020-01-28 13:40:38.346 [me.event.InboxRemovedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_31’ has been removed.
2020-01-28 13:40:38.351 [me.event.InboxRemovedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_10’ has been removed.
2020-01-28 13:40:38.355 [me.event.InboxRemovedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_32’ has been removed.
2020-01-28 13:40:38.365 [me.event.InboxRemovedEvent] - Discovery Result with UID ‘network:servicedevice:192_168_0_42_80’ has been removed.
2020-01-28 13:40:38.369 [me.event.InboxRemovedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_26’ has been removed.
2020-01-28 13:40:38.375 [me.event.InboxRemovedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_24’ has been removed.
2020-01-28 13:40:38.379 [me.event.InboxRemovedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_25’ has been removed.
2020-01-28 13:40:38.385 [me.event.InboxRemovedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_28’ has been removed.
2020-01-28 13:40:38.390 [me.event.InboxRemovedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_22’ has been removed.
2020-01-28 13:40:38.393 [me.event.InboxRemovedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_44’ has been removed.
2020-01-28 13:40:38.396 [me.event.InboxRemovedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_23’ has been removed.
2020-01-28 13:40:38.398 [me.event.InboxRemovedEvent] - Discovery Result with UID ‘network:servicedevice:192_168_0_14_80’ has been removed.
2020-01-28 13:40:38.401 [me.event.InboxRemovedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_42’ has been removed.
2020-01-28 13:40:38.403 [me.event.InboxRemovedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_1’ has been removed.
2020-01-28 13:41:08.395 [me.event.InboxRemovedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_254’ has been removed.
2020-01-28 13:41:38.736 [ome.event.ItemCommandEvent] - Item ‘Wallplug_OF_WindowWall’ received command OFF
2020-01-28 13:41:38.752 [nt.ItemStatePredictedEvent] - Wallplug_OF_WindowWall predicted to become OFF
2020-01-28 13:41:38.787 [vent.ItemStateChangedEvent] - Wallplug_OF_WindowWall changed from ON to OFF
2020-01-28 13:41:38.793 [vent.ItemStateChangedEvent] - zwave_serial_zstick_a3b690b0_serial_ack changed from 212 to 213
2020-01-28 13:41:38.796 [vent.ItemStateChangedEvent] - zwave_serial_zstick_a3b690b0_serial_sof changed from 450 to 451
2020-01-28 13:41:38.806 [vent.ItemStateChangedEvent] - zwave_serial_zstick_a3b690b0_serial_sof changed from 451 to 452
2020-01-28 13:41:40.028 [ome.event.ItemCommandEvent] - Item ‘Wallplug_OF_WindowWall’ received command ON
2020-01-28 13:41:40.047 [nt.ItemStatePredictedEvent] - Wallplug_OF_WindowWall predicted to become ON
2020-01-28 13:41:40.071 [vent.ItemStateChangedEvent] - Wallplug_OF_WindowWall changed from OFF to ON
2020-01-28 13:41:40.076 [vent.ItemStateChangedEvent] - zwave_serial_zstick_a3b690b0_serial_ack changed from 213 to 214
2020-01-28 13:41:40.082 [vent.ItemStateChangedEvent] - zwave_serial_zstick_a3b690b0_serial_sof changed from 452 to 453
2020-01-28 13:41:40.094 [vent.ItemStateChangedEvent] - zwave_serial_zstick_a3b690b0_serial_sof changed from 453 to 454
2020-01-28 13:41:41.577 [vent.ItemStateChangedEvent] - zwave_serial_zstick_a3b690b0_serial_ack changed from 214 to 215
2020-01-28 13:41:41.585 [vent.ItemStateChangedEvent] - zwave_serial_zstick_a3b690b0_serial_sof changed from 454 to 455
2020-01-28 13:41:41.600 [vent.ItemStateChangedEvent] - zwave_serial_zstick_a3b690b0_serial_sof changed from 455 to 456
2020-01-28 13:41:41.612 [vent.ItemStateChangedEvent] - zwave_serial_zstick_a3b690b0_serial_sof changed from 456 to 457
2020-01-28 13:42:04.037 [vent.ItemStateChangedEvent] - network_pingdevice_192_168_0_17_online changed from OFF to ON
2020-01-28 13:42:04.042 [vent.ItemStateChangedEvent] - network_pingdevice_192_168_0_17_latency changed from UNDEF to 0.0 ms
2020-01-28 13:42:41.786 [vent.ItemStateChangedEvent] - network_pingdevice_192_168_0_17_online changed from ON to OFF
2020-01-28 13:42:41.792 [vent.ItemStateChangedEvent] - network_pingdevice_192_168_0_17_latency changed from 0.0 ms to UNDEF
2020-01-28 13:42:53.049 [vent.ItemStateChangedEvent] - network_pingdevice_192_168_0_17_online changed from OFF to ON
2020-01-28 13:42:53.051 [vent.ItemStateChangedEvent] - network_pingdevice_192_168_0_17_latency changed from UNDEF to 0.0 ms
2020-01-28 13:43:08.340 [ome.event.ItemCommandEvent] - Item ‘zwave_device_a3b690b0_node7_switch_binary’ received command OFF
2020-01-28 13:43:08.355 [nt.ItemStatePredictedEvent] - zwave_device_a3b690b0_node7_switch_binary predicted to become OFF
2020-01-28 13:43:08.367 [vent.ItemStateChangedEvent] - zwave_device_a3b690b0_node7_switch_binary changed from ON to OFF
2020-01-28 13:43:08.383 [vent.ItemStateChangedEvent] - zwave_serial_zstick_a3b690b0_serial_ack changed from 215 to 216
2020-01-28 13:43:08.394 [vent.ItemStateChangedEvent] - zwave_serial_zstick_a3b690b0_serial_sof changed from 457 to 458
2020-01-28 13:43:08.405 [vent.ItemStateChangedEvent] - zwave_serial_zstick_a3b690b0_serial_sof changed from 458 to 459
2020-01-28 13:43:09.885 [vent.ItemStateChangedEvent] - zwave_serial_zstick_a3b690b0_serial_ack changed from 216 to 217
2020-01-28 13:43:09.893 [vent.ItemStateChangedEvent] - zwave_serial_zstick_a3b690b0_serial_sof changed from 459 to 460
2020-01-28 13:43:09.909 [vent.ItemStateChangedEvent] - zwave_serial_zstick_a3b690b0_serial_sof changed from 460 to 461
2020-01-28 13:43:09.919 [vent.ItemStateChangedEvent] - zwave_serial_zstick_a3b690b0_serial_sof changed from 461 to 462
2020-01-28 13:43:09.933 [vent.ItemStateChangedEvent] - Wallplug_OF_WindowWall changed from ON to OFF
2020-01-28 13:43:10.140 [ome.event.ItemCommandEvent] - Item ‘zwave_device_a3b690b0_node7_switch_binary’ received command ON
2020-01-28 13:43:10.158 [nt.ItemStatePredictedEvent] - zwave_device_a3b690b0_node7_switch_binary predicted to become ON
2020-01-28 13:43:10.173 [vent.ItemStateChangedEvent] - zwave_device_a3b690b0_node7_switch_binary changed from OFF to ON
2020-01-28 13:43:10.184 [vent.ItemStateChangedEvent] - zwave_serial_zstick_a3b690b0_serial_ack changed from 217 to 218
2020-01-28 13:43:10.190 [vent.ItemStateChangedEvent] - zwave_serial_zstick_a3b690b0_serial_sof changed from 462 to 463
2020-01-28 13:43:10.203 [vent.ItemStateChangedEvent] - zwave_serial_zstick_a3b690b0_serial_sof changed from 463 to 464
2020-01-28 13:43:11.687 [vent.ItemStateChangedEvent] - zwave_serial_zstick_a3b690b0_serial_ack changed from 218 to 219
2020-01-28 13:43:11.695 [vent.ItemStateChangedEvent] - zwave_serial_zstick_a3b690b0_serial_sof changed from 464 to 465
2020-01-28 13:43:11.708 [vent.ItemStateChangedEvent] - zwave_serial_zstick_a3b690b0_serial_sof changed from 465 to 466
2020-01-28 13:43:11.722 [vent.ItemStateChangedEvent] - zwave_serial_zstick_a3b690b0_serial_sof changed from 466 to 467
2020-01-28 13:43:11.728 [vent.ItemStateChangedEvent] - Wallplug_OF_WindowWall changed from OFF to ON
2020-01-28 13:43:13.073 [ome.event.ItemCommandEvent] - Item ‘Wallplug_OF_WindowWall’ received command OFF
2020-01-28 13:43:13.090 [nt.ItemStatePredictedEvent] - Wallplug_OF_WindowWall predicted to become OFF
2020-01-28 13:43:13.122 [vent.ItemStateChangedEvent] - Wallplug_OF_WindowWall changed from ON to OFF
2020-01-28 13:43:13.127 [vent.ItemStateChangedEvent] - zwave_serial_zstick_a3b690b0_serial_ack changed from 219 to 220
2020-01-28 13:43:13.133 [vent.ItemStateChangedEvent] - zwave_serial_zstick_a3b690b0_serial_sof changed from 467 to 468
2020-01-28 13:43:13.136 [vent.ItemStateChangedEvent] - zwave_serial_zstick_a3b690b0_serial_sof changed from 468 to 469
2020-01-28 13:43:14.618 [vent.ItemStateChangedEvent] - zwave_serial_zstick_a3b690b0_serial_ack changed from 220 to 221
2020-01-28 13:43:14.625 [vent.ItemStateChangedEvent] - zwave_serial_zstick_a3b690b0_serial_sof changed from 469 to 470
2020-01-28 13:43:14.640 [vent.ItemStateChangedEvent] - zwave_serial_zstick_a3b690b0_serial_sof changed from 470 to 471
2020-01-28 13:43:14.656 [vent.ItemStateChangedEvent] - zwave_serial_zstick_a3b690b0_serial_sof changed from 471 to 472
2020-01-28 13:43:14.658 [vent.ItemStateChangedEvent] - zwave_device_a3b690b0_node7_switch_binary changed from ON to OFF
2020-01-28 13:43:14.728 [ome.event.ItemCommandEvent] - Item ‘Wallplug_OF_WindowWall’ received command ON
2020-01-28 13:43:14.754 [nt.ItemStatePredictedEvent] - Wallplug_OF_WindowWall predicted to become ON
2020-01-28 13:43:14.782 [vent.ItemStateChangedEvent] - Wallplug_OF_WindowWall changed from OFF to ON
2020-01-28 13:43:14.792 [vent.ItemStateChangedEvent] - zwave_serial_zstick_a3b690b0_serial_ack changed from 221 to 222
2020-01-28 13:43:14.795 [vent.ItemStateChangedEvent] - zwave_serial_zstick_a3b690b0_serial_sof changed from 472 to 473
2020-01-28 13:43:14.802 [vent.ItemStateChangedEvent] - zwave_serial_zstick_a3b690b0_serial_sof changed from 473 to 474
2020-01-28 13:43:16.282 [vent.ItemStateChangedEvent] - zwave_serial_zstick_a3b690b0_serial_ack changed from 222 to 223
2020-01-28 13:43:16.288 [vent.ItemStateChangedEvent] - zwave_serial_zstick_a3b690b0_serial_sof changed from 474 to 475
2020-01-28 13:43:16.304 [vent.ItemStateChangedEvent] - zwave_serial_zstick_a3b690b0_serial_sof changed from 475 to 476
2020-01-28 13:43:16.315 [vent.ItemStateChangedEvent] - zwave_serial_zstick_a3b690b0_serial_sof changed from 476 to 477
2020-01-28 13:43:16.320 [vent.ItemStateChangedEvent] - zwave_device_a3b690b0_node7_switch_binary changed from OFF to ON
2020-01-28 13:43:42.057 [vent.ItemStateChangedEvent] - network_pingdevice_192_168_0_17_latency changed from 0.0 ms to 254.0 ms
2020-01-28 13:43:42.183 [vent.ItemStateChangedEvent] - network_pingdevice_192_168_0_17_lastseen changed from 2020-01-28T13:35:13.838-0800 to 2020-01-28T13:43:42.168-0800
2020-01-28 13:44:42.264 [vent.ItemStateChangedEvent] - network_pingdevice_192_168_0_17_latency changed from 254.0 ms to 75.0 ms
2020-01-28 13:44:43.622 [vent.ItemStateChangedEvent] - network_pingdevice_192_168_0_17_lastseen changed from 2020-01-28T13:43:42.168-0800 to 2020-01-28T13:44:43.608-0800
2020-01-28 13:45:46.993 [vent.ItemStateChangedEvent] - network_pingdevice_192_168_0_17_latency changed from 75.0 ms to 3311.0 ms
2020-01-28 13:45:46.996 [vent.ItemStateChangedEvent] - network_pingdevice_192_168_0_17_lastseen changed from 2020-01-28T13:44:43.608-0800 to 2020-01-28T13:45:46.978-0800
2020-01-28 13:46:47.094 [vent.ItemStateChangedEvent] - network_pingdevice_192_168_0_17_latency changed from 3311.0 ms to 93.0 ms
2020-01-28 13:46:47.575 [vent.ItemStateChangedEvent] - network_pingdevice_192_168_0_17_lastseen changed from 2020-01-28T13:45:46.978-0800 to 2020-01-28T13:46:47.558-0800
2020-01-28 13:47:47.615 [vent.ItemStateChangedEvent] - network_pingdevice_192_168_0_17_latency changed from 93.0 ms to 36.0 ms
2020-01-28 13:47:48.026 [vent.ItemStateChangedEvent] - network_pingdevice_192_168_0_17_lastseen changed from 2020-01-28T13:46:47.558-0800 to 2020-01-28T13:47:48.008-0800
2020-01-28 13:48:48.056 [vent.ItemStateChangedEvent] - network_pingdevice_192_168_0_17_latency changed from 36.0 ms to 23.0 ms
2020-01-28 13:48:48.442 [vent.ItemStateChangedEvent] - network_pingdevice_192_168_0_17_lastseen changed from 2020-01-28T13:47:48.008-0800 to 2020-01-28T13:48:48.428-0800
2020-01-28 13:49:48.479 [vent.ItemStateChangedEvent] - network_pingdevice_192_168_0_17_latency changed from 23.0 ms to 33.0 ms
2020-01-28 13:49:48.864 [vent.ItemStateChangedEvent] - network_pingdevice_192_168_0_17_lastseen changed from 2020-01-28T13:48:48.428-0800 to 2020-01-28T13:49:48.848-0800
2020-01-28 13:50:27.604 [home.event.InboxAddedEvent] - Discovery Result with UID ‘network:servicedevice:192_168_0_1_80’ has been added.
2020-01-28 13:50:27.623 [home.event.InboxAddedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_1’ has been added.
2020-01-28 13:50:28.236 [home.event.InboxAddedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_10’ has been added.
2020-01-28 13:50:28.262 [home.event.InboxAddedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_11’ has been added.
2020-01-28 13:50:28.275 [home.event.InboxAddedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_12’ has been added.
2020-01-28 13:50:28.293 [home.event.InboxAddedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_13’ has been added.
2020-01-28 13:50:28.308 [home.event.InboxAddedEvent] - Discovery Result with UID ‘network:servicedevice:192_168_0_14_80’ has been added.
2020-01-28 13:50:28.316 [home.event.InboxAddedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_14’ has been added.
2020-01-28 13:50:28.349 [home.event.InboxAddedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_16’ has been added.
2020-01-28 13:50:28.738 [home.event.InboxAddedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_19’ has been added.
2020-01-28 13:50:28.770 [home.event.InboxAddedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_22’ has been added.
2020-01-28 13:50:28.781 [home.event.InboxAddedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_23’ has been added.
2020-01-28 13:50:28.941 [home.event.InboxAddedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_24’ has been added.
2020-01-28 13:50:29.131 [home.event.InboxAddedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_25’ has been added.
2020-01-28 13:50:29.168 [home.event.InboxAddedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_26’ has been added.
2020-01-28 13:50:29.226 [home.event.InboxAddedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_28’ has been added.
2020-01-28 13:50:29.343 [home.event.InboxAddedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_30’ has been added.
2020-01-28 13:50:29.367 [home.event.InboxAddedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_31’ has been added.
2020-01-28 13:50:29.372 [home.event.InboxAddedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_32’ has been added.
2020-01-28 13:50:29.606 [home.event.InboxAddedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_34’ has been added.
2020-01-28 13:50:30.120 [home.event.InboxAddedEvent] - Discovery Result with UID ‘network:servicedevice:192_168_0_42_80’ has been added.
2020-01-28 13:50:30.142 [home.event.InboxAddedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_42’ has been added.
2020-01-28 13:50:30.157 [home.event.InboxAddedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_35’ has been added.
2020-01-28 13:50:30.407 [home.event.InboxAddedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_44’ has been added.
2020-01-28 13:50:46.149 [home.event.InboxAddedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_254’ has been added.
2020-01-28 13:50:49.054 [vent.ItemStateChangedEvent] - network_pingdevice_192_168_0_17_latency changed from 33.0 ms to 179.0 ms
2020-01-28 13:50:49.303 [vent.ItemStateChangedEvent] - network_pingdevice_192_168_0_17_lastseen changed from 2020-01-28T13:49:48.848-0800 to 2020-01-28T13:50:49.288-0800
2020-01-28 13:51:07.553 [me.event.InboxRemovedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_16’ has been removed.
2020-01-28 13:51:07.561 [me.event.InboxRemovedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_13’ has been removed.
2020-01-28 13:51:07.567 [me.event.InboxRemovedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_35’ has been removed.
2020-01-28 13:51:07.574 [me.event.InboxRemovedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_14’ has been removed.
2020-01-28 13:51:07.583 [me.event.InboxRemovedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_19’ has been removed.
2020-01-28 13:51:07.589 [me.event.InboxRemovedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_30’ has been removed.
2020-01-28 13:51:07.595 [me.event.InboxRemovedEvent] - Discovery Result with UID ‘network:servicedevice:192_168_0_1_80’ has been removed.
2020-01-28 13:51:07.597 [me.event.InboxRemovedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_11’ has been removed.
2020-01-28 13:51:07.600 [me.event.InboxRemovedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_12’ has been removed.
2020-01-28 13:51:07.602 [me.event.InboxRemovedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_34’ has been removed.
2020-01-28 13:51:07.604 [me.event.InboxRemovedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_31’ has been removed.
2020-01-28 13:51:07.607 [me.event.InboxRemovedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_10’ has been removed.
2020-01-28 13:51:07.609 [me.event.InboxRemovedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_32’ has been removed.
2020-01-28 13:51:07.611 [me.event.InboxRemovedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_254’ has been removed.
2020-01-28 13:51:07.616 [me.event.InboxRemovedEvent] - Discovery Result with UID ‘network:servicedevice:192_168_0_42_80’ has been removed.
2020-01-28 13:51:07.618 [me.event.InboxRemovedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_26’ has been removed.
2020-01-28 13:51:07.620 [me.event.InboxRemovedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_24’ has been removed.
2020-01-28 13:51:07.623 [me.event.InboxRemovedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_25’ has been removed.
2020-01-28 13:51:07.625 [me.event.InboxRemovedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_28’ has been removed.
2020-01-28 13:51:07.627 [me.event.InboxRemovedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_22’ has been removed.
2020-01-28 13:51:07.629 [me.event.InboxRemovedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_44’ has been removed.
2020-01-28 13:51:07.631 [me.event.InboxRemovedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_23’ has been removed.
2020-01-28 13:51:07.633 [me.event.InboxRemovedEvent] - Discovery Result with UID ‘network:servicedevice:192_168_0_14_80’ has been removed.
2020-01-28 13:51:07.635 [me.event.InboxRemovedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_42’ has been removed.
2020-01-28 13:51:07.637 [me.event.InboxRemovedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_1’ has been removed.
2020-01-28 13:51:07.650 [home.event.InboxAddedEvent] - Discovery Result with UID ‘network:servicedevice:192_168_0_1_80’ has been added.
2020-01-28 13:51:07.664 [home.event.InboxAddedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_1’ has been added.
2020-01-28 13:51:08.274 [home.event.InboxAddedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_10’ has been added.
2020-01-28 13:51:08.285 [home.event.InboxAddedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_11’ has been added.
2020-01-28 13:51:08.292 [home.event.InboxAddedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_12’ has been added.
2020-01-28 13:51:08.301 [home.event.InboxAddedEvent] - Discovery Result with UID ‘network:servicedevice:192_168_0_14_80’ has been added.
2020-01-28 13:51:08.317 [home.event.InboxAddedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_13’ has been added.
2020-01-28 13:51:08.350 [home.event.InboxAddedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_14’ has been added.
2020-01-28 13:51:08.389 [home.event.InboxAddedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_16’ has been added.
2020-01-28 13:51:08.719 [home.event.InboxAddedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_19’ has been added.
2020-01-28 13:51:08.794 [home.event.InboxAddedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_22’ has been added.
2020-01-28 13:51:08.820 [home.event.InboxAddedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_23’ has been added.
2020-01-28 13:51:08.958 [home.event.InboxAddedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_24’ has been added.
2020-01-28 13:51:09.072 [home.event.InboxAddedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_25’ has been added.
2020-01-28 13:51:09.098 [home.event.InboxAddedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_26’ has been added.
2020-01-28 13:51:09.245 [home.event.InboxAddedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_28’ has been added.
2020-01-28 13:51:09.364 [home.event.InboxAddedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_30’ has been added.
2020-01-28 13:51:09.386 [home.event.InboxAddedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_31’ has been added.
2020-01-28 13:51:09.401 [home.event.InboxAddedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_32’ has been added.
2020-01-28 13:51:09.489 [home.event.InboxAddedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_34’ has been added.
2020-01-28 13:51:09.998 [home.event.InboxAddedEvent] - Discovery Result with UID ‘network:servicedevice:192_168_0_42_80’ has been added.
2020-01-28 13:51:10.020 [home.event.InboxAddedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_42’ has been added.
2020-01-28 13:51:10.410 [home.event.InboxAddedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_44’ has been added.
2020-01-28 13:51:26.184 [home.event.InboxAddedEvent] - Discovery Result with UID ‘network:pingdevice:192_168_0_254’ has been added.

Openhab Log:

2020-01-27 15:31:31.541 [ERROR] [ui.internal.items.ItemUIRegistryImpl] - Cannot retrieve item ‘Wallplug_OF_WindowWall’ for widget org.eclipse.smarthome.model.sitemap.sitemap.Switch
2020-01-27 15:31:31.545 [ERROR] [ui.internal.items.ItemUIRegistryImpl] - Cannot retrieve item for widget org.eclipse.smarthome.model.sitemap.sitemap.Switch
2020-01-27 15:31:31.548 [ERROR] [ui.internal.items.ItemUIRegistryImpl] - Cannot retrieve item ‘Wallplug_OF_WindowWall’ for widget org.eclipse.smarthome.model.sitemap.sitemap.Switch
2020-01-27 15:31:31.551 [ERROR] [ui.internal.items.ItemUIRegistryImpl] - Cannot retrieve item ‘Wallplug_OF_WindowWall’ for widget org.eclipse.smarthome.model.sitemap.sitemap.Switch
2020-01-27 15:31:31.554 [ERROR] [ui.internal.items.ItemUIRegistryImpl] - Cannot retrieve item ‘Wallplug_OF_WindowWall’ for widget org.eclipse.smarthome.model.sitemap.sitemap.Switch
2020-01-27 15:31:36.576 [INFO ] [rest.core.internal.item.ItemResource] - Received HTTP POST request at ‘items/Wallplug_OF_WindowWall’ for the unknown item ‘Wallplug_OF_WindowWall’.
2020-01-27 15:31:40.262 [INFO ] [rest.core.internal.item.ItemResource] - Received HTTP POST request at ‘items/Wallplug_OF_WindowWall’ for the unknown item ‘Wallplug_OF_WindowWall’.
2020-01-27 15:34:34.269 [INFO ] [el.core.internal.ModelRepositoryImpl] - Refreshing model ‘default.sitemap’
2020-01-27 15:34:34.299 [WARN ] [basic.internal.render.SwitchRenderer] - Cannot determine item type of ‘Presence_Mobile_Dave’
org.eclipse.smarthome.core.items.ItemNotFoundException: Item ‘Presence_Mobile_Dave’ could not be found in the item registry
at org.eclipse.smarthome.core.internal.items.ItemRegistryImpl.getItem(ItemRegistryImpl.java:85) ~[?:?]
at org.eclipse.smarthome.ui.internal.items.ItemUIRegistryImpl.getItem(ItemUIRegistryImpl.java:837) ~[?:?]
at org.openhab.ui.basic.internal.render.SwitchRenderer.renderWidget(SwitchRenderer.java:85) [bundleFile:?]
at org.openhab.ui.basic.internal.render.PageRenderer.renderWidget(PageRenderer.java:194) [bundleFile:?]
at org.openhab.ui.basic.internal.render.PageRenderer.processChildren(PageRenderer.java:160) [bundleFile:?]
at org.openhab.ui.basic.internal.render.PageRenderer.processPage(PageRenderer.java:124) [bundleFile:?]
at org.openhab.ui.basic.internal.servlet.WebAppServlet.service(WebAppServlet.java:189) [bundleFile:?]
at javax.servlet.http.HttpServlet.service(HttpServlet.java:790) [bundleFile:3.1.0]
at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:852) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:544) [bundleFile:9.4.20.v20190813]
at org.ops4j.pax.web.service.jetty.internal.HttpServiceServletHandler.doHandle(HttpServiceServletHandler.java:71) [bundleFile:?]
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:536) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:235) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1581) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1307) [bundleFile:9.4.20.v20190813]
at org.ops4j.pax.web.service.jetty.internal.HttpServiceContext.doHandle(HttpServiceContext.java:293) [bundleFile:?]
at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:482) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1549) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1204) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) [bundleFile:9.4.20.v20190813]
at org.ops4j.pax.web.service.jetty.internal.JettyServerHandlerCollection.handle(JettyServerHandlerCollection.java:80) [bundleFile:?]
at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.server.Server.handle(Server.java:494) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:374) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:268) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:367) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:782) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:918) [bundleFile:9.4.20.v20190813]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_222]
2020-01-27 15:34:34.314 [ERROR] [ui.internal.items.ItemUIRegistryImpl] - Cannot retrieve item ‘Presence_Mobile_Dave’ for widget org.eclipse.smarthome.model.sitemap.sitemap.Switch
2020-01-27 15:34:34.318 [ERROR] [ui.internal.items.ItemUIRegistryImpl] - Cannot retrieve item for widget org.eclipse.smarthome.model.sitemap.sitemap.Switch
2020-01-27 15:34:34.321 [ERROR] [ui.internal.items.ItemUIRegistryImpl] - Cannot retrieve item ‘Presence_Mobile_Dave’ for widget org.eclipse.smarthome.model.sitemap.sitemap.Switch
2020-01-27 15:34:34.324 [ERROR] [ui.internal.items.ItemUIRegistryImpl] - Cannot retrieve item ‘Presence_Mobile_Dave’ for widget org.eclipse.smarthome.model.sitemap.sitemap.Switch
2020-01-27 15:34:34.328 [ERROR] [ui.internal.items.ItemUIRegistryImpl] - Cannot retrieve item ‘Presence_Mobile_Dave’ for widget org.eclipse.smarthome.model.sitemap.sitemap.Switch
2020-01-27 15:34:34.331 [WARN ] [basic.internal.render.SwitchRenderer] - Cannot determine item type of ‘Wallplug_OF_WindowWall’
org.eclipse.smarthome.core.items.ItemNotFoundException: Item ‘Wallplug_OF_WindowWall’ could not be found in the item registry
at org.eclipse.smarthome.core.internal.items.ItemRegistryImpl.getItem(ItemRegistryImpl.java:85) ~[?:?]
at org.eclipse.smarthome.ui.internal.items.ItemUIRegistryImpl.getItem(ItemUIRegistryImpl.java:837) ~[?:?]
at org.openhab.ui.basic.internal.render.SwitchRenderer.renderWidget(SwitchRenderer.java:85) [bundleFile:?]
at org.openhab.ui.basic.internal.render.PageRenderer.renderWidget(PageRenderer.java:194) [bundleFile:?]
at org.openhab.ui.basic.internal.render.PageRenderer.processChildren(PageRenderer.java:160) [bundleFile:?]
at org.openhab.ui.basic.internal.render.PageRenderer.processPage(PageRenderer.java:124) [bundleFile:?]
at org.openhab.ui.basic.internal.servlet.WebAppServlet.service(WebAppServlet.java:189) [bundleFile:?]
at javax.servlet.http.HttpServlet.service(HttpServlet.java:790) [bundleFile:3.1.0]
at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:852) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:544) [bundleFile:9.4.20.v20190813]
at org.ops4j.pax.web.service.jetty.internal.HttpServiceServletHandler.doHandle(HttpServiceServletHandler.java:71) [bundleFile:?]
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:536) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:235) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1581) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1307) [bundleFile:9.4.20.v20190813]
at org.ops4j.pax.web.service.jetty.internal.HttpServiceContext.doHandle(HttpServiceContext.java:293) [bundleFile:?]
at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:482) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1549) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1204) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) [bundleFile:9.4.20.v20190813]
at org.ops4j.pax.web.service.jetty.internal.JettyServerHandlerCollection.handle(JettyServerHandlerCollection.java:80) [bundleFile:?]
at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.server.Server.handle(Server.java:494) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:374) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:268) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:367) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:782) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:918) [bundleFile:9.4.20.v20190813]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_222]
2020-01-27 15:34:34.347 [ERROR] [ui.internal.items.ItemUIRegistryImpl] - Cannot retrieve item ‘Wallplug_OF_WindowWall’ for widget org.eclipse.smarthome.model.sitemap.sitemap.Switch
2020-01-27 15:34:34.350 [ERROR] [ui.internal.items.ItemUIRegistryImpl] - Cannot retrieve item for widget org.eclipse.smarthome.model.sitemap.sitemap.Switch
2020-01-27 15:34:34.353 [ERROR] [ui.internal.items.ItemUIRegistryImpl] - Cannot retrieve item ‘Wallplug_OF_WindowWall’ for widget org.eclipse.smarthome.model.sitemap.sitemap.Switch
2020-01-27 15:34:34.356 [ERROR] [ui.internal.items.ItemUIRegistryImpl] - Cannot retrieve item ‘Wallplug_OF_WindowWall’ for widget org.eclipse.smarthome.model.sitemap.sitemap.Switch
2020-01-27 15:34:34.359 [ERROR] [ui.internal.items.ItemUIRegistryImpl] - Cannot retrieve item ‘Wallplug_OF_WindowWall’ for widget org.eclipse.smarthome.model.sitemap.sitemap.Switch
2020-01-27 15:34:41.734 [WARN ] [basic.internal.render.SwitchRenderer] - Cannot determine item type of ‘Presence_Mobile_Dave’
org.eclipse.smarthome.core.items.ItemNotFoundException: Item ‘Presence_Mobile_Dave’ could not be found in the item registry
at org.eclipse.smarthome.core.internal.items.ItemRegistryImpl.getItem(ItemRegistryImpl.java:85) ~[?:?]
at org.eclipse.smarthome.ui.internal.items.ItemUIRegistryImpl.getItem(ItemUIRegistryImpl.java:837) ~[?:?]
at org.openhab.ui.basic.internal.render.SwitchRenderer.renderWidget(SwitchRenderer.java:85) [bundleFile:?]
at org.openhab.ui.basic.internal.render.PageRenderer.renderWidget(PageRenderer.java:194) [bundleFile:?]
at org.openhab.ui.basic.internal.render.PageRenderer.processChildren(PageRenderer.java:160) [bundleFile:?]
at org.openhab.ui.basic.internal.render.PageRenderer.processPage(PageRenderer.java:124) [bundleFile:?]
at org.openhab.ui.basic.internal.servlet.WebAppServlet.service(WebAppServlet.java:189) [bundleFile:?]
at javax.servlet.http.HttpServlet.service(HttpServlet.java:790) [bundleFile:3.1.0]
at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:852) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:544) [bundleFile:9.4.20.v20190813]
at org.ops4j.pax.web.service.jetty.internal.HttpServiceServletHandler.doHandle(HttpServiceServletHandler.java:71) [bundleFile:?]
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:536) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:235) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1581) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1307) [bundleFile:9.4.20.v20190813]
at org.ops4j.pax.web.service.jetty.internal.HttpServiceContext.doHandle(HttpServiceContext.java:293) [bundleFile:?]
at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:482) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1549) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1204) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) [bundleFile:9.4.20.v20190813]
at org.ops4j.pax.web.service.jetty.internal.JettyServerHandlerCollection.handle(JettyServerHandlerCollection.java:80) [bundleFile:?]
at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.server.Server.handle(Server.java:494) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:374) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:268) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:367) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:782) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:918) [bundleFile:9.4.20.v20190813]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_222]
2020-01-27 15:34:41.761 [ERROR] [ui.internal.items.ItemUIRegistryImpl] - Cannot retrieve item ‘Presence_Mobile_Dave’ for widget org.eclipse.smarthome.model.sitemap.sitemap.Switch
2020-01-27 15:34:41.764 [ERROR] [ui.internal.items.ItemUIRegistryImpl] - Cannot retrieve item for widget org.eclipse.smarthome.model.sitemap.sitemap.Switch
2020-01-27 15:34:41.766 [ERROR] [ui.internal.items.ItemUIRegistryImpl] - Cannot retrieve item ‘Presence_Mobile_Dave’ for widget org.eclipse.smarthome.model.sitemap.sitemap.Switch
2020-01-27 15:34:41.769 [ERROR] [ui.internal.items.ItemUIRegistryImpl] - Cannot retrieve item ‘Presence_Mobile_Dave’ for widget org.eclipse.smarthome.model.sitemap.sitemap.Switch
2020-01-27 15:34:41.771 [ERROR] [ui.internal.items.ItemUIRegistryImpl] - Cannot retrieve item ‘Presence_Mobile_Dave’ for widget org.eclipse.smarthome.model.sitemap.sitemap.Switch
2020-01-27 15:34:41.773 [WARN ] [basic.internal.render.SwitchRenderer] - Cannot determine item type of ‘Wallplug_OF_WindowWall’
org.eclipse.smarthome.core.items.ItemNotFoundException: Item ‘Wallplug_OF_WindowWall’ could not be found in the item registry
at org.eclipse.smarthome.core.internal.items.ItemRegistryImpl.getItem(ItemRegistryImpl.java:85) ~[?:?]
at org.eclipse.smarthome.ui.internal.items.ItemUIRegistryImpl.getItem(ItemUIRegistryImpl.java:837) ~[?:?]
at org.openhab.ui.basic.internal.render.SwitchRenderer.renderWidget(SwitchRenderer.java:85) [bundleFile:?]
at org.openhab.ui.basic.internal.render.PageRenderer.renderWidget(PageRenderer.java:194) [bundleFile:?]
at org.openhab.ui.basic.internal.render.PageRenderer.processChildren(PageRenderer.java:160) [bundleFile:?]
at org.openhab.ui.basic.internal.render.PageRenderer.processPage(PageRenderer.java:124) [bundleFile:?]
at org.openhab.ui.basic.internal.servlet.WebAppServlet.service(WebAppServlet.java:189) [bundleFile:?]
at javax.servlet.http.HttpServlet.service(HttpServlet.java:790) [bundleFile:3.1.0]
at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:852) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:544) [bundleFile:9.4.20.v20190813]
at org.ops4j.pax.web.service.jetty.internal.HttpServiceServletHandler.doHandle(HttpServiceServletHandler.java:71) [bundleFile:?]
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:536) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:235) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1581) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1307) [bundleFile:9.4.20.v20190813]
at org.ops4j.pax.web.service.jetty.internal.HttpServiceContext.doHandle(HttpServiceContext.java:293) [bundleFile:?]
at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:482) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1549) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1204) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) [bundleFile:9.4.20.v20190813]
at org.ops4j.pax.web.service.jetty.internal.JettyServerHandlerCollection.handle(JettyServerHandlerCollection.java:80) [bundleFile:?]
at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.server.Server.handle(Server.java:494) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:374) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:268) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:367) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:782) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:918) [bundleFile:9.4.20.v20190813]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_222]
2020-01-27 15:34:41.788 [ERROR] [ui.internal.items.ItemUIRegistryImpl] - Cannot retrieve item ‘Wallplug_OF_WindowWall’ for widget org.eclipse.smarthome.model.sitemap.sitemap.Switch
2020-01-27 15:34:41.791 [ERROR] [ui.internal.items.ItemUIRegistryImpl] - Cannot retrieve item for widget org.eclipse.smarthome.model.sitemap.sitemap.Switch
2020-01-27 15:34:41.794 [ERROR] [ui.internal.items.ItemUIRegistryImpl] - Cannot retrieve item ‘Wallplug_OF_WindowWall’ for widget org.eclipse.smarthome.model.sitemap.sitemap.Switch
2020-01-27 15:34:41.798 [ERROR] [ui.internal.items.ItemUIRegistryImpl] - Cannot retrieve item ‘Wallplug_OF_WindowWall’ for widget org.eclipse.smarthome.model.sitemap.sitemap.Switch
2020-01-27 15:34:41.800 [ERROR] [ui.internal.items.ItemUIRegistryImpl] - Cannot retrieve item ‘Wallplug_OF_WindowWall’ for widget org.eclipse.smarthome.model.sitemap.sitemap.Switch
2020-01-27 18:07:48.367 [WARN ] [basic.internal.render.SwitchRenderer] - Cannot determine item type of ‘Presence_Mobile_Dave’
org.eclipse.smarthome.core.items.ItemNotFoundException: Item ‘Presence_Mobile_Dave’ could not be found in the item registry
at org.eclipse.smarthome.core.internal.items.ItemRegistryImpl.getItem(ItemRegistryImpl.java:85) ~[?:?]
at org.eclipse.smarthome.ui.internal.items.ItemUIRegistryImpl.getItem(ItemUIRegistryImpl.java:837) ~[?:?]
at org.openhab.ui.basic.internal.render.SwitchRenderer.renderWidget(SwitchRenderer.java:85) [bundleFile:?]
at org.openhab.ui.basic.internal.render.PageRenderer.renderWidget(PageRenderer.java:194) [bundleFile:?]
at org.openhab.ui.basic.internal.render.PageRenderer.processChildren(PageRenderer.java:160) [bundleFile:?]
at org.openhab.ui.basic.internal.render.PageRenderer.processPage(PageRenderer.java:124) [bundleFile:?]
at org.openhab.ui.basic.internal.servlet.WebAppServlet.service(WebAppServlet.java:189) [bundleFile:?]
at javax.servlet.http.HttpServlet.service(HttpServlet.java:790) [bundleFile:3.1.0]
at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:852) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:544) [bundleFile:9.4.20.v20190813]
at org.ops4j.pax.web.service.jetty.internal.HttpServiceServletHandler.doHandle(HttpServiceServletHandler.java:71) [bundleFile:?]
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:536) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:235) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1581) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1307) [bundleFile:9.4.20.v20190813]
at org.ops4j.pax.web.service.jetty.internal.HttpServiceContext.doHandle(HttpServiceContext.java:293) [bundleFile:?]
at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:482) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1549) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1204) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) [bundleFile:9.4.20.v20190813]
at org.ops4j.pax.web.service.jetty.internal.JettyServerHandlerCollection.handle(JettyServerHandlerCollection.java:80) [bundleFile:?]
at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.server.Server.handle(Server.java:494) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:374) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:268) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:367) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:782) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:918) [bundleFile:9.4.20.v20190813]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_222]
2020-01-27 18:07:48.389 [ERROR] [ui.internal.items.ItemUIRegistryImpl] - Cannot retrieve item ‘Presence_Mobile_Dave’ for widget org.eclipse.smarthome.model.sitemap.sitemap.Switch
2020-01-27 18:07:48.391 [ERROR] [ui.internal.items.ItemUIRegistryImpl] - Cannot retrieve item for widget org.eclipse.smarthome.model.sitemap.sitemap.Switch
2020-01-27 18:07:48.395 [ERROR] [ui.internal.items.ItemUIRegistryImpl] - Cannot retrieve item ‘Presence_Mobile_Dave’ for widget org.eclipse.smarthome.model.sitemap.sitemap.Switch
2020-01-27 18:07:48.398 [ERROR] [ui.internal.items.ItemUIRegistryImpl] - Cannot retrieve item ‘Presence_Mobile_Dave’ for widget org.eclipse.smarthome.model.sitemap.sitemap.Switch
2020-01-27 18:07:48.401 [ERROR] [ui.internal.items.ItemUIRegistryImpl] - Cannot retrieve item ‘Presence_Mobile_Dave’ for widget org.eclipse.smarthome.model.sitemap.sitemap.Switch
2020-01-27 18:07:48.404 [WARN ] [basic.internal.render.SwitchRenderer] - Cannot determine item type of ‘Wallplug_OF_WindowWall’
org.eclipse.smarthome.core.items.ItemNotFoundException: Item ‘Wallplug_OF_WindowWall’ could not be found in the item registry
at org.eclipse.smarthome.core.internal.items.ItemRegistryImpl.getItem(ItemRegistryImpl.java:85) ~[?:?]
at org.eclipse.smarthome.ui.internal.items.ItemUIRegistryImpl.getItem(ItemUIRegistryImpl.java:837) ~[?:?]
at org.openhab.ui.basic.internal.render.SwitchRenderer.renderWidget(SwitchRenderer.java:85) [bundleFile:?]
at org.openhab.ui.basic.internal.render.PageRenderer.renderWidget(PageRenderer.java:194) [bundleFile:?]
at org.openhab.ui.basic.internal.render.PageRenderer.processChildren(PageRenderer.java:160) [bundleFile:?]
at org.openhab.ui.basic.internal.render.PageRenderer.processPage(PageRenderer.java:124) [bundleFile:?]
at org.openhab.ui.basic.internal.servlet.WebAppServlet.service(WebAppServlet.java:189) [bundleFile:?]
at javax.servlet.http.HttpServlet.service(HttpServlet.java:790) [bundleFile:3.1.0]
at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:852) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:544) [bundleFile:9.4.20.v20190813]
at org.ops4j.pax.web.service.jetty.internal.HttpServiceServletHandler.doHandle(HttpServiceServletHandler.java:71) [bundleFile:?]
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:536) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:235) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1581) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1307) [bundleFile:9.4.20.v20190813]
at org.ops4j.pax.web.service.jetty.internal.HttpServiceContext.doHandle(HttpServiceContext.java:293) [bundleFile:?]
at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:482) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1549) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1204) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) [bundleFile:9.4.20.v20190813]
at org.ops4j.pax.web.service.jetty.internal.JettyServerHandlerCollection.handle(JettyServerHandlerCollection.java:80) [bundleFile:?]
at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.server.Server.handle(Server.java:494) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:374) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:268) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:367) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:782) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:918) [bundleFile:9.4.20.v20190813]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_222]
2020-01-27 18:07:48.425 [ERROR] [ui.internal.items.ItemUIRegistryImpl] - Cannot retrieve item ‘Wallplug_OF_WindowWall’ for widget org.eclipse.smarthome.model.sitemap.sitemap.Switch
2020-01-27 18:07:48.427 [ERROR] [ui.internal.items.ItemUIRegistryImpl] - Cannot retrieve item for widget org.eclipse.smarthome.model.sitemap.sitemap.Switch
2020-01-27 18:07:48.431 [ERROR] [ui.internal.items.ItemUIRegistryImpl] - Cannot retrieve item ‘Wallplug_OF_WindowWall’ for widget org.eclipse.smarthome.model.sitemap.sitemap.Switch
2020-01-27 18:07:48.434 [ERROR] [ui.internal.items.ItemUIRegistryImpl] - Cannot retrieve item ‘Wallplug_OF_WindowWall’ for widget org.eclipse.smarthome.model.sitemap.sitemap.Switch
2020-01-27 18:07:48.438 [ERROR] [ui.internal.items.ItemUIRegistryImpl] - Cannot retrieve item ‘Wallplug_OF_WindowWall’ for widget org.eclipse.smarthome.model.sitemap.sitemap.Switch
2020-01-28 09:46:14.660 [WARN ] [el.core.internal.ModelRepositoryImpl] - Configuration model ‘default.items’ has errors, therefore ignoring it: [3,76]: mismatched character ‘’ expecting ‘"’

Just a quick scan of the logs I would turn off simple mode, remove your Things, items and comments out the rule. Stop OH, clean the cache and rediscover and link everything again then add back the rule.

To clean the cache use:

sudo systemctl stop openhab2

sudo openhab-cli clean-cache

sudo systemctl start openhab2

FYI: OH will take a few minutes to fully restart after the cache cleaning.

Ok - for clarity

I have turned off simple mode.

I am going to remove my wall plug from Paper UI, Configuration, Things
correct?

The Wall plug is not listed on Paper UI, Configuration, Items. There is listed the mobile phone.
So - nothing to do there - correct?

I have commented out the contents of the rule. (correct?).

All above is correct, then I will proceed, but would appreciate your confirmation.
Dave

ops - my bad. I do see the wall plug in Paper UI, Configurations, Items
so I would remove it from there also - correct?

That is what Paper UI, Confguration, items looks like.

And everything beginning with zwave is something from your zwave network, most of which you are not interested in monitoring or controlling.