I am currently on the Netatmo module. I would therefore like to be able to view the set temperature of my thermostat, and more particularly, adjust this temperature (button + / -).
I’m a dev but more back / devops so UI is more than difficult for me …
And for me i3 is pretty on a computer so you can understand that the UI and I are two different things
If someone is good at this, it would be super cool if they could help me
I find it interesting to have just one box
for the perceived temperature and the desired temperature.
It might be a good idea to place the + button and the - button one above the other with the desired temperature next to it to be in the same style as the perceived temperature.
I’m also thinking about the heating question, I started a service to add Heatzy (pilot wire module) compatibility.
I had a similar idea, to have the perceived temperature and the setpoint temperature on the same box.
We can synchronize to see what we can do, on my side I’m just starting with Gladys, so I’m struggling a bit ^^
I should publish a first PR tomorrow normally!
Small question, would it be more interesting for me to separate the netatmo code and the new box code?
I think I’ll first code the netatmo service (adding connected equipment, connecting to the service, retrieving values) and then make another PR with a new box
Additionally, I am adding points that will be problematic.
If I want to manage the temperature of the house / rooms. I need to be able to identify a device so that it is, for example, the element that manages the heating of the entire house. So it becomes complicated. Because a thermostat is associated with a house. Because you can manage multiple houses and multiple thermostats.
This is what I started doing by creating a « heating » device category. We can share our code if necessary.
However, I do not know if we can manage the different types of heating at once. Thinking about a special heating box, I realize that we are in two different cases:
a thermostat that reports the temperature and waits for a setpoint temperature, with management at the house level
a module that does not report the temperature, but manages on/off and different modes/programs (I don’t know netatmo well, maybe it’s the same case), with management at the level of a single radiator or zone depending on the connections