Skip to content

Instantly share code, notes, and snippets.

"""
Sensor for retrieving the value's of your Zeversolar inverter.
For more details about this platform, please refer to the documentation at
https://home-assistant.io/components/sensor.zeverzolar/
"""
from datetime import timedelta
import logging
"""
Sensor for retrieving the value's of your Zeversolar inverter.
For more details about this platform, please refer to the documentation at
https://home-assistant.io/components/sensor.zeverzolar/
"""
import logging
from datetime import timedelta
import requests