Skip to content

Comments

L series topics#768

Merged
Egyras merged 6 commits intoEgyras:masterfrom
ghecker1:l_series_topics
Jan 14, 2026
Merged

L series topics#768
Egyras merged 6 commits intoEgyras:masterfrom
ghecker1:l_series_topics

Conversation

@ghecker1
Copy link
Contributor

Hi, adding some topics that I was missing with my L series.

@IgorYbema
Copy link
Contributor

Need to check for older heatpump if those work. Maybe you need to add 00 = unknown also

@tabnul
Copy link

tabnul commented Jan 8, 2026

would be happy to test this one, as last week with snow showed that being able to programmatically change ' heating control ' is very helpfull in fighting defrost impact!

@ghecker1
Copy link
Contributor Author

ghecker1 commented Jan 8, 2026

Feel free to test this (at your own risk): https://github.com/ghecker1/HeishaMon/actions/runs/20445242610

Quickly starting up to the target temperature after defrosting was exactly the motivation to implement SET39. Setting it to Comfort at lower outside temperatures, when defrosting happens, and to Efficiency at higher outside temperatures seems to be a good idea.

@tabnul
Copy link

tabnul commented Jan 9, 2026

i can confirm the options work and actually propagate into the heat pump using the following mqtt test switches (homeassistant):

# temporary solution for heat control of heishamon
  switch:
  - name: "heishamon heatingmode comfort temp"
    unique_id: "heishamon_heatingmode_comfort_temp"
    state_topic: "panasonic_heat_pump/main/Heating_Control"
    command_topic: "panasonic_heat_pump/commands/SetHeatingControl"
    payload_on: "0"
    payload_off: "1"
    state_on: "0"
    state_off: "1"
    optimistic: false
    retain: false
  - name: "heishamon enable quiet priority temp"
    unique_id: "heishamon_quiet_priority_temp"
    state_topic: "panasonic_heat_pump/main/Quiet_Mode_Priority"
    command_topic: "panasonic_heat_pump/commands/SetQuietModePriority"
    payload_on: "0"
    payload_off: "1"
    state_on: "0"
    state_off: "1"
    optimistic: false
    retain: false
  - name: "heishamon enable smart DHW temp"
    unique_id: "heishamon_smart_dhw_temp"
    state_topic: "panasonic_heat_pump/main/Smart_DHW"
    command_topic: "panasonic_heat_pump/commands/SetSmartDHW"
    payload_on: "0"
    payload_off: "1"
    state_on: "0"
    state_off: "1"
    optimistic: false
    retain: false

@Egyras Egyras merged commit fb6fd90 into Egyras:master Jan 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants