Heat pump monitoring - what are you using?
Back to the monitoring,
I've just ordered the kit for the ESPAltherma hook up.
I've no idea into any computer programming but I'm a willing learner.
I know it's not going to be highly accurate like some off the kits available, but it should give a good baseline to start getting better efficiency because as of now I've no idea how often the heat pump cycles, the Cop/Scop etc as the MMI reading kWh usage is in whole numbers 1.4 would be 1, 1.6 would be 2 etc.
Fingers crossed it goes well🤞
Posted by: @njtI've no idea into any computer programming but I'm a willing learner.
Given willingness to learn, and assuming basic literacy, numeracy and ability to think logically, don't be afraid to look at python. It is a fairly high level (by which I mean human readable) programming/scripting language with hundreds if not thousands of packages that can be used to do almost anything. It may well already be on your PC (assuming that is what you use), in use by some other program, but you will need a generic standalone installation to get started. It's not huge. An example of a simple script (found online) that gets the mean for a variable (rows starting with # are comments, the actual script is only four lines):
# pandas is a package that does all sorts of data manipulation # 'as pd' means I can refer to it as 'pd' (as in the 'hp_data = pd.read_csv...' line below) import pandas as pd # read data from a CSV file full of heat pump data, first row has variable names # data ends up in a dataframe called hp_data hp_data = pd.read_csv('data.csv') # perform analysis on OAT (outside air temp) mean = hp_data['OAT'].mean() print(f"Mean: {mean}")
Midea 14kW (for now...) ASHP heating both building and DHW
Thanks.
Yes I use a windows laptop, bought a raspberry pi 4 to install Home Assistant recently which is another learning curve.
There's a tutorial online at GitHub for the ESPAltherma that looks complicated , but I can use Google to search for terms I've never heard of, which looking at the tutorial is quite a few.
I'll get there👍
One of the major problems with these types of online projects is that they get hugely over-complicated, making it often impossible for us mere mortals to work out what is going on, or rather more often, not going on. I do realise they are run by community volunteers, so good on them for volunteering, but that doesn't remove the impenetrable complexity.
Home Assistant is a classic Marmite, some people love it, others hate it. I found it to be just too complicated, too volatile and temperamental, and I did not often find the community support actually produced useful answers. I do still have it (too lazy to remove it and install some other basic OS on the mini PC that does what your Raspberry pi will do), but I only use it for one or two things, like backups (HA has a good working backup add-on, so why not use it?). The bulk of my monitoring is done using python scripts I wrote. It took a bit of trial and error, but it has now been set up for getting on for 18 months, and is very robust eg the data is in csv files, much easier and more table than in sqlite or some other database, and the whole thing even restarts itself when the power comes back after a power cut.
I suggest you try HA for a while. You may mind it is just the thing for you! But if it isn't, there are other ways.
Midea 14kW (for now...) ASHP heating both building and DHW
- 26 Forums
- 2,158 Topics
- 47.4 K Posts
- 28 Online
- 5,736 Members
Join Us!
Podcast Picks
Latest Posts
-
Crazy large and unexplained so far as I know, I had hea...
By JamesPa , 2 minutes ago
-
RE: Testing new controls/monitoring for Midea Clone ASHP
Here's a four hour period from the same morning last No...
By cathodeRay , 16 minutes ago
-
@editor thanks Mars. I've managed to find a phone numbe...
By bontwoody , 10 hours ago
-
RE: Big Changes Coming to Our Heat Pump System
Day one is done. The system’s been fully flushed and ...
By Mars , 14 hours ago
-
RE: Midea ASHP – how to set weather compensation
I noticed that too and thought the same thing, but then...
By cathodeRay , 15 hours ago
-
RE: Ya can’t win! It is S*d’s Law!
@old_scientist If IOF is still running next late spring...
By Toodles , 16 hours ago
-
RE: Electricity price predictions
Those of you on Agile will do well tomorrow; there are ...
By Toodles , 16 hours ago
-
RE: Who’s Caved and Switched the Heating On Already?
We've been running our Ecodan system, installed in June...
By Sheriff Fatman , 19 hours ago
-
Ok. Two schools of thought. The first is to run the ...
By JamesPa , 2 days ago
-
@drei Willing as I am to help, I don't think I'm yet ...
By JamesPa , 2 days ago
-
RE: Is Your Broadband Router the Weak Link in Your High-Tech Home?
I hear you on the locality issue @transparent, and I ag...
By Scalextrix , 2 days ago
-
Selling 5 year old ASHP & Gas Combi Boiler - £590
Selling a 5-year-old Daikin Altherma Hybrid Air Source ...
By Paul G , 2 days ago
-
RE: Help me keep the faith with my air source heat pump installation
Er true, it should have read l/hr!
By JamesPa , 2 days ago
-
RE: Is a Valliant Inline 6kW heater a BUS buster?
Much of that is true in principle, but its not likely t...
By JamesPa , 3 days ago
-
RE: Heat Pump Servicing & Maintenance – Good Value or Rip-Off?
@dgclimatecontrol I attach the responses from 2 potenti...
By pash44pump , 4 days ago
-
RE: Buffers, hot water and cooling
@dgclimatecontrol thanks, that's helpful.
By JamesPa , 5 days ago
-
RE: Failing heat pump system - seeking thoughts on a rebuild
I realise im overdue an update on my situation. first...
By Cleardene-ashp , 5 days ago
-
RE: Replacing Worcester oil boiler with an ASHP
@toodles thanks. I was told by the engineer that this h...
By JulianC , 5 days ago
-
RE: What crazy nonsense are inverter limits and why are they imposed?
A week later, I'm finally picking up this comment... ...
By Transparent , 5 days ago