I can’t think of a way of getting your HP Monitor into Access Point mode, which is what you need to do, when you can’t access it in the first place. I don’t think this exists - but just check that you don’t have an option to turn on Access Point mode from the front panel button. If it is, activate it and with a laptop or smartphone, you should see a Wi-Fi network called “emonpi” or (I’m guessing) “emonhp”. If so, the password might be " emonpi2016" or (guessing again) “emonhp” or “emonhp2016”.
If that fails (as I suspect it will), do you have an SD card reader, which you can use to write a file onto the SD card in your Raspberry Pi inside the Heatpump Monitor? This will need a Linux machine - Windoze can’t read the SD Card, and it will format and destroy it if you let it.. However, you can download almost any Linux onto a bootable thumb drive are run it off that without installing it permanently, and edit the SD card that way.
If you have, you need to do a controlled shutdown of your Heatpump Monitor (cycle through the menu using the button on the front), then take the end off where the CT connectors are and the SD card is underneath the push button.
On the SD Card, find the file "/etc/wpa_supplicant/wpa_supplicant.conf " (it might be somewhere else
) and open it with a text editor. Change it so that it reads something like mine (below), obviously putting your details to replace the square brackets and what’s inside them. Both will need to be in quotes if there are spaces inside.
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
country=GB
network={
ssid=[Your SSID]
psk=[Your Wi-Fi password]
}
You should know your SSID and password, if not, they should be on a label on the router.
N.B.
The official RPi info says this - but my file doesn’t have the two extra lines.
country=US
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
network={
ssid="YOURSSID"
scan_ssid=1
psk="YOURPASSWORD"
key_mgmt=WPA-PSK
}
Put the SD card back into the Pi and power up. It should connect straight away into your LAN. (If you know the devices that are usually connected, the Heatpump Monitor is the new one.)