Unable to open Legacy Thermostat Schedule App

All I get is this...

And is it possible to export --> import from legacy to the new 2.0 version? I tried and failed.

This is a bug in the thermostat driver, which needs to be updated. What driver is in use?

Thermostat TH112xZB with energy meter (for the Sinope baseboard t-stats)

Is this a custom driver or built-in?

Show a screenshot of the Current States from the device page of the thermostat. Like this:

Custom driver. Dang it.

I switched back to the built in driver, and things are working in the legacy app.

Current States from a T-stat using the custom driver as requested

And for some reason, changing the driver on one T-stat, changed the name of three others at the same time?!

And is there a way to export-->import to the new scheduler?

You can fix it easy enough. If you look at supportedThemostatFanModes and supportedThemostatModes in my post above, notice the quotes around each word. Those are missing from yours, and that's the cause of the error.

To fix it, you might be able to just switch back now, assuming the built-in driver has them in quotes. If not, temporarily change to Virtual Thermostat driver, and use commands setSupportedThemostatFanModes and setSupportedThemostatModes to put those strings in with quotes for each word, still in brackets as now. Then switch back to custom driver and it should work.

1 Like

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.