Journal

Smart Home Energy Saving: Combining Technology for Convenience and Sustainable Living

Smart Home ประหยัดพลังงาน: ผสานเทคโนโลยีเพื่อความสะดวกและการใช้ชีวิตอย่างยั่งยืน

May 12, 2026 · 1 min read
Smart Home Energy Saving: Combining Technology for Convenience and Sustainable Living

Why Smart Homes Save More Energy Than Expected

Bangkok household electricity bills average ฿3,000–8,000 per month, with air conditioning accounting for 50–60% of total consumption. A well-designed smart home does not just turn off lights when you leave a room — it uses sensor data and behavioural pattern learning to optimise every watt intelligently.

Strategy 1: Smart AC Management — Up to 25% Savings

Occupancy-based control: PIR or mmWave sensors detect whether a room is occupied. If no one has been present for 15+ minutes, HA automatically raises the AC setpoint by 2–3 degrees or switches to Fan mode.

Time-of-Use scheduling: Align AC operation with MEA’s TOU tariff (Peak 09:00–22:00 at ฿4.18/kWh, Off-peak 22:00–09:00 at ฿2.64/kWh). Pre-cool the home during Off-peak hours before the Peak window to reduce compressor run time when rates are highest.

Delta-T optimisation: Instead of a fixed setpoint, adjust AC temperature dynamically based on a Weather API outdoor temperature feed — e.g. Bangkok at 38°C → setpoint 25°C, Bangkok at 28°C → setpoint 27°C — reducing compressor run hours.

IR Blaster for legacy AC units: Broadlink RM4 Pro or SwitchBot Hub 2 converts any infrared-controlled AC unit into a HA-managed smart device for ฿1,200–2,500 — far more cost-effective than replacing the unit.

Strategy 2: Smart Plug + Energy Monitoring — Cut Hidden Costs

Standby power in a typical home wastes 5–15% of total electricity costs. Smart plugs with power monitoring — Shelly Plug S (Wi-Fi), NOUS A1T (Wi-Fi), or Frient Smart Plug (Zigbee) — identify high-draw devices that go unnoticed.

Example standby cut-off automation:

yaml
alias: "Cut Standby Power - Entertainment"
trigger:
  - platform: time
    at: "23:30:00"
condition:
  - condition: state
    entity_id: binary_sensor.tv_room_occupancy
    state: "off"
action:
  - service: switch.turn_off
    target:
      entity_id:
        - switch.tv_plug
        - switch.soundbar_plug
        - switch.gaming_console_plug

Strategy 3: Solar + Battery Integration

For homes with solar rooftop systems, HA connects to inverters via integrations (SolarEdge, Sungrow, Fronius) to:

Solar self-consumption optimisation: Run high-draw appliances (washing machine, EV charger) only when solar generation exceeds grid consumption.

Battery discharge strategy: Discharge battery during Peak hours (14:00–20:00) and recharge from grid Off-peak (22:00–06:00) to arbitrage tariff differences.

Grid feed-in tracking: Monitor kWh sold back to MEA/PEA and revenue earned in the HA Energy Dashboard.

Home Assistant Energy Dashboard

HA’s built-in Energy Dashboard displays: real-time and historical consumption (daily/weekly/monthly), solar generation vs grid import vs grid export, cost tracking against MEA tariff tiers, and individual device power consumption via smart plug energy sensors.

Energy Savings KPIs for Bangkok Homes

Realistic targets for Bangkok homes using Smart Home Energy Management: 20–35% reduction in total monthly electricity bill, 25–40% reduction in AC energy consumption via occupancy control, 60–80% reduction in standby power via scheduled smart plugs, and >70% solar self-consumption rate for homes with battery storage.

Summary: Three Investment Levels for Smart Energy

Level 1 (฿5,000–10,000): 4–6 smart plugs + IR blaster for AC + HA Energy Dashboard. Achieves 10–15% savings.

Level 2 (฿15,000–30,000): Add occupancy sensors + smart AC controller + whole-circuit power monitoring. Achieves 20–25% savings.

Level 3 (฿30,000+): Add solar integration + EV charger management + battery storage optimisation. Achieves 30–50% savings.

Questions & answers

Can an old AC unit without Wi-Fi connect to Home Assistant?
Yes. An IR blaster like Broadlink RM4 Pro or SwitchBot Hub 2 learns the AC remote’s IR codes and sends commands via HA — effectively making any AC unit smart for ฿1,200–2,500.
What is the MEA Time-of-Use tariff?
MEA’s TOU tariff splits into Peak (09:00–22:00) at ฿4.18/kWh and Off-peak (22:00–09:00 plus holidays) at ฿2.64/kWh. Shifting consumption to Off-peak reduces electricity bills 20–30%.
Does the HA Energy Dashboard require special hardware?
No special hardware, but you need energy sensors — smart plugs with power monitoring, or clamp-on CT sensors for the main circuit — to feed data into HA.
Which solar inverters are compatible with Home Assistant?
SolarEdge, SMA, Fronius, Sungrow, Huawei Solar, Goodwe, and many others are supported via HACS integrations. Check the HA Integration List before purchasing an inverter.
How much standby power does a typical home waste?
On average 50–150 W continuously — roughly 36–108 kWh/month or ฿150–450/month. Smart plug automation can eliminate 60–80% of this waste.

Related reading