Skip to content

Dash in solar names results in an error #557

@patrickvorgers

Description

@patrickvorgers

The following solar definition results in an error because of the dash in the name:

       {"name": "pv 14 - woning zuid",
        "entity pv switch": "",
        "capacity": 4.34,
        "max power": 3.68,
        "tilt": 45,
        "orientation": 25,
        "yield": 0.009765
       },

And works if you remove the: -

       {"name": "pv 14 woning zuid",
        "entity pv switch": "",
        "capacity": 4.34,
        "max power": 3.68,
        "tilt": 45,
        "orientation": 25,
        "yield": 0.009765
       },

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions