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

Open Meteo: fix quoting #19443

Merged
merged 1 commit into from
Mar 5, 2025
Merged

Open Meteo: fix quoting #19443

merged 1 commit into from
Mar 5, 2025

Conversation

andig
Copy link
Member

@andig andig commented Mar 5, 2025

Fix #19421

@andig andig added the bug Something isn't working label Mar 5, 2025
@andig andig marked this pull request as ready for review March 5, 2025 10:57
@andig andig merged commit e64c922 into master Mar 5, 2025
6 checks passed
@andig andig deleted the fix/om branch March 5, 2025 11:18
@thecem
Copy link
Contributor

thecem commented Mar 5, 2025

AHHH sehr gut! Ich habe gerade das verhalten auch nachstellen können:
geht:

  solar:
    - type: template # Balkon DG
      template: open-meteo
      lat: 50.1
      lon: 8.9
      dec: 30 # 0 = horizontal, 90 = vertikal
      az: 53 # -180 = Norden, -90 = Osten, 0 = Süden, 90 = Westen, 180 = Norden
      kwp: 10
      #ac: 10.0
      efficiency: 100
      dm: 100
      de: 100
      alphatemp: 1-1.004
      rossmodel: 1-1.0342

geht nicht:

  solar:
    - type: template # Balkon DG
      template: open-meteo
      lat: 50.1
      lon: 8.9
      dec: 30 # 0 = horizontal, 90 = vertikal
      az: 53 # -180 = Norden, -90 = Osten, 0 = Süden, 90 = Westen, 180 = Norden
      kwp: 10
      #ac: 10.0
      efficiency: 100
      dm: 100
      de: 100
      alphatemp: -0.004
      rossmodel: 0.0342

thecem pushed a commit to thecem/evcc that referenced this pull request Mar 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

open-meteo solar forecast not working
2 participants