After switching from stable 2.1.0 to the latest snapshot version (#1084) i had to change the items for the yamahareceiver.
Now i am always getting these errors, when i try to send a command to my Yamaha RX-V775 receiver:
21:51:20.553 [WARN ] [internal.profiles.ProfileCallbackImpl] - Cannot delegate command 'ON' for item 'Yamaha_Mute' to handler for channel 'yamahareceiver:zone:5f9ec1b3_ed59_1900_4530_00a0dea23248:Main_Zone:zone_channels#mute', because no handler is assigned. Maybe the binding is not installed or not propertly initialized.
But otherwise all items receiving correct updates from the receiver.
I believe it’s not really connected to the latest OH snapshot. Because I allready had it before - even with different artefacts of the yamaha binding.
When i resave my yamaha.item file without changing the content, the model gets refreshed.
After this, commands are successfully transmitted, until the yamaha things (Main_Zone and Zone_2) getting updated by the 60s interval.
Here is the log:
20:22:32.810 [INFO ] [del.core.internal.ModelRepositoryImpl] - Refreshing model 'yamaha.items'
20:22:40.482 [INFO ] [smarthome.event.ItemCommandEvent ] - Item 'Yamaha_Mute' received command ON
20:22:40.494 [INFO ] [smarthome.event.ItemStateChangedEvent] - Yamaha_Mute changed from OFF to ON
20:23:26.576 [INFO ] [smarthome.event.ThingUpdatedEvent ] - Thing 'yamahareceiver:zone:5f9ec1b3_ed59_1900_4530_00a0dea23248:Main_Zone' has been updated.
20:23:26.609 [INFO ] [smarthome.event.ThingUpdatedEvent ] - Thing 'yamahareceiver:zone:5f9ec1b3_ed59_1900_4530_00a0dea23248:Zone_2' has been updated.
20:23:29.558 [INFO ] [smarthome.event.ItemCommandEvent ] - Item 'Yamaha_Mute' received command ON
20:23:29.564 [WARN ] [internal.profiles.ProfileCallbackImpl] - Cannot delegate command 'ON' for item 'Yamaha_Mute' to handler for channel 'yamahareceiver:zone:5f9ec1b3_ed59_1900_4530_00a0dea23248:Main_Zone:zone_channels#mute', because no handler is assigned. Maybe the binding is not installed or not propertly initialized.
20:23:29.571 [WARN ] [internal.profiles.ProfileCallbackImpl] - Cannot delegate update 'ON' for item 'Yamaha_Mute' to handler for channel 'yamahareceiver:zone:5f9ec1b3_ed59_1900_4530_00a0dea23248:Main_Zone:zone_channels#mute', because no handler is assigned. Maybe the binding is not installed or not propertly initialized.
20:23:29.573 [INFO ] [smarthome.event.ItemStateChangedEvent] - Yamaha_Mute changed from OFF to ON