Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Weishaupt WPM (SG Ready) - Charger enabled: map: value not found: 9 #18245

Closed
1 task done
Jaybeste opened this issue Jan 16, 2025 · 2 comments · Fixed by #18246
Closed
1 task done

Weishaupt WPM (SG Ready) - Charger enabled: map: value not found: 9 #18245

Jaybeste opened this issue Jan 16, 2025 · 2 comments · Fixed by #18246
Labels
devices Specific device support

Comments

@Jaybeste
Copy link

Jaybeste commented Jan 16, 2025

Describe the bug

EVCC throws an error "charger enabled: map: value not found: 9" when trying to connect to my Weishaupt heat pump. The heat pump is configured with the weishaupt-wpm template. It seems that the value 9 for the operating mode is not defined in the template.

https://github.com/evcc-io/evcc/pull/18026

you can find all values here https://docs.google.com/spreadsheets/d/1EZ3QgyB41xaXo4B5CfZe0Pi8KPwzIGzK/edit?pli=1&gid=636734480#gid=636734480 under System (credits to chriscom2020)

Wärmepumpe WWP LS 8-B R-E HE

Steps to reproduce

  1. Configure EVCC with the weishaupt-wpm template and Modbus TCP connection.
  2. Start EVCC.
  3. Observe the error message in the log.

Configuration details

chargers:
  - name: my_charger
    type: template
    template: go-e-v3
    host: xxx

  - name: weishaupt-wp
    type: template
    template: weishaupt-wpm
    
    # Modbus TCP
    modbus: tcpip
    id: 1
    host: xxx # Hostname
    port: 5201 # Port
    tempsource: # optional
    
modbusproxy:
  - uri: xxx:502  # IP-Adresse und Port Wärmepumpe
    port: 5201  # Beliebiger freier Port, z.B. 5201

Log details

[lp-2  ] ERROR 2025/01/16 12:49:38 charger enabled: map: value not found: 9

What type of operating system or environment does evcc run on?

HomeAssistant Add-on

Nightly build

  • I have verified that the issue is reproducible with the latest nightly build

Version

0.132.1

@andig andig added the devices Specific device support label Jan 16, 2025
@kleini
Copy link

kleini commented Jan 23, 2025

Same happens for value 15, which is "Taktsperre" for my model WWP LS 10-B R. Will try to provide a pull request.

@kleini
Copy link

kleini commented Jan 23, 2025

@Jaybeste When does your system go into state 9? I never saw that state. But from documentation, it reads like the heatpump can use electric heaters instead of the heatpump functionality or additionally to heatpump if not enough heating energy could be pumped. Is that correct?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
devices Specific device support
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants