#Broken blueprint

1 messages · Page 1 of 1 (latest)

rare vector
#

Hi! I'm trying to get this blueprint to work but it shows "No matching devices found" in the remote dropdown (and i cant fill it in myself) even though i have a tap dial configured via Z2M workign and showing up under devices in HA

verbal citrus
#

which blueprint?

rare vector
#
verbal citrus
#

it seems to be linked to a specific model number

#

model: Hue Tap dial switch (8719514440937/8719514440999)

rare vector
#

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?

lunar gulch
#

Maybe that got hit by change to split model_id.

verbal citrus
rare vector
#

any idea how i can fix it?

lunar gulch
#

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?

rare vector
#

Is this good enough @lunar gulch ?

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.

rare vector
#

What should i modify in the blueprint?

lunar gulch
#
-model: Hue Tap dial switch (8719514440937/8719514440999)
+model: Hue Tap dial switch
rare vector
#

oh nice! It worked!

lunar gulch
#

You'll have to take care to not try to select any other device of a different model_id 😅

#

or it won't work

rare vector
#

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 🙂

lunar gulch
#

Maybe would be nice to leave a comment in the BP thread about what you changed