robertklep / nefit-easy-http-server

HTTP server to access Nefit/Bosch XMPP backend over HTTP
MIT License
39 stars 15 forks source link

Bosch Easy Control version of this http server? #51

Open waltervl opened 3 years ago

waltervl commented 3 years ago

Now the Easy Control is beginning to be supported by https://github.com/robertklep/bosch-xmpp is it also possible to use this http server to control the Bosch Easy Control Thermostat next to the Nefit Easy?

This http server is used as a base for the Domoticz integration of the Nefit Easy, perhaps we can adopt the same integration for the Easy Control.

robertklep commented 3 years ago

bosch-xmpp has its own built-in HTTP server, which works in a similar way.

Since it supports three different device types (Nefit Easy, IVT and EasyControl) it would make more sense to use it instead of nefit-easy-http-server, which only supports the Nefit Easy device type.

zandhaas commented 3 years ago

I building a script to read data from the CT200 and upload the data to Domoticz. At the moment I have the room temperature and room humidity added to Domoticz.

I'm busy with interpreting all the other values but that is not that esasy :(
I already searched the internet for a desciption of the values but did not find a lot.

Do you know if there is an overview of the values available somewhere?

robertklep commented 3 years ago

Do you know if there is an overview of the values available somewhere?

No, there isn't. What values do you mean?

zandhaas commented 3 years ago

Do you know if there is an overview of the values available somewhere?

No, there isn't. What values do you mean?

It would be nice if a short description would exist of all the values in the tree. Some are descriptive by only their name others are not.

For example "actualSupplyTemperature" I would say this is the water temperature in the system. But I do not know if this is true.

By the way thank your for your hard work to unlock the CT200 for all of us :)

robertklep commented 3 years ago

It would be nice if a short description would exist of all the values in the tree. Some are descriptive by only their name others are not. For example "actualSupplyTemperature" I would say this is the water temperature in the system. But I do not know if this is true.

I can only do the same as you: infer from the name what the value might be. You could try and see if you can correlate values in the official app to values you retrieve from the API.

For the Nefit Easy there are two lists here and here, but they won't necessarily be the same for other devices. They also aren't exhaustive nor did I put in a lot of effort (at least in the first list).

zandhaas commented 3 years ago

Thank you again for the anwser. I will take a look at the lists you mention and go ahead with the correlations steps. When I see new things I will share them.