forked from mykhailog/hacs_waveshare_ups_hat
-
Notifications
You must be signed in to change notification settings - Fork 3
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
Invalid config #25
Comments
Have you enabled i2c? |
Yes. On version 0.2.1 to 0.3.0 everything working good. |
The 0.3.9 uses a completely different configuration, JFYI:
|
Must be fixed in v0.3.11 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After instalation:
My configuratrion.yaml:
sensor:
name: Hassio UPS # Required
unique_id: hassio_ups # Required
addr: 0x42 # Required
scan_interval: 10 # Required
batteries_count: 2 # Optional
battery_capacity: 3600 # Optional
max_soc: 91 # Optional
sma_samples: 5 # Optional
min_online_current: -100 # Optional, mA
min_charging_current: 55 # Optional, mA
Where is the problem?
The text was updated successfully, but these errors were encountered: