Hi I’m migrating from 3.3.0 to 4.3.4 but with fresh install on different PC at Proxmox VM
I’ve stramge issue with map transformation for Broadlink binding IR code
Problem:
14:24:57.353 | TRACE | openhab.event.ItemCommandEvent | Received event of type ‘ItemCommandEvent’ under the topic ‘openhab/items/onkyo2/command’ with payload: ‘{type:String,value:OVOLDWN}’ |
---|---|---|---|
14:24:57.353 | INFO | openhab.event.ItemCommandEvent | Item ‘onkyo2’ received command OVOLDWN |
14:24:57.354 | TRACE | openhab.event.ItemStatePredictedEvent | Received event of type ‘ItemStatePredictedEvent’ under the topic ‘openhab/items/onkyo2/statepredicted’ with payload: ‘{predictedType:String,predictedValue:OVOLDWN,isConfirmation:false}’ |
14:24:57.355 | INFO | openhab.event.ItemStatePredictedEvent | Item ‘onkyo2’ predicted to become OVOLDWN |
14:24:57.358 | WARN | org.openhab.binding.broadlink.internal.handler.BroadlinkRemoteModelProHandler | Cannot find the data to send out for command OVOLDWN |
14:24:57.358 | TRACE | openhab.event.ThingStatusInfoChangedEvent | Received event of type ‘ThingStatusInfoChangedEvent’ under the topic ‘openhab/things/broadlink:rm-pro:b4-43-0d-ca-c4-96/statuschanged’ with payload: ‘[{status:OFFLINE,statusDetail:CONFIGURATION_ERROR,description:No entries found for command in map file, or the file is missing.},{status:ONLINE,statusDetail:NONE}]’ |
14:24:57.360 | INFO | openhab.event.ThingStatusInfoChangedEvent | Thing ‘broadlink:rm-pro:b4-43-0d-ca-c4-96’ changed from ONLINE to OFFLINE (CONFIGURATION_ERROR): No entries found for command in map file, or the file is missing. |
14:25:18.943 | TRACE | openhab.event.ThingStatusInfoChangedEvent | Received event of type ‘ThingStatusInfoChangedEvent’ under the topic ‘openhab/things/broadlink:rm-pro:b4-43-0d-ca-c4-96/statuschanged’ with payload: ‘[{status:ONLINE,statusDetail:NONE},{status:OFFLINE,statusDetail:CONFIGURATION_ERROR,description:No entries found for command in map file, or the file is missing.}]’ |
14:25:18.944 | INFO | openhab.event.ThingStatusInfoChangedEvent | Thing ‘broadlink:rm-pro:b4-43-0d-ca-c4-96’ changed from OFFLINE (CONFIGURATION_ERROR): No entries found for command in map file, or the file is missing. to ONLINE |
Observation:
in 3.3.0 map file was configured in Thing conf, now is moved to Channel/Link conf
Configuration:
.map file copied from old server (tried also to make new map via UI, but got same error)
Even with inline map I’m getting exactly same error
16:18:24.528 | WARN | org.openhab.io.openhabcloud.internal.CloudClient | Error connecting to the openHAB Cloud instance: not authorized. Reconnecting after 60000 ms. |
---|---|---|---|
16:19:24.797 | WARN | org.openhab.io.openhabcloud.internal.CloudClient | Error connecting to the openHAB Cloud instance: not authorized. Reconnecting after 60000 ms. |
16:19:28.333 | TRACE | openhab.event.ItemCommandEvent | Received event of type ‘ItemCommandEvent’ under the topic ‘openhab/items/onkyo2/command’ with payload: ‘{type:String,value:OVOLDWN}’ |
16:19:28.334 | INFO | openhab.event.ItemCommandEvent | Item ‘onkyo2’ received command OVOLDWN |
16:19:28.335 | TRACE | openhab.event.ItemStatePredictedEvent | Received event of type ‘ItemStatePredictedEvent’ under the topic ‘openhab/items/onkyo2/statepredicted’ with payload: ‘{predictedType:String,predictedValue:OVOLDWN,isConfirmation:false}’ |
16:19:28.336 | INFO | openhab.event.ItemStatePredictedEvent | Item ‘onkyo2’ predicted to become OVOLDWN |
16:19:28.344 | TRACE | openhab.event.ThingStatusInfoChangedEvent | Received event of type ‘ThingStatusInfoChangedEvent’ under the topic ‘openhab/things/broadlink:rm-pro:b4-43-0d-ca-c4-96/statuschanged’ with payload: ‘[{status:OFFLINE,statusDetail:CONFIGURATION_ERROR,description:No entries found for command in map file, or the file is missing.},{status:ONLINE,statusDetail:NONE}]’ |
16:19:28.344 | WARN | org.openhab.binding.broadlink.internal.handler.BroadlinkRemoteModelProHandler | Cannot find the data to send out for command OVOLDWN |
16:19:28.345 | INFO | openhab.event.ThingStatusInfoChangedEvent | Thing ‘broadlink:rm-pro:b4-43-0d-ca-c4-96’ changed from ONLINE to OFFLINE (CONFIGURATION_ERROR): No entries found for command in map file, or the file is missing. |
16:19:56.605 | TRACE | openhab.event.ThingStatusInfoChangedEvent | Received event of type ‘ThingStatusInfoChangedEvent’ under the topic ‘openhab/things/broadlink:rm-pro:b4-43-0d-ca-c4-96/statuschanged’ with payload: ‘[{status:ONLINE,statusDetail:NONE},{status:OFFLINE,statusDetail:CONFIGURATION_ERROR,description:No entries found for command in map file, or the file is missing.}]’ |
16:19:56.606 | INFO | openhab.event.ThingStatusInfoChangedEvent | Thing ‘broadlink:rm-pro:b4-43-0d-ca-c4-96’ changed from OFFLINE (CONFIGURATION_ERROR): No entries found for command in map file, or the file is missing. to ONLINE |
What I’m missing?