Open-Source Hardware Project

HEISHAMON
BY HOGTRONIC

An ESP8266 / ESP32-S3 PCB that plugs directly into Panasonic Aquarea heat pumps, decodes the serial protocol, and broadcasts all sensor data over Wi-Fi via MQTT — in real time.

1000+Units deployed
ESP32-S3 powered
MQTTNative output
100%Open source

Your heat pump,
fully decoded

Panasonic Aquarea units expose a CN-CNT serial port. HeishaMon is a custom PCB that taps into it, reverses the proprietary protocol, and streams every register to your home automation stack — without cloud, without subscription.

ESP32 -S3

// Hardware Specs

MCUESP32-S3 / ESP8266
InterfaceCN-CNT serial
ProtocolPanasonic Aquarea
Connectivity802.11 b/g/n
OTA updatesYes — web UI
OutputMQTT / JSON / HTTP
Available fromTindie
01 //

Real-time MQTT

Every sensor pushed to your broker the moment it changes. Water temps, compressor state, flow rate — all live.

02 //

Home Assistant

Native integration with full entity auto-discovery. Climate control, switches, and sensors appear automatically.

03 //

InfluxDB + Grafana

Long-term logging to time-series storage. Plot COP curves, efficiency trends, and heating cycles over months.

04 //

Rules engine

Built-in scripting runtime reacts to sensor thresholds. Automate modes, setpoints, and external triggers.

05 //

Web interface

Onboard UI for live status, configuration and OTA firmware updates — no USB cable required.

06 //

Optional PCB

Expand with the optional board to query Panasonic accessories: solar controllers, pool heating, and more.

Plug in once.
Get data forever.

No modifications to the heat pump. No cloud account. No subscription.

01

Connect to CN-CNT

Plug HeishaMon into the CN-CNT service port on your Panasonic Aquarea indoor unit. It's a passive tap — no electrical modification and no warranty issues.

02

Configure Wi-Fi + MQTT

On first boot HeishaMon broadcasts its own hotspot. Connect with your phone, enter your Wi-Fi credentials and MQTT broker address, and you're done in under two minutes.

03

Topics start flowing

Dozens of MQTT topics appear immediately — temperatures, modes, error codes, energy counters — fully decoded from the proprietary Aquarea serial protocol.

04

Visualize and automate

Connect Home Assistant, Node-RED, Grafana, or any MQTT-aware tool. The HA integration ships with complete entity auto-discovery out of the box.

Topics out of the box

Sample MQTT output from a live HeishaMon unit.

MQTT — panasonic_heat_pump/main/
# temperature sensors
Heatpump_State                    1
Leaving_Water_Temp                 42.0
Outside_Temp                       7.5
Room_Thermostat_Temp               20.2
DHW_Temp                           52.0
Inlet_Water_Temp                   38.4

# energy & compressor
Compressor_Freq                    38
Heat_Power_Production              6.2
Heat_Power_Consumption             1.8
Pump_Flow                          14.3

# control — writable topics
Set_Heating_Water_Temp             <-- set 45
Operating_Mode_State               <-- set 0
Force_DHW                          <-- set 1
Home Assistant
Node-RED
InfluxDB
Grafana
ESPHome
Any MQTT broker

Ready to monitor your
heat pump?

Hardware ships from the Netherlands. Firmware is open-source, community-maintained, and actively developed.