Advanced mutli schedule management #785
Replies: 2 comments 1 reply
-
Wahouuuu, this is really a great achievement. It was not planned until today because developping a scheduler is something very hard and there is already a Scheduler in HA which is very complete ( but complex to use). Your case can be fully implemented with the Scheduler (see https://github.com/jmcollin78/versatile_thermostat/blob/main/documentation/en/additions.md#the-scheduler-component) but this is not a straighforward task. I will this post for a eventual futur improvement. How do you do the integration of a json planning into a sensor with HA ? |
Beta Was this translation helpful? Give feedback.
-
I agree that it could be done with the scheduler component but I will require a lot of work to be set and also for modification. Here is a copy of my sheet With app script directly on google sheet I can expose an endpoint with the json. I used this tutorial to do the implementation
With the Rest sensor integration I can create a sensor on HA
Then I'm using an HA automation that check the checksum data of the json (use as the sensor state) As you can guest all my scripts have a strong dependency to what I want to send to the SONOFF TRV I did that because at the beginning of my work I want to ensure that even with no access to the Zigbee network the valve could open an close automatically. This is done on the Netatmo valve (very useful because they could have some connectivity issue during some minutes/hours)
|
Beta Was this translation helpful? Give feedback.
-
Hello,
I just discovered this great integration this morning.
I don't really know how or why but I didn't come across it several months ago when I decided to switch from Netatmo to SONOFF TRV zigbee with full management via HA.
Not having found an integration for my needs, I did it myself via a few automations.
I find almost everything I want in "versatille thermostat" except the "simple" management of a complex schedule (an idea that comes directly from what the Netatmo app offers).
I took the time to read your documentation but I have the feeling that it is not possible via "versatille thermostat"
I need/want to be able to manage three schedules (work/in_holiday/friends_at_home) to set the target temperatures according to the rooms (13), times and days.
Having a good knowledge of Google Sheets, I host my schedules on a sheet that I convert into a large json that I retrieve as a sensor via the HA REST integration. Then I send the different schedules to my valves.
Afterwards, my algorithms are quite simple and clearly less advanced than what "versatille thermostat" offers.
In any case, my boiler self-regulates "a little by itself" and the heating is already much better managed than via my previous Netatmo configuration.
In short, is it planned to one day be able to integrate this type of schedule management into the integration instead of the "scheduler" integration which does not really allow the same thing ?
By the way, do you have any ideas so that I can do without my Google Sheet? I haven't found anything very practical for storing table-type data.
Beta Was this translation helpful? Give feedback.
All reactions