Replies: 14 comments 15 replies
-
Control of the hot water temperature in the domestic hot water storage tank. |
Beta Was this translation helpful? Give feedback.
-
How about sending COP and doing the calculations directly on the ESP? Small feature, but why not? |
Beta Was this translation helpful? Give feedback.
-
I think the ESPhome integration is the future. I have a lot of esp32 rpeater in my house, so signal is everywhere without using wifi repeater. |
Beta Was this translation helpful? Give feedback.
-
how about integration + coorperation with pyHSPU? |
Beta Was this translation helpful? Give feedback.
-
Since I had (and still have) a lot of trouble to choose the right setup file, I think the heat pump autodetect feature would be a great addition, especially for newcomers |
Beta Was this translation helpful? Give feedback.
-
My installer failed to install an external thermistor even though the outdoor unit catches direct sunlight and reports wrong temperatures. This obstructs the use of WD curves and automatic switching between heating and cooling modes. I could try to run an external thermistor to my roof myself, but I’ve been thinking about emulating the thermistor with a DAC and controlling the input with the temperature reported by a weather service. Maybe a useful addition to your project. |
Beta Was this translation helpful? Give feedback.
-
Hi there, |
Beta Was this translation helpful? Give feedback.
-
Just to add my peanuts In a couple of days will be my PR #110 ready for a "possible" merge. ATM i'm merging changes from the main branch into my work. Some minor tests also still needs to be done and small changes are open This will contain the webui features, CAN Feature and other stuff but also will/may create backwards incompatibility (Not sure if ESP8266 still can be somehow supported, i'm still looking into this). |
Beta Was this translation helpful? Give feedback.
-
I would say ESPHome will simplify things and also integration with HA |
Beta Was this translation helpful? Give feedback.
-
This is an old thread but I'm new to the project, just installed my ESPAltherma yesterday :) The web installer would be nice. I was able to manage with PlatformIO but only after much fiddling. There is a learning curve since this was my first project, but I worked it out. I couln't get the virtual COM port to work on Windows 11 and had to resort back to another computer running Windows 10. These issues aren't project specific, but still a web installer would be nice for newcomers. I see a lot of votes for autodetect, but think this 'issue' can also be resolved with just a bit more documentation. I'm assuming you know what model heat pump you have (which you should if you've spent that much cash on one). Maybe I'm oversimplifying, but then it's just a matter of looking up the model using the Daikin naming scheme. But on that topic, a bit more documentation on the various MQTT values would be nice as well. +1 on the COP value, this is a key metric and so much easier if the ESP32 can calculate and report this directly. Keep up the good work @raomin, thanks! |
Beta Was this translation helpful? Give feedback.
-
+1 ESPHome. That would be great! |
Beta Was this translation helpful? Give feedback.
-
A API interface with JSON data would be great. Then you can easily integrate the values to other home automation system directly without an additional server/bridge/... |
Beta Was this translation helpful? Give feedback.
-
By the way, I think the votes for "HomeAssistant improved integration" and "ESPHome integration" can be consolidated as ESPHome brings a better HomeAssistant integration. So, this joint approach would have >60% votes. 😄 |
Beta Was this translation helpful? Give feedback.
-
You can try my esphome integration based on the ESPAltherma code at your own risk of course. You need some experience with custom components in esphome to do so: |
Beta Was this translation helpful? Give feedback.
-
Hello everyone!
I've been considering several options for developing further ESPAltherma and I'd like your opinion.
I'll briefly describe each of them and I'll let you vote for the one you prefer. I'm not saying I'll follow immediately with implementation but your votes will definitely guide me (and possible other contributors!).
Heat pump Autodetect
Seeing the numerous issues with users unsure on which definition file should be used, I believe we should simplify this...
There are very minor differences between the definitions, mainly 3-4 big families. I guess we could design a default auto-detect mode that would identify which protocol (I/S) and which HP family (High temp, geo, gas, low temp) from probing specific registers.
This would require some support from some of you but I guess we can figure this out and that would greatly help.
Web installer
Still trying to facilitate adoption here. The current installation process might be a bit daunting with the need for Platformio, changing config files etc. even if we have numerous positive feedbacks from First-time-hackers.
ESPAltherma could integrate a web installer that would deploy from the browser the firmware to the esp device, using esp-web-tools. This would be facilitated with the Autodetect feature so that there would be only a couple of firmware to maintain.
ESPHome integration
ESPAltherma as an espHome component. Not sure yet how it would work in practice but I assume this could be done.
A custom ESPAltherma board
Why not. A crstom board with an ESP32, the right connectors (!), and a set of relays to connect as thermostat, to the smart grid SG1/SG2... Sold at a reasonable price, maybe crowdfunded?
Fine Consumption control through X85A + Pulse meter
There are ways that ESPAltherma could control the power consumption of the HP. Through the X85A+Pulse meter with simple GPIOs and or through the SG1/SG2 port (already supported). ESPAltherma acting as a pulse meter of solar installation would allow for fine precision in the power consumption.
HomeAssistant improved integration
Declaring manually each sensor in HA is not really a good user experience and could be avoided with a better integration with HA. Either through an integration plugin or through the automated declaration of all values as sensor in MQTT. That would make a lot of sensors though.
Other ideas?
Add your own in comments below and let's discuss!
176 votes ·
Beta Was this translation helpful? Give feedback.
All reactions