Git Product home page Git Product logo

hassio-inverter-data-logger's People

Contributors

silvester747 avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Forkers

arevindh

hassio-inverter-data-logger's Issues

WARNING (MainThread) [supervisor.addons.validate] Add-on config 'startup' with 'before' is deprecated. Please report this to the maintainer of Inverter Data Logger

Problem/Motivation

Home Assistant logs show the use of a deprecated config parameter in the Inverter Data Logger addon.

Expected behavior

No errors.

Actual behavior

Error line in homeassistant.log: WARNING (MainThread) [supervisor.addons.validate] Add-on config 'startup' with 'before' is deprecated.

Steps to reproduce

Check Home Assistant log on startup.

Proposed changes

Replace before with services or appropiate value.

Error on receiving the data from logger

I have a wifi stick with version MW_08_512_0501_1.82 and I am trying to use the addon to pull data however it fails as below.
I have also tried a LAN stick, same results.

Any idea if it can be fixed?

[s6-init] making user provided files available at /var/run/s6/etc...exited 0.
[s6-init] ensuring user provided files have correct perms...exited 0.
[fix-attrs.d] applying ownership & permissions fixes...
[fix-attrs.d] done.
[cont-init.d] executing container initialization scripts...
[cont-init.d] done.
[services.d] starting services
[services.d] done.
2021-05-13 09:14:30,471 DEBUG Importing output plugin ConsoleOutput
2021-05-13 09:14:30,477 DEBUG Importing output plugin PVoutputOutput
2021-05-13 09:14:30,682 INFO Start listening on IP: 0.0.0.0 and Port 10004
2021-05-13 09:14:30,682 INFO Use CTRL-Break to exit.
2021-05-13 09:14:30,683 DEBUG waiting for a connection.
2021-05-13 09:14:48,966 DEBUG connection from: ('192.168.0.97', 13604)
2021-05-13 09:14:50,956 DEBUG RAW received Packet (len=99): a5:56:00:10:41:00:01:c6:4c:3a:2b:02:fc:f4:00:00:0f:00:00:00:00:00:00:00:05:3c:78:02:25:03:4d:57:5f:30:38:5f:35:31:32:5f:30:35:30:31:5f:31:2e:38:32:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:98:d8:63:ee:2b:64:31:39:32:2e:31:36:38:2e:30:2e:39:37:00:00:00:00:00:00:01:01:05:6e:15  VAL:+<x%MW_08_512_0501_1.82c+d192.168.0.97n
2021-05-13 09:14:50,957 DEBUG DATA len=86: 
2021-05-13 09:14:50,964 INFO Inverter ID: ��<x�%�M
2021-05-13 09:14:50,965 INFO RUN State: 11825
2021-05-13 09:14:50,966 DEBUG Run pluginConsoleOutput
2021-05-13 09:14:50,968 DEBUG Run pluginPVoutputOutput
2021-05-13 09:14:51,101 DEBUG Not sending to PVoutput, not within 5 minutes interval.
2021-05-13 09:15:01,816 DEBUG RAW received Packet (len=99): a5:56:00:10:41:00:02:c6:4c:3a:2b:02:06:f5:00:00:1a:00:00:00:00:00:00:00:05:3c:78:02:25:03:4d:57:5f:30:38:5f:35:31:32:5f:30:35:30:31:5f:31:2e:38:32:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:98:d8:63:ee:2b:64:31:39:32:2e:31:36:38:2e:30:2e:39:37:00:00:00:00:00:00:01:01:05:85:15  VAL:+<x%MW_08_512_0501_1.82c+d192.168.0.97
2021-05-13 09:15:01,817 DEBUG DATA len=86: 
2021-05-13 09:15:01,817 INFO Inverter ID: ��<x�%�M
2021-05-13 09:15:01,818 INFO RUN State: 11825
2021-05-13 09:15:01,819 DEBUG Run pluginConsoleOutput
2021-05-13 09:15:01,820 DEBUG Run pluginPVoutputOutput
2021-05-13 09:15:01,821 ERROR no sysid in configuration file for inverter with ID: ��<x�%�M, skipping.
2021-05-13 09:15:12,854 DEBUG RAW received Packet (len=99): a5:56:00:10:41:00:03:c6:4c:3a:2b:02:11:f5:00:00:26:00:00:00:00:00:00:00:05:3c:78:02:25:03:4d:57:5f:30:38:5f:35:31:32:5f:30:35:30:31:5f:31:2e:38:32:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:98:d8:63:ee:2b:64:31:39:32:2e:31:36:38:2e:30:2e:39:37:00:00:00:00:00:00:01:01:05:9d:15  VAL:+&<x%MW_08_512_0501_1.82c+d192.168.0.97
2021-05-13 09:15:12,855 DEBUG DATA len=86: 
2021-05-13 09:15:12,856 INFO Inverter ID: &�<x�%�M
2021-05-13 09:15:12,857 INFO RUN State: 11825
2021-05-13 09:15:12,857 DEBUG Run pluginConsoleOutput
2021-05-13 09:15:12,858 DEBUG Run pluginPVoutputOutput
2021-05-13 09:15:12,860 ERROR no sysid in configuration file for inverter with ID: &�<x�%�M, skipping.
2021-05-13 09:15:24,992 DEBUG Socket disconnected
2021-05-13 09:15:24,993 DEBUG waiting for a connection.

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.