mamot.fr is one of the many independent Mastodon servers you can use to participate in the fediverse.
Mamot.fr est un serveur Mastodon francophone, géré par La Quadrature du Net.

Server stats:

3.5K
active users

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 () 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

fdlamotte

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 ...

git.sr.ht/~fdlamotte/NASchedul

I don't know if it is ok for visualy impaired people, but for 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 :

git.sr.ht/~fdlamotte/NThTools

I'm starting to be happy of the result ...