Hi All,
Has anyone connected the new Symfonisk volume remote from IKEA to HA to control non IKEA speaker volume?
Dave
Hi All,
Has anyone connected the new Symfonisk volume remote from IKEA to HA to control non IKEA speaker volume?
Dave
Hey, I have a Symfonisk remote here, but haven’t been able to connect you to my Conbee ll yet. I’d also like to know if anyone has already integrated the remote into HA.
I was able to integrate the Symfonisk remote with Deconz under HASS. It works fine so far, but I have a problem interpreting the rotation movements correctly. There are always two events triggered, one when starting and one when stopping the movement:
I tried to find a solution myself, but it doesn’t really work: The start events set an input boolean to true and the stop events to false. Another script should increase/decrease the volume as long as the boolean is true.
- alias: 'Increase-Volume'
trigger:
platform: time_pattern
seconds: '/01'
condition:
condition: state
entity_id: input_boolean.increase_volume
state: 'on'
action:
- service: media_player.volume_up
entity_id: media_player.sonos_kuche
Is there a smarter solution that works correctly?
did you ever get to a solution? I am stuck too?
Ziqbee2Mqtt and debounce