Hi. I have installed heat pump in my basement. Producer is “neoheat”. Heat pump have “front panel” (for configuration and monitoring) based on WLT-043R-NP00 device (it’s on Windows CE). I have option to additionally connect to that panel WFi IOT device USR-W600 or USR-W610 (by RS232), and via this device my pump could connect to myheatpump.com site and:
send real time data / work of pump parameters,
be controlled remotely but only from that site.
USR-W610 wifi module have “MODBUS TCP ó MODBUS RTU” option, but if I understood manual properly, it can be used only in case that my pump panel supports MODBUS RTU too, so I think that is not an option for me.
I’m looking for other possibility of connecting my pump to OpenHab.
USR-W600 and W610 could run own TCP Server, but to be true, I have no idea how to use it (with which binding / protocol (and probably in next step there will be problem with knowing proper pump “registers”).
Theoretically maybe I could use myheatpump.com site API too, but I think there is unfortunately no such one.
Apparently the site www.myheatpump.com uses HTTP rather than HTTPS, which is generally a bad thing for security, but good news for you because you could use a network trace tool (e.g. Wireshark) to observe the traffic between your PC and that site.
0xaa 0x55 Head(2)
Target(1)
MN number - Unique mark of unit(6) MN number of units, now marked by units’ MAC address (check through ECOtouch operation panel)
Idientifier of device(1)
Length of content(2) n+1,length itself is not included (lower byte in front, upper at rear)
Command(1)value=3 means data reading, value=6 means data writing, value=16 means data writing, value=1 means file package for update
Parameter(n)
CRC verification (2)
0x3a End(1)
Command
Content
CMD1,01//
unit sends realtime data to server (30 seconds)
CMD2,02//
unit sends set parameters to server (3 minutes)
CMD3,03//
server confirm receiving realtime data from unit
CMD4,04//
server confirm receiving set parameters from unit
CMD5,05//
server sends set value to unit (unit will send feedback immediately)