David
David
This was added to the development to do list. Just for reference here is an example on how to implement the minimum power that a deferrable load can handle, otherwise...
Hi @gieljnssns, is this ready to merge? Other than the needed conflict solve?
Yes this could be great, but I just don't know how to do it. The HA API is only able to retrieve normal data, not HA statistics data. Here are...
> Can statistics be retrieved through the websocket api? I don't know, how?
Hi, This is a known limitation of EMHASS. The best option will be to model the heat pump equations and include it in the optimization. It is in the roadmap...
Please take a look at the new thermal model just recently released: [https://emhass.readthedocs.io/en/latest/thermal_model.html](https://emhass.readthedocs.io/en/latest/thermal_model.html) This can be very well be used to control a heat pump or any type of heating...
What is the problem with the existent? There is a method to pass your own custom names, currency, etc
Yes no problem. Those lines that you posted are just there as default values but the user can change to whatever they want.
No, currency is not being fetched from HA. It could be interesting to fetch it directly yes.
To implement this, there should not be any stop gap for add-on users or any other installation method. Actually if we do: ``` url = self.hass_url+"api/config" response = get(url, headers=headers)...