Hi,
I’m new to automation and I have a use case that I haven’t been able to find existing information anywhere. I’d like to have your thoughts on my particular approach:
I own an airbnb property in Brazil (I don’t live in Brazil) and I need to manage everything remotely. The people renting the property tend to leave the air conditioning on at 18C with windows and doors open or when they are away. The electricity bill is quite high and it’s getting more expensive every day.
I decided to look for solutions and found “Airconoff AC14 Automatic Occupancy Sensing AC Power Saver” and “Ecosense UK - Ecosense 4000+” stand alone products but researching even further I got into home automation and I found Home Assistance. Being a developer I decided to build my own solution and integrate it to HA.
Right now I’m building my shopping list and strategy so I’d like to get your opinions in running the following unusual setup:
- Install a Samsung SmartThings WiFi mesh (because I also need to upgrade my wifi and that’ll give me zigbee and zwave coverage too)
- Install ST multipurpose sensors to entry doors and windows
- Install ST motion detector or Aotec multisensor inside the rooms for motion detection.
- One of the AC units is an LG AC voice with WiFi that can be controlled remotely and integrated to HA using “sampsyo/wideq github code”
- The rest of the AC units can only be controlled over InfraRed.
- For those, I found a cheap IR that apparently can control the old air conditioning units over WIFI (amazon: Universal-Controller-Hand-free-Compatible-Controlled/dp/B07L9VV9N8)
- Run HA on a remote server to manage all the logic (because I have spare servers of my own in a datacenter)
- Additionally I’m planning to install SONOFF GK-200MP2-B - Wi-Fi Wireless IP Security Camera mounted outside but integrated to HA. (I found them on a youtube video today)
The logic would be the same found here: https://www.airconoff.com.au/Aircon-Off-AC14-Air-Conditioning-Control-Motion-Sensor-Smart-Switch-Energy-Saver
Since I have no experience with HA, I’d like to know your suggestions specially about running HA in a remote server and controlling everything remotely over Internet using port forwarding via the home Internet router.
Do you know a better/cheapest way to achieve this?