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,134 Topics
- 46.8 K Posts
- 16 Online
- 5,661 Members
Join Us!
Podcast Picks
Latest Posts
-
RE: Anyone still weathering it out with Agile?
I went to Agile when I had solar installed July last ye...
By NJT , 6 hours ago
-
RE: Does anyone have experience of a smart water meter?
Yes, I was aware the “smart” part is the same tech used...
By Majordennisbloodnok , 7 hours ago
-
RE: Seeking Help for In-Principle Quote to fix a botched heat pump installation
@drei, I'm actually intrigued by this case given that i...
By Mars , 14 hours ago
-
RE: Mitsu Wireless Controller and MelCloud
Well it has now become obvious that the installation of...
By DavidAlgarve , 19 hours ago
-
RE: Heat Pump Servicing & Maintenance – Good Value or Rip-Off?
@heat-pump-newbie as I suspected. I measure/monitor my ...
By Old_Scientist , 1 day ago
-
RE: Say hello and introduce yourself
Whilst you're busy installing services (pipes and wires...
By Transparent , 2 days ago
-
RE: New Vaillant aroTherm Plus in black - When will it come to the UK?
@editor I know it was formally announced at Ish the oth...
By PatrickVito , 3 days ago
-
@moman0311 welcome to the forums. I've received your em...
By Mars , 3 days ago
-
RE: Thermostat for Ideal Logic Air with 3 zone support
No harm at all in plumbing it as 3 zones, I would have ...
By JamesPa , 3 days ago
-
RE: ASHP heat output monitoring
@carlo I see there is a discussion in Facebook user gro...
By Tim441 , 4 days ago
-
RE: Flexi-Orb Heat Pump Scheme: A Game-Changer for the UK's Heat Pump Industry
MCS have set a potential trap in the new version of MCS...
By JamesPa , 5 days ago
-
RE: Who has a V2G EV installation
General comment on battery care... I guess if ev is on ...
By Tim441 , 5 days ago
-
@old_scientist like for like comparisons are almost imp...
By Tim441 , 5 days ago
-
RE: Who's your electricity provider and what's your tariff?
@old_scientist There is an option in the Tesla app that...
By Toodles , 5 days ago
-
RE: Octopus Cosy & Octopus EV + bidirectional smart tariff, together. What, eh?
@old_scientist me too. Just installed my new heat pump ...
By Eliuccio , 1 week ago
-
RE: Is your heat pump insured?
Yup just spoke to Privilege to inform them of my impend...
By Scalextrix , 1 week ago
-
RE: Forum updates, announcements & issues
Just to keep everyone in the loop, as the site continue...
By Mars , 1 week ago
-
RE: Fast DHW setting on Midea (Clivet) heat pump
@simon-w, is this something you could potentially assis...
By Mars , 1 week ago
-
RE: Share Your Experiences with Heat Pump Manufacturer Support
Fwiw I called my installer out for the first time a few...
By JamesPa , 1 week ago
-
RE: Long term efficiency degradation
@jamespa yes as I thought thanks. We have a reaso...
By Scalextrix , 1 week ago