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

Missing readme and sensors not working #1

Open
eldi0s opened this issue Feb 7, 2023 · 0 comments
Open

Missing readme and sensors not working #1

eldi0s opened this issue Feb 7, 2023 · 0 comments

Comments

@eldi0s
Copy link

eldi0s commented Feb 7, 2023

Hi, I would like to use your delta sensors but don't know how.

I tried to set it up like this:


  - platform: deltasolarcloud
    scan_interval: 300
    username: ""
    password: ""

but I'm only getting an error:

Error while setting up deltasolarcloud platform for sensor

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 289, in _async_setup_platform
    await asyncio.shield(task)
  File "/config/custom_components/deltasolarcloud/sensor.py", line 74, in async_setup_platform
    DeltaInverterSensor(coordinator, _name, values[1], values[2]) for _name, values in coordinator.data.items()
AttributeError: 'NoneType' object has no attribute 'items'

and

Error requesting deltasolar_cloud_sensor data: Expecting value: line 1 column 1 (char 0)

@eldi0s eldi0s changed the title Missing readme Missing readme and sensors not working Feb 7, 2023
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

No branches or pull requests

1 participant