Self made thermostat #137
Replies: 4 comments 11 replies
-
|
It depends on what you are aiming to minimize: heat pump wear, cost of energy, or CO2 emitted. And it may be difficult to relate power consumer to CO2 emitted as this will differ over the day. But in general your approach is sound for using energy when cheap (or priced negative) it seems environmentally friendly to me too. If you want to further mprove, I guess the best way is to (slowly, infrequently) modulate the LWT setpoint. |
Beta Was this translation helpful? Give feedback.
-
|
Hi thanks, i will definitely look in to the LWT setpoint. My experience now is, when i lower it, the compressor start turning on and off continuously. But i didnt investigate more yet. Would it be possible to connect P1P2MQTT physical from another arduino to enable and disable hot water (not using network/mqtt). For example over serial or by a relays? |
Beta Was this translation helpful? Give feedback.
-
|
Hi, I read with interest your post and I think your logic is sound and I use a similar approach myself but I have a couple of questions / comments:
Thanks Arnold at the same time for this great project which enables so much freedom to control the HP :) |
Beta Was this translation helpful? Give feedback.
-
|
Interesting topic and I'm trying to do similar things in HA. (like suggested earlier in this thread). However, last night the cheapest hours where during night-time and for the first time this year the heatpump needed to make use of the BUH almost full time. (so not only for a defrosting cycle). Of course, it does not help to use double amount of power while it's only 10-20% cheaper :) :) I assume this has something to do with the outdoor temp. However, I can't find anywhere what the threshold is, if this could be adjusted and if so, is it wise to do so? Daikin measured an outdoor temp of 3.8C when the heating cycle started, but dropped to 2, even 1 during the entire cycle. |
Beta Was this translation helpful? Give feedback.



Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I just want to receive some feedback on my thermostat and check if it makes sence to you.
I have a daikin E series but without the standard out-of-the box thermostat. Instead i have build my own thermostat on a arduino uno.
Iam using the relays of my daikin to control hot and cold demand and iam using P1P2MQTT to control my hot water. Since i have a 300L tank, i heat it only once on the most cheapest hour of the day (and there was not enough solar power to do otherwise)
So basically i have made a (a very simple linear) model that predicts my heat demand for the day based on todays and tomorrows min and max temperature and solar prediction and it has a correction based on my average indoor temperature. Iam getting the values just from online weather API's and i have some temperature sensors connected for the room temperatures. (now still on a service in python but planning to integrated it into the arduino)
Once i have the time prediction, i matches that with the cheapest hours of my dynamic energy contract plus i give some preference for the night hours so that my heat pump is on for long runs in cheap hours.
I didn’t look into COP and other efficiency gains, iam lagging the knowledge of those. Maybe you can give me some recommendations.
Does this make sense to you, would you recommend taking a complete different approach like running all day on lower power settings? As i assume now when the heat demand is enabled, it goes to max. of the internal daikin weather depended water temperature.
Relay schedule, 5 hours on the cheapest price (note its a exact graph from 0 to 24 and the straight line is just because its future)
Model outcome in seconds. (the outcome is the sum of the below intimidate values)
Pipe temperatures (with 1 defrost) and hot water enabled due to enough solar energy
Energy prices and cost. (there is not that much difference in the hour prices today, but on average it makes a lot of difference)
Beta Was this translation helpful? Give feedback.
All reactions