2024-01-29 21:19:04.345 [INFO ] [org.openhab.core.Activator ] - Starting openHAB 4.2.0 (Build #3839) 2024-01-29 21:19:04.864 [INFO ] [.core.internal.i18n.I18nProviderImpl] - Time zone set to 'Europe/London'. 2024-01-29 21:19:04.877 [INFO ] [.core.internal.i18n.I18nProviderImpl] - Location set to '51.2747944,-0.3633724'. 2024-01-29 21:19:04.879 [INFO ] [.core.internal.i18n.I18nProviderImpl] - Locale set to 'en_GB'. 2024-01-29 21:19:13.282 [INFO ] [.core.model.lsp.internal.ModelServer] - Started Language Server Protocol (LSP) service on port 5007 2024-01-29 21:19:14.963 [INFO ] [g.internal.WizLightingHandlerFactory] - ************************************************* WiZ Connected Lighting, binding version: v4.0.0.02 ************************************************* 2024-01-29 21:19:20.174 [INFO ] [e.automation.internal.RuleEngineImpl] - Rule engine started. 2024-01-29 21:19:20.364 [WARN ] [rg.openhab.core.io.net.exec.ExecUtil] - Failed to execute commandLine '[arping, --help]' 2024-01-29 21:19:20.407 [WARN ] [rg.openhab.core.io.net.exec.ExecUtil] - Failed to execute commandLine '[arping, --help]' 2024-01-29 21:19:20.695 [ERROR] [org.openhab.core.items.GenericItem ] - Tried to set invalid state 1.0 (DecimalType) on item Twinkly_Mode_selection of type StringItem, ignoring it 2024-01-29 21:19:21.084 [INFO ] [ab.ui.habpanel.internal.HABPanelTile] - Started HABPanel at /habpanel 2024-01-29 21:19:21.615 [INFO ] [ternal.dhcp.DHCPPacketListenerServer] - DHCP request packet listener online 2024-01-29 21:19:21.817 [INFO ] [ternal.service.SmartThingsApiService] - 192.168.68.109: SSE Creating Smartthings Subscription 2024-01-29 21:19:22.664 [INFO ] [ternal.service.SmartThingsApiService] - 192.168.68.109: SSE job Started 2024-01-29 21:19:42.684 [WARN ] [tv.internal.SamsungTvAppWatchService] - 192.168.68.109: cannot start Apps File monitoring service, file C:\Openhab\conf\services\samsungtv.cfg does not exist 2024-01-29 21:29:43.148 [ERROR] [internal.handler.ScriptActionHandler] - Script execution of rule with UID '4c45f95f99' failed: // Check some condition, for example, if the TV is not already ON if Bedroom_TV_Power.state != ON) { // Send the command to turn the TV ON Bedroom_TV_Power.sendCommand("ON") } // Send the command to change the input source to HDMI Bedroom_TV_Key_Code.sendCommand("KEY_HDMI") // Set the source name (assuming you have a valid item for this) Bedroom_TV_Source_Name.sendCommand("HDMI") end 2024-01-29 21:29:45.475 [ERROR] [internal.handler.ScriptActionHandler] - Script execution of rule with UID '4c45f95f99' failed: // Check some condition, for example, if the TV is not already ON if Bedroom_TV_Power.state != ON) { // Send the command to turn the TV ON Bedroom_TV_Power.sendCommand("ON") } // Send the command to change the input source to HDMI Bedroom_TV_Key_Code.sendCommand("KEY_HDMI") // Set the source name (assuming you have a valid item for this) Bedroom_TV_Source_Name.sendCommand("HDMI") end 2024-01-29 21:32:10.946 [ERROR] [internal.handler.ScriptActionHandler] - Script execution of rule with UID '09c1cf3d6b' failed: // Check some condition, for example, if the TV is not already ON if (Bedroom_TV_Power.state != ON) { // Send the command to turn the TV ON Bedroom_TV_Power.sendCommand("ON") } // Send the command to change the input source to HDMI Bedroom_TV_Key_Code.sendCommand("KEY_HDMI") // Set the source name (assuming you have a valid item for this) Bedroom_TV_Source_Name.sendCommand("HDMI") end The method or field end is undefined; line 13, column 429, length 3 2024-01-29 21:32:17.325 [ERROR] [internal.handler.ScriptActionHandler] - Script execution of rule with UID '09c1cf3d6b' failed: // Check some condition, for example, if the TV is not already ON if (Bedroom_TV_Power.state != ON) { // Send the command to turn the TV ON Bedroom_TV_Power.sendCommand("ON") } // Send the command to change the input source to HDMI Bedroom_TV_Key_Code.sendCommand("KEY_HDMI") // Set the source name (assuming you have a valid item for this) Bedroom_TV_Source_Name.sendCommand("HDMI") end The method or field end is undefined; line 13, column 429, length 3 2024-01-29 21:32:18.589 [ERROR] [internal.handler.ScriptActionHandler] - Script execution of rule with UID '09c1cf3d6b' failed: // Check some condition, for example, if the TV is not already ON if (Bedroom_TV_Power.state != ON) { // Send the command to turn the TV ON Bedroom_TV_Power.sendCommand("ON") } // Send the command to change the input source to HDMI Bedroom_TV_Key_Code.sendCommand("KEY_HDMI") // Set the source name (assuming you have a valid item for this) Bedroom_TV_Source_Name.sendCommand("HDMI") end The method or field end is undefined; line 13, column 429, length 3 2024-01-29 21:32:18.755 [ERROR] [internal.handler.ScriptActionHandler] - Script execution of rule with UID '09c1cf3d6b' failed: // Check some condition, for example, if the TV is not already ON if (Bedroom_TV_Power.state != ON) { // Send the command to turn the TV ON Bedroom_TV_Power.sendCommand("ON") } // Send the command to change the input source to HDMI Bedroom_TV_Key_Code.sendCommand("KEY_HDMI") // Set the source name (assuming you have a valid item for this) Bedroom_TV_Source_Name.sendCommand("HDMI") end The method or field end is undefined; line 13, column 429, length 3 2024-01-29 21:32:34.447 [ERROR] [internal.handler.ScriptActionHandler] - Script execution of rule with UID '09c1cf3d6b' failed: // Check some condition, for example, if the TV is not already ON (Bedroom_TV_Power.state != ON) { // Send the command to turn the TV ON Bedroom_TV_Power.sendCommand("ON") } // Send the command to change the input source to HDMI Bedroom_TV_Key_Code.sendCommand("KEY_HDMI") // Set the source name (assuming you have a valid item for this) Bedroom_TV_Source_Name.sendCommand("HDMI") end The method or field end is undefined; line 13, column 427, length 3 2024-01-29 21:32:40.573 [ERROR] [internal.handler.ScriptActionHandler] - Script execution of rule with UID '09c1cf3d6b' failed: // Check some condition, for example, if the TV is not already ON if (Bedroom_TV_Power.state != ON) { // Send the command to turn the TV ON Bedroom_TV_Power.sendCommand("ON") } // Send the command to change the input source to HDMI Bedroom_TV_Key_Code.sendCommand("KEY_HDMI") // Set the source name (assuming you have a valid item for this) Bedroom_TV_Source_Name.sendCommand("HDMI") end The method or field end is undefined; line 13, column 429, length 3 2024-01-29 21:32:41.820 [ERROR] [internal.handler.ScriptActionHandler] - Script execution of rule with UID '09c1cf3d6b' failed: // Check some condition, for example, if the TV is not already ON if (Bedroom_TV_Power.state != ON) { // Send the command to turn the TV ON Bedroom_TV_Power.sendCommand("ON") } // Send the command to change the input source to HDMI Bedroom_TV_Key_Code.sendCommand("KEY_HDMI") // Set the source name (assuming you have a valid item for this) Bedroom_TV_Source_Name.sendCommand("HDMI") end The method or field end is undefined; line 13, column 429, length 3 2024-01-29 21:32:42.015 [ERROR] [internal.handler.ScriptActionHandler] - Script execution of rule with UID '09c1cf3d6b' failed: // Check some condition, for example, if the TV is not already ON if (Bedroom_TV_Power.state != ON) { // Send the command to turn the TV ON Bedroom_TV_Power.sendCommand("ON") } // Send the command to change the input source to HDMI Bedroom_TV_Key_Code.sendCommand("KEY_HDMI") // Set the source name (assuming you have a valid item for this) Bedroom_TV_Source_Name.sendCommand("HDMI") end The method or field end is undefined; line 13, column 429, length 3 2024-01-29 21:32:49.729 [ERROR] [internal.handler.ScriptActionHandler] - Script execution of rule with UID '09c1cf3d6b' failed: // Check some condition, for example, if the TV is not already ON if (Bedroom_TV_Power.state != ON) { // Send the command to turn the TV ON Bedroom_TV_Power.sendCommand("ON") } // Send the command to change the input source to HDMI Bedroom_TV_Key_Code.sendCommand("KEY_HDMI") // Set the source name (assuming you have a valid item for this) Bedroom_TV_Source_Name.sendCommand("HDMI") end The method or field end is undefined; line 13, column 429, length 3