reviewing the debuglog for my Audi A3, the binding is receiving the channelupdates, but for some reason the associated items do not receive a status change. no changes are listed in event.log.
additionally I have 2 weird warnings in the log:
2023-08-02 18:59:15.056 [WARN ] [e.internal.SseItemStatesEventBuilder] - Attempting to send a state update of an item which doesn't exist: AudiA3_general_LastUpdate
2023-08-02 18:59:15.057 [WARN ] [e.internal.SseItemStatesEventBuilder] - Attempting to send a state update of an item which doesn't exist: AudiA3_general_APIRateLimit
these might actually be leftovers from the previous binding. I do not recall if I used to have items for these channels. If so, I probably did not actively use them. they are not visible in the MainUI nor as textual item in a file, so I cannot delete them (again). These warnings seem to appear without a clear pattern.
I therefor created the item āAudiA3_general_LastUpdateā, associated to the channel, which gave no conficts. Even better, the item was populated with the channel value immediately, and my actual item Audi_A3_Spb_general_LastUpdate was updated, too:
2023-08-03 14:01:11.399 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item 'Audi_A3_Spb_general_LastUpdate' changed from 2023-07-28T20:05:26.000+0200 to 2023-08-03T13:47:48.000+0200
2023-08-03 14:01:11.400 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item 'AudiA3_general_LastUpdate' changed from NULL to 2023-08-03T13:47:48.000+0200
unfortunately, It was only a one time success, because at the next polling interval I see this in the debug:log:
2023-08-03 14:18:07.444 [DEBUG] [ar.internal.handler.ThingBaseHandler] - WAUZZZXXXXXXXXXXX: updateChannel -> general#lastUpdate = 2023-08-03T14:18:07.000+0200`
while the items are still at:
I unlinked and deleted the ghost item. I will check if I have now only one warning leftā¦
update: deleting the item, causes the warning to return.