Finally got my adapter v5 and found a way to get data from my Ochsner heatpump.
I can see some values in the log output of the addon:
2023-05-28 10:43:42.560 [update notice] received update-read master data2 QQ=10: 0.000;10.000;0;0;0
2023-05-28 10:43:43.170 [update notice] received unknown MM cmd: 031005030a010000002d16ff3f0000
2023-05-28 10:43:43.478 [update notice] received unknown MS cmd: 011506210402c80040 / 0a4841042a9f0500008202
2023-05-28 10:43:43.910 [update notice] received unknown MM cmd: 131005030a011a00002dffff3f4300
2023-05-28 10:43:44.590 [update notice] received read temperature outside QQ=01: 0;0;0d;02;500;-500;27.2
2023-05-28 10:43:45.340 [update notice] sent poll-read heatpump status QQ=31: -;31;00;00;0;0;0
2023-05-28 10:43:45.700 [update notice] received read temperature buffer QQ=01: 96;0;0d;02;1000;0;22.6
2023-05-28 10:43:46.810 [update notice] received read heatpump mode QQ=01: 53;1;00;00;255;0;Abgeschaltet
2023-05-28 10:43:47.915 [update notice] received unknown MS cmd: 011506210402c60040 / 0a46410428ffff000011b0
2023-05-28 10:43:48.671 [update notice] received unknown BC cmd: 10fe100a0c110300004224010000203100
2023-05-28 10:43:48.980 [update notice] received unknown MS cmd: 011506210402c80040 / 0a4841042a9f0500008202
2023-05-28 10:43:49.370 [update notice] received unknown BC cmd: 10fe100a0e1003000000000000000064000000
Even the mosquitto log shows incoming data:
2023-05-28 10:41:03: Sending PUBLISH to 3jg9gYDzuynbIaLKLpZtoA (d0, q0, r0, m0, 'ebusd/heatpump/hours', ... (237 bytes))
2023-05-28 10:41:03: Sending PUBLISH to ebusd_23.1_319 (d0, q0, r0, m0, 'ebusd/heatpump/hours', ... (237 bytes))
2023-05-28 10:41:05: Received PUBLISH from ebusd_23.1_319 (d0, q0, r0, m0, 'ebusd/master/data1', ... (436 bytes))
2023-05-28 10:41:05: Sending PUBLISH to ebusd_23.1_319 (d0, q0, r0, m0, 'ebusd/master/data1', ... (436 bytes))
2023-05-28 10:41:05: Received PUBLISH from ebusd_23.1_319 (d0, q0, r0, m0, 'ebusd/temperature/outside', ... (213 bytes))
2023-05-28 10:41:05: Sending PUBLISH to ebusd_23.1_319 (d0, q0, r0, m0, 'ebusd/temperature/outside', ... (213 bytes))
2023-05-28 10:41:05: Received PUBLISH from ebusd_23.1_319 (d0, q0, r0, m0, 'ebusd/temperature/buffer', ... (212 bytes))
2023-05-28 10:41:05: Sending PUBLISH to ebusd_23.1_319 (d0, q0, r0, m0, 'ebusd/temperature/buffer', ... (212 bytes))
2023-05-28 10:41:05: Received PUBLISH from ebusd_23.1_319 (d0, q0, r0, m0, 'ebusd/heatpump/mode', ... (216 bytes))
2023-05-28 10:41:05: Sending PUBLISH to 3jg9gYDzuynbIaLKLpZtoA (d0, q0, r0, m0, 'ebusd/heatpump/mode', ... (216 bytes))
Unfortunately i can’t see the temperature values in Home-Assistant as entities. Does anybody has an idea why?
Also wondering what’s the strange topic “3jg9gYDzuynbIaLKLpZtoA”?