Hello I want to change the mesure and target temperature scale of the virtual homey thermostat device.
This is possible without erasing and rebuilding the thermostat?.
Thanks in advance
No, you’ll have to create a new virtual thermostat with the desired settings.
But, you don’t have to fix the flows involved, just replace the new device ID with the ‘old’ one:
Use at own risk!
Hi,
So I just go a new house and wanted to make my Zigbee network a bit better by removing an re-adding my devices so I get a stable network.
But the issue with this is you have to fix all your flows. (Ofcourse Flow Checker App for Homey | Homey can indicate the broken flows)
I made a small script which can help with fixing the flows.
So what do you need:
Device ID you would like to update - You can get this via the webAPI playground :
Homey.devices.getDevices();
W…
1 Like