I tried to import this, but I got this error “No valid blueprint found in the topic. Blueprint syntax blocks need to be marked as YAML or no syntax” do you know why?
thanks in advance for your work.
I’ll have a look in a bit, it is my first blueprint so prob need to review what ive done to post it.
was gonna try and see if I can submit the new remote to zha so the extra buttons.
Think i’ve got it all working now. Deleted my local copy and imported and created an automation based on this one.
Was gonna make it more complex at some later date (like if it’s not playing and next track is pressed done this other thing) But for now until the single and double dots are wokring i shall wait.
Yes! I can import now! Trying to create an automation also seems to work.
Now I only need the fitting hardware haha
Have to run it by my SO, but I feel like this could be a handy remote when watching via chromecast, or when the remote for my speakers is not in armslength of the sofa.
Thanks for your effort!
Have any one had any problems with this controller? I bought 2 of them and both just after being connected to HA started toggling my Aqara plugs without any configuration whatsoever.
If there is nothing in HA saying it’s toggling them (so no automation) then they might have some how binded to the plugs ?!?
Not sure how that would have happened, i’ve only got 2 zigbee devices and the skyconnect device which are all less then a few weeks old so i have no real knowledge if you can bind like that…
Unpair/default both devices ? (Again just guessing)
Also look at doing a firmware update to the devices ? Zha does have some guides on how to do that on home assistant.
I have had similar behaviour with some of my IKEA bulbs and switches.
Some just were bound as soon as I onboarded them onto my SkyConnect stick. The issue was resolved by selecting the device and manually unbinding them. That can all be done inside the SkyConnect integration. Click on the device you want to unbind (it think you need to select the steering device, but don’t nail me down on that), then go into the deeper settings. In the “Binding” section you can select the device you want to unbind from the dropdown and click “unbind”.
My integration is broken right now, so I can’t give you a precise step by step guide, but thats the rough way to do it.
Hope this helps!
But it needed some tweaking, the next/prev track buttons weren’t functioning and after looking at the zha_event I found a couple of things in the blueprint that compounded and resulted in the behaviour.
The dots condition is evaluated before the next/prev track condition
The conditions for the dots were the same as the next/prev track in the blueprint
This meant that any press of the next/prev track would evaluate as the dead end dots condition.
All I had to do was move the next/prev track condition above the dots one.
I made some tweaks to fix my above problem and also added some volume control that worked a bit better. The media_player_volume.up and down do weird things, so I took the volume control from the script Eric Kreuwels had for the gen 1 remote.
Volume still seems to be buggy but I cant quite figure out why.
I’ve been watching the ZHA posts and hopefully they will have the Gen 2 firmware 1 and 2 added soon. I will will update the blueprint to include the dots.
Hopefully it might help with the volume issues as well. It might be worth doing the fireware as it adds press and hold commands (i think)