#netatmo decided to force its users to use the mobile version (android/ios only) of their UI for their thermostats by removing essential features from their webapp (planning definition and modification)
People using no smartphone, alternative smartphones (#linuxmobile) have no way to control their thermostat (they can just see the curves and send temporary orders)
This is also an issue for visually impaired people for which planning definition is hard on a small screen
At least, they provide an API, with some documentation ...
I took some time to write a python script to retreive and upload schedules for my home ...
https://git.sr.ht/~fdlamotte/NASchedule
I don't know if it is ok for visualy impaired people, but for #linuxmobile users it should do the job ;)
Went forward on this way by adding two more scripts :
* one to display temp history in the terminal
* the second to manage mode and temperature
Had to change the name of the repo :