Egyras / HeishaMon

Panasonic Aquarea air-water H, J, K and L series protocol decrypt
239 stars 121 forks source link

Bivalent Heating control #377

Open frankol opened 1 year ago

frankol commented 1 year ago

is it possible to get the bivalent heating control points in heishamon and make it adjustable?

start temperature, stop temperature, type (parallel, alternative) Maybe also just a switch to start/stop bivalent heater

IgorYbema commented 1 year ago

We haven't added that yet as no one has aske for it and could help decode the data because there are just a few using bivalent.

Look at https://github.com/IgorYbema/HeishaMon/blob/main/ProtocolByteDecrypt.md from byte 65 and look at our comments. We need those bytes to be checked. You can go to your heishamon webpage and add '/debug' after the url. You will see the bytes, starting from the 0th byte and furhter, 32 bytes per lines. So byte 65 would be the 2nd byte from the 3rd line. Please check your settings and try to match the bytes.

frankol commented 1 year ago

thank you for the informations. im using heishamon go directly installed on the CZ Modules, but here my testings so far. Any useful? Bivalent_Heating_Bytes.txt

IgorYbema commented 1 year ago

Yes those help. I'll try to add that in a next release

frankol commented 1 year ago

nice, thank you!

i found out a little bit more since my last post.

TOP | 65 | (dec-128) [range: -15 to 35°C] start temperature bivalent heating

TOP | 26 | (dec-1) : Bivalent alternative = 101 (Off = 100) Bivalent parallel = 105 (Off = 104) Bivalent parallel advanced = 109 (Off = 108) TOP | 67 (dec-1) [range: 0:00 to 90min] Delay timer to start bivalent heat source TOP | 69 (dec-1) [range: 0:00 to 90min] Delay timer to stop bivalent heat source TOP | 66 (dec-1) [range:-10 to 0 °C] temperature to start bivalent heat source TOP | 68 (dec-1) [range:-10 to 0 °C] temperature to stop bivalent heat source

TOP 66 to 69 are only available when parallel advanced is configured

I havent found the byte to see if the bivalent heating relay is on or off. Its possible to make a relay test to switch it on and off. Have you a tip where i can find it?

github-actions[bot] commented 3 weeks ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

frankol commented 3 weeks ago

was added, thank you