Geekzone: technology news, blogs, forums
Guest
Welcome Guest.
You haven't logged in yet. If you don't have an account you can register now.


chevrolux

4962 posts

Uber Geek
+1 received by user: 2638
Inactive user


#281349 12-Feb-2021 16:00
Send private message

Kia ora team, just a quick one. What are people using these days for automating a heat pump? Is Sensibo still the go to?

 

Requirements are simply that I can connect it to Home Assistant in some manner.


View this topic in a long page with up to 500 replies per page Create new topic
 1 | 2
Chippo
129 posts

Master Geek
+1 received by user: 52

Trusted

  #2655333 12-Feb-2021 16:10
Send private message

Depends on the Heat Pump.

 

I've got Daikin with their in-built WiFi Contollers (I have both High-Wall and Ducted systems that use different controllers and different apps).

 

Works really well with Home Assistant - and has the advantage that it can read the state back from the AC as well, so people can still use the remote / wall controller if they want to.

 

Daikin AC - Home Assistant (home-assistant.io)





I work for a global Data Protection Software company - But my opinions are my own.




ajobbins
5053 posts

Uber Geek
+1 received by user: 1279

Trusted

  #2655337 12-Feb-2021 16:22
Send private message

What brand? I have Mitsubishi units are there are a couple of options





Twitter: ajobbins


Benjip
978 posts

Ultimate Geek
+1 received by user: 524

ID Verified

  #2655339 12-Feb-2021 16:25
Send private message

I'm a Sensibo fan for sure, I use it for both of my Mitsubishi heat pumps at home.

 

The only negative is that it doesn't have HomeKit integration, so I had to get an Echo Dot just to control them with voice. I am aware that there are officially supported workarounds using the Shortcuts app but it's super limited in my experience (eg. you'd have to set up a Shortcut for every possible setting change, such as "set the AC to 19 degrees", "set the AC to 20 degrees", "set the AC to 21 degrees" and so on…).

 

I also found the Sensibo units finicky on my previous router which was a Fritz!Box but once I got rid of that horrible thing (and am now using the standard Spark/Skinny router) they haven't gone offline once.




irpegg
146 posts

Master Geek
+1 received by user: 102


  #2655344 12-Feb-2021 16:40
Send private message

Using Sensibo for our two Panasonic's. Works great and no complaints other than you can't go full OCD with setting up really complex schedules.

 

Can usually get them for around $100-120 on trademe vs $200 from NL


hairy1
3352 posts

Uber Geek
+1 received by user: 644

ID Verified
Trusted
Lifetime subscriber

  #2655347 12-Feb-2021 16:44
Send private message

I'm using a broadlink RM mini with Home Assistant and HACS SmartIR add on. A bit techy but works brilliantly. Let me know if you want me to send some links.




My views (except when I am looking out their windows) are not those of my employer.


mulac
155 posts

Master Geek
+1 received by user: 52

ID Verified
Trusted

  #2655402 12-Feb-2021 18:43
Send private message

I’ve installed an Esp32 into my Mitsubishi for wifi control. Works a dream

 
 
 

Shop now on AliExpress (affiliate link).
ashtonaut
631 posts

Ultimate Geek
+1 received by user: 120

ID Verified

  #2655408 12-Feb-2021 19:18
Send private message

mulac: I’ve installed an Esp32 into my Mitsubishi for wifi control. Works a dream


I wish I could do this for my Panasonics, alas...

mentalinc
3384 posts

Uber Geek
+1 received by user: 1023

Trusted

  #2655411 12-Feb-2021 19:33
Send private message

ashtonaut:
mulac: I’ve installed an Esp32 into my Mitsubishi for wifi control. Works a dream


I wish I could do this for my Panasonics, alas...

 

@ajobbins  will sort you out, was happy with what he sent me




CPU: AMD 5900x | RAM: GSKILL Trident Z Neo RGB F4-3600C16D-32GTZNC-32-GB | MB:  Asus X570-E | GFX: EVGA FTW3 Ultra RTX 3080Ti| Monitor: LG 27GL850-B 2560x1440

 

Quic: https://account.quic.nz/refer/473833 R473833EQKIBX 


ashtonaut
631 posts

Ultimate Geek
+1 received by user: 120

ID Verified

  #2655412 12-Feb-2021 19:35
Send private message

Now I’m curious!

hairy1
3352 posts

Uber Geek
+1 received by user: 644

ID Verified
Trusted
Lifetime subscriber

  #2655415 12-Feb-2021 19:45
Send private message

And now that Victoria is back in lock down @ajobbins will have plenty of time to make some. I don't know if that's good or bad. I think it's bad.




My views (except when I am looking out their windows) are not those of my employer.


ajobbins
5053 posts

Uber Geek
+1 received by user: 1279

Trusted

  #2655419 12-Feb-2021 19:54
Send private message

I can only help with Mitsubishi units, don't any answers for anything else.

Essentially an ESP8266 (or ESP32), some code and parts can be made to interface with the Mitsi serial protocol.

I have 1x spare one here made up




Twitter: ajobbins


 
 
 

Shop now at Mighty Ape (affiliate link).
ashtonaut
631 posts

Ultimate Geek
+1 received by user: 120

ID Verified

  #2655463 12-Feb-2021 20:01
Send private message

Yeah unfortunately it doesn’t appear anyone has got quite that far with the Panasonic units. My Broadlink blasters work fine but it’s the closed loop they are missing (update status if changed by OEM remote).

hairy1
3352 posts

Uber Geek
+1 received by user: 644

ID Verified
Trusted
Lifetime subscriber

  #2655466 12-Feb-2021 20:33
Send private message

@ashtonaut I am using a couple of door sensors on my Panasonic which trigger an input boolean to get on off status in SmartIR (if you are using Home Assistant)

 

 

 

Cheers.

 

 

 

 

 

 





My views (except when I am looking out their windows) are not those of my employer.


mulac
155 posts

Master Geek
+1 received by user: 52

ID Verified
Trusted

  #2655468 12-Feb-2021 20:37
Send private message

hairy1:

@ashtonaut I am using a couple of door sensors on my Panasonic which trigger an input boolean to get on off status in SmartIR (if you are using Home Assistant)


 


Cheers.


 



 




This is genius!

ashtonaut
631 posts

Ultimate Geek
+1 received by user: 120

ID Verified

  #2655469 12-Feb-2021 20:38
Send private message

That’s a really cool solution. I had considered something like that but never got started as the effort was more than my current inconvenience. Well done!

 1 | 2
View this topic in a long page with up to 500 replies per page Create new topic








Geekzone Live »

Try automatic live updates from Geekzone directly in your browser, without refreshing the page, with Geekzone Live now.



Are you subscribed to our RSS feed? You can download the latest headlines and summaries from our stories directly to your computer or smartphone by using a feed reader.