-
Notifications
You must be signed in to change notification settings - Fork 22
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
SofarSolar addon not working #14
Comments
Same here, after update from 1.0 to 1.1 the addon doesn't work anymore |
Same again, the update breaks the component. Can you please re-anable v1.0 as the current to get the component working again at all? |
Same problem with initial install. The add-on won't start. I hope this can be fixed soon. |
the same for me. V1.1 dosen't work |
Same here |
Same here, after update to V1.1 the addon doesn't work anymore. |
Same here, after update to V1.1 the addon doesn't work anymore. |
It seems the code has been abandoned, so I suggest you remove it and look for an alternative solution. |
I don't think it's abandoned: https://community.home-assistant.io/t/sofarsolar-inverter-integration/182845/25 |
The owner has not responded on github or HA with a single post for some time now, so to me it is abandoned. |
Same here! |
same here! Please advise me. I found the error msg below. |
Same issue here on the newest HomeAssistant. Any chances to fix? |
Również mam problem opisany przez HeartandHana. Czy jest szansa na poprawienie? |
I found a solution for this. The addon is using I fixed this issue in my fork as the author doesn't seem to maintain this repository. Here is the link: https://github.com/kmalmur/hassio-addons To install the addon from my fork, you need to add address to my repository in Home Automation instead of this one |
The sofarsolar addon is not working here, i'm receiving the following error:
Traceback (most recent call last):
File "/usr/local/lib/python2.7/runpy.py", line 174, in _run_module_as_main
"main", fname, loader, pkg_name)
File "/usr/local/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "/inverter/main.py", line 1, in
import Inverter
File "/inverter/Inverter.py", line 10, in
import anyconfig
File "/usr/local/lib/python2.7/site-packages/anyconfig/init.py", line 24, in
from .api import (
File "/usr/local/lib/python2.7/site-packages/anyconfig/api.py", line 91, in
import anyconfig.dicts
File "/usr/local/lib/python2.7/site-packages/anyconfig/dicts.py", line 280
raise ValueError("Wrong merge strategy: %r" % strategy) from exc
^
SyntaxError: invalid syntax
The text was updated successfully, but these errors were encountered: