- Platform information:
runtimeInfo:
version: 3.4.2
buildString: Release Build
locale: en-US
systemInfo:
configFolder: /etc/openhab
userdataFolder: /var/lib/openhab
logFolder: /var/log/openhab
javaVersion: 11.0.13
javaVendor: Azul Systems, Inc.
javaVendorVersion: Zulu11.52+13-CA
osName: Linux
osVersion: 5.10.103-v7l+
osArchitecture: arm
availableProcessors: 4
freeMemory: 80018624
totalMemory: 259522560
startLevel: 100
bindings:- airquality
- amazonechocontrol
- astro
- denonmarantz
- ecobee
- exec
- feed
- gpio
- http
- hue
- icalendar
- icloud
- irobot
- lgwebos
- logreader
- mqtt
- myq
- network
- networkupstools
- snmp
- sonos
- speedtest
- systeminfo
- unifi
- unifiprotect
- weathercompany
- wled
- zoneminder
clientInfo:
device:
ios: false
android: false
androidChrome: false
desktop: true
iphone: false
ipod: false
ipad: false
edge: false
ie: false
firefox: false
macos: true
windows: false
cordova: false
phonegap: false
electron: false
nwjs: false
webView: false
webview: false
standalone: false
os: macos
pixelRatio: 2
prefersColorScheme: dark
isSecureContext: false
locationbarVisible: true
menubarVisible: true
navigator:
cookieEnabled: true
deviceMemory: N/A
hardwareConcurrency: 8
language: en-US
languages:- en-US
onLine: true
platform: MacIntel
screen:
width: 1496
height: 967
colorDepth: 24
support:
touch: false
pointerEvents: true
observer: true
passiveListener: true
gestures: false
intersectionObserver: true
themeOptions:
dark: dark
filled: true
pageTransitionAnimation: default
bars: light
homeNavbar: default
homeBackground: default
expandableCardAnimation: default
userAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15
(KHTML, like Gecko) Version/16.2 Safari/605.1.15
timestamp: 2023-04-12T01:20:34.433Z
- en-US
I have about 30 items showing a status of UNDEF. I can look at one in the logs after a reboot and see it changed from NULL to UNDEF.
2023-04-11 21:06:37.335 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item 'Sensor_OutdoorDriveway_Temperature' changed from NULL to UNDEF
However, if I go to the thing, and create a new test item and link it to the same channel as the UNDEF item above, it happily gets a value:
2023-04-11 21:06:05.604 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item 'TEST_temperature' changed from NULL to 67.37 °F
2023-04-11 21:07:02.789 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item 'TEST_temperature' changed from 67.37 °F to 66.866 °F
2023-04-11 21:12:02.236 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item 'TEST_temperature' changed from 66.866 °F to 66.614 °F
It may have started in mid-march with 3.4.2? This is a very busy time for me and we’ve had construction going on so I haven’t paid as much attention as I’d have liked… and sadly don’t have as much time to troubleshoot as I’d like, but the wife just complained about a rule not running and the device showed UNDEF…