Code Monkey home page Code Monkey logo

hassio-addons's People

Contributors

pawelka avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

hassio-addons's Issues

Will this work with Adguard Addon

I havent tested this yet and this more of a discussion that issue. I have Adguard Addon working with my HA supervised installation in HA. Since its working as a DNS server for my router and devices, will it be having any conflict with this addon which also works with DNS? Have anyone tried this together?

ME3000SP

Hi, Do you think this will work with solar sofar me3000sp battery inverter ?
It has the same web portal as your screen shot and I have set this up the same way as you have detailed.But it doesn't seem to get any information ?
Thanks for you help I would really like to get this working.

Change to WIFI Stick on Ginlong (Solis) - not allowing fake DNS

Guys,

I have two Solis inverters (4g) with two of the Solis supplied WIFI sticks (which are IGEN/Solarman) - i have them setup for DHCP.

When i change them from DHCP to hard coded IP and set the DNS server to be pointing at the FakeDNS - it allows me to save the settings and restart - however when i go back in it has changed the DNS to 10.0.0.0 - very interesting and i wonder if it is in response to projects such as this.

This might be why some of the other posters are pointing out no traffic to their system after making the changes at the WIFI stick

I will make changes to my firewall instead to force DNS requests from the inverter to the FakeDNS and report back

Craig

[Question] Why just not use remote server ?

Hello Pawel,

before i will finish configuration i have two questions ;)

  1. Why we cannot just use second remote server in the logger to push data into the server (HA or other one) ?
  2. If i go though your config, will i get still data in the app or everything is taken by HA ?

thanks

Python 2.7 error

i have a problem running this addon due :

  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 <module>
    import Inverter
  File "/inverter/Inverter.py", line 10, in <module>
    import anyconfig
  File "/usr/local/lib/python2.7/site-packages/anyconfig/__init__.py", line 24, in <module>
    from .api import (
  File "/usr/local/lib/python2.7/site-packages/anyconfig/api/__init__.py", line 124
    def version() -> typing.List[str]:
                  ^
SyntaxError: invalid syntax```


i don't know it's trying to run it with python 2.7. I have home assisntant os

Dodatek nie startuje :(

Dzień dobry, jestem nowy w HA,
zainstalowałem dodatek, skonfigurowałem logger lsw-3 ale chyba jest jakiś problem z softem?
Screenshot_3
jest jakaś opcja żeby to zaczeło działać? HA zainstalowany jako system HAOS na umpc hp.

Help Required: Setting everything up

I'm quite new to Home Assistant, MQTT and custom plugins (Just installed everything now to try and get get data out of this plugin) but I cannot seem to get the MQTT setup working.

Do you have any recommendations/steps to set this up or perhaps run it locally without home Assistant/MQTT integration?

Thanks in advance!

Problem z transferem danych po wybudzeniu inwertera

Po wybudzeniu falownika po wschodzie słońca brak transferu danych.
Czasami pomaga ręczny restart. Dane po restarcie pojawiają się z dużym opóźnieniem.
Konfiguracja:
inverter:
name: Inverter
sn: SN
manufacturer: SofarSolar
model: KTL-X
idle_time: 660
fakedns:
initial_domain: data1.solarmanpv.com
target_ip: IP_HA
log:
log_level: DEBUG
mqtt:
mqtt_host: IP
mqtt_port: PORT
mqtt_topic: SofarSolar
mqtt_username: user
mqtt_password: pass
mqtt_qos: 0
mqtt_retain: false

Addon installed but no communication

Hi, I installed the addon, setup all my settings in the cfg tab and tried starting the addon.

I does not look like it starts (there is no stop or restart selection afterwards) and the log stays empty.

I forwarded the DNS as per instruction but not getting any data.

Do I need to open ports on my firewall? (it is on the local LAN)

I am also using NGINX (NGINX Home Assistant SSL Proxy) addon.

Please help!

Problem z odczytem danych z sofar SF4ES008

Uruchomiłem dodatek, ale nie loguje on mi żadnych danych z falownika. W logu mam takie
info jak na screenie
image

Konfiguracja Home Assistant:
image
Proszę o pomoc w rozwiązaniu problemu

Inverter logger setup?

This looks great, and appears like it'll work with the logger I have on my Ginlong Solis inverter. Wondered if it would be possible to put together a quick video or amend the docs to go into a little more detail on how to configure the logger to send data? Have been trying to get this to work (not seeing any data or similar in the addon logs right now) for a while now, so if I could see how a real setup works, I think I'd see what i've missed?

Supla MQTT Integration not available on your system

Niestety po dodaniu repozytorium mam komunikat "This add-on is not available on your system. "
Przypuszczam, że SofarSolarMQTT będzie działać jedynie z tym dodatkiem, więc mam pytanie czy będzie dostępna nowa jego wersja działająca z Home Assistant 0.114.4?
Instalacja na karcie raspberry pi 3.

Błąd przy próbie instalowania dodatku

W trakcie instalacji SofarSolarMQTT wyskakuje bład: The command '/bin/sh -c pip install paho-mqtt anyconfig' returned a non-zero code: 1

Wersja dodatku 1.1 posiadam konto administratora z załączonymi fumkcjami zaawansowanymi.
Jak rozwiązać ten problem ?

log

Can you copy the LOG of the running add-on?

SofarSolar addon not working

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

Errors in log file

This 2 types of errors are showing in the log file:

1st:
Exception in thread Thread-23:
Traceback (most recent call last):
File "/usr/local/lib/python2.7/threading.py", line 801, in __bootstrap_inner
self.run()
File "/usr/local/lib/python2.7/threading.py", line 754, in run
self.__target(*self.__args, **self.__kwargs)
File "/inverter/TcpProxy.py", line 71, in transfer
buffer = src.recv(0x400)
error: [Errno 104] Connection reset by peer

2nd:
Exception in thread Thread-21:
Traceback (most recent call last):
File "/usr/local/lib/python2.7/threading.py", line 801, in __bootstrap_inner
self.run()
File "/usr/local/lib/python2.7/threading.py", line 754, in run
self.__target(*self.__args, **self.__kwargs)
File "/inverter/TcpProxy.py", line 76, in transfer
dst.send(buffer)
File "/usr/local/lib/python2.7/socket.py", line 174, in _dummy
raise error(EBADF, 'Bad file descriptor')
error: [Errno 9] Bad file descriptor

Do you think you can fix it?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.