1. Home
  2. Docs
  3. H60/H66 Gateway Manual
  4. For Advanced users
  5. Command Line Interface

Command Line Interface

H60 and H66 has a serial command line interface (CLI). This can be usefull if you run in to issues with H60 and it cant connect to the network. Through the CLI you can monitor exactly what is going on and all settings can be altered.

CLI commands is to be run from a serial terminal application on a PC connected via USB or H60. CLI can also be run from H60 web interface (support menu) but you will then not get any visual response on commands.

Warning: Avoid connecting a computer to the USB at the same time as H60 is connected and powered from the heat pump. I could damage the heat pump, computer or interface.

To access the CLI via USB, follow this guide (for Windows 10)

  1. Disconnect H60 from Heat Pump and move the unit to the computer.
  2. Connect H60 to computer using a USB to micro-USB cable.
  3. In Device Manager, select Ports and check the COM port number H60 having (Called CH340)
  4. If a COM port is not showing the driver need to be installed. https://sparks.gogo.co.nz/ch340.html
  5. Next download and install the Putty terminal software. https://www.putty.org/
  6. Right click on start menu Windows symbol in left corner and select Device Manager
  7. Start Putty and connect to the H60 COM port (as noted in step 3) using baudrate 115200

Now when connected you can use different commands.

CFG + enter (list all config. Is the Wifi SSID and password correct?)

CFG setting=1234 to change setting

STATUS

 

 

 

Using the CLI, the following commands can be used:

CFG 
List all configurations, inclusive web password if you have forgotten it

CFG X=Y    
Configure a parameter on H60 where X=Configuration parameter and
Y=value. For example CFG WIFI_SSID=abc.

STATUS
Displays the status if the device. Like Uptime and connection status.

STATS
Displays statistics since started.

VAL
Lists current heat pump values (Temperatures, etc)

RESET
Restart the H60

LOG
Show content in the debug log.

STARTLOG
Show the log from latest startup.

H1_MODE (H60 only)
Gateways the console direct to the H1 heat pump interface serial communications and disable the H60 engine. Use H1 commands directly and receive raw responses from H1.

X.. (H60 only)
All command that starts with X will be sent to the built in H1 interface.
For example XR, XP or XL.
See H1 development manual for H1 commands and information


HP PRINT (H66 only)
Prints out all responses from heat pump controller

FACTSET
Load factory default config

MQTTCONN
Force MQTT client to connect to server, not waitng for timers.

MEM
Check available memory

BOOTNUL
Reset boot counter to 0

FLASH <version> (H66 only)
Load latest build / beta version of firmware (no version given)
Add version number behind for specific version

FLASHH60 <version> (H60 only)
Flash specific version if firmware

How can we help?