giuseppeg88 / node-red-contrib-thermostat-scheduler

The Ultimate Node-RED Thermostat for Home Assistant - A NEST style thermostat with: temperature week scheduler, countdown and manual mode
GNU General Public License v3.0
66 stars 28 forks source link

calendar schedule page problem on nodered 3.0.1 #21

Closed spedruzzo closed 2 years ago

spedruzzo commented 2 years ago

I just updated node-red to 3.0.1 version everything is working fine but problems on the calendar control in dashboard, seems frozen and no data is show on it

spedruzzo commented 2 years ago

After few test I solved but was not really clear what caused the problemI explain in case it happen to someone else: I have 2 different thermo and in order to don't mix the 2 schedule I changed the code for global variable named "timing" in timing 2 that was working on previous version but for some strange reason after upgrade was not working.

solution: remove the calendar schedule section and re-do from scratch.