Possible Vera bug with SwitchDetails.xaml?

Hi

I don’t know if this is something I have done or the system ?

When looking at some of my devices under the Vera object I noticed some of the lights (not dimmers) and appliance plugs / switches have a problem.

Light (non dimmable):

This is an old Duwi Z-Wave wall light switch I have that doesn’t dim only on / off.

image

Z-Wave Appliance Plug / Switch:

image

There is no SwitchDetails.xaml file it doesn’t exist in the Templates folder, so if you click on the “button” the 3 dots to go to the details page on these tiles, you get an error.

I then created a brand new project in the designer and there is no SwitchDetails.xaml flie present in there either.

So something is a miss.

Thanks.

That file was intentionally removed. There is no “…” button in the latest SwitchTile.xaml file so it doesn’t open a details page anymore. Instead, switches that have the “PowerMeter” Capability are assigned the PlugTile.xaml & PlugDetails.xaml files. Right-click the “Pages” folder in the “Explorer” pane & select “Synchronize Templates”. Then update your Fireplace device to use those new Plug files.

1 Like

Depending on how many changes you’ve made to those default templates, it may be safer for you to copy paste the files into your current project. You can open up a 2nd Designer instance & copy the files from it.

1 Like

OK thanks I will take a look at the new tiles you mentioned.

Bill

What about switches that don’t support Power Metering?

I guess they are OK with just the SwitchTile.xaml assigned and no details tile assigned at all right?

Thanks

Yeah, that’s fine. The DetailsTemplate is optional.

1 Like

The power button on the PlugDetails.xaml page doesn’t do anything that right ?

Thanks.

SceneDetails.xaml gone as well ?

What did that details template use to do ?

Thanks.

Correct.

Yes, SceneDetails.xaml is gone too. That file didn’t do anything which is why it was removed. You can certainly create your own file though.

1 Like