Hello,
I’m working with Home Assistant + Homematic CCU3 since a couple of days.
My first impression : I’m amazed about the possibilities that Home Assistant offers !
I’m new on the forum so I’m probable asking something stupid but still…
I’m trying unsuccessfully to trigger a virtual key on the CCU3 with a Button I made.
Using the “Developer Tools” / “Service” / “homematic.virtualkey” everything works fine
But when I put it into my http://homeassistant:8123/lovelace it doesn’t work anymore…
- type: button
tap_action:
action: call-service
service: homematic.virtualkey
address: BidCoS-RF
channel: 14
param: PRESS_SHORT
name: Test
hold_action: none
I get this on the Log:
[2975940368] required key not provided @ data[‘channel’]
2:06:17 PM – websocket_api (ERROR) - message first occurred at 12:57:03 PM and shows up 43 times
Could anybody help me out with this ??
Thanks a lot !!