#Broken blueprint
1 messages · Page 1 of 1 (latest)
which blueprint?
Hi. This blueprint supports controlling a media device and additional custom automations with a Philips Hue Tap Dial control. It is specific to Z2M. Features of this blueprint: Simple selection of a single media device to be controlled User-specifiable volume steps - if your physical device uses a volume range other than 1-100, you ...
it seems to be linked to a specific model number
model: Hue Tap dial switch (8719514440937/8719514440999)
i checked the one i have and it's the same modelnumber and manufacturer
I'm wondering if it can be related to z2m 2.0 changes to actions and events and so on?
Maybe that got hit by change to split model_id.
the actions and events change will not be it, as it uses mqtt triggers, so that makes more sense
any idea how i can fix it?
I can try a little troubleshooting, do you know how to find the browser console?
Actually nevermind that. Just find your device in the devices table, and check what does it exactly say for the Model column?
Is this good enough @lunar gulch ?
Yep, that's what I thought it might be.
The integration has removed the model_id from the model identifier, so it no longer matches in the BP
To get around it you can either modify the blueprint itself, or you can switch to yaml mode and not use the device selector.
What should i modify in the blueprint?
-model: Hue Tap dial switch (8719514440937/8719514440999)
+model: Hue Tap dial switch
oh nice! It worked!
You'll have to take care to not try to select any other device of a different model_id 😅
or it won't work
it worked! Thanks. Now to the next problem which how to best control the volume of my tv connected to two hompods. seems EARC and HDMI-CEC is not made for homeassistant 🙂
Maybe would be nice to leave a comment in the BP thread about what you changed