Code Monkey home page Code Monkey logo

ha-esolar's People

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

ha-esolar's Issues

Time configuration CET

HI all.
I installed the integration and for me works fine, but the attribute Inverter Today Energy: reset every day at 7 pm.
I didn't find the way to set up the right time.
Have you got any suggestion ?
Thank you

Add support for SEC module

This integration does not support SAJ SEC module.
Seeking support from someone that has a SAJ SEC module to support inte the implementation of the same

Retrying setup: 'peakPower'

Discussed in #5

Originally posted by absorbo March 16, 2023
Hello, first of all, thank you for the effort at creating this HACS integration.
Today, I tried to install it and followed the ReadMe. Instead of the choice of installation, it just says "Configuration successfully created".
The integration constantly tries to: Retrying setup: 'peakPower' and I get no devices or entities.

Please advise.
Thank you for the support.

Feature request - have the battery percentage on the inverter level

Hello,
Now we have the overal battery percentage of all the inverters on the plant level.
Would it be possible to also have the battery percentage on the interver level as well because the value on the plant level is an average of all the inverter battery percentages.
Just having that as attribute on the interverter power sensor would be good.

Authentication broken for SAJ API

Hi, trying to add my B2-HV system to HA but getting invalid credentials when trying to add the intergration. Is there a problem with the integration with the new API or is it me?

Screenshot 2024-01-01 at 4 08 28 pm

Battery charging and discharging

It would be great to be able to charge and discharge the battery and control it through home assistant (with an automation for example). Is this something you would consider looking into?

Backlog items

(1) Inverter level sensor for battery percentage - DONE
Currently battery % is for the complete plant and not possible to track per battery in a multi inverter/battery system.
Assumption is that this will become a new sensor, but an attribute to the battery power sensor should be considered as well

(2) kitList/mastermcufw missing as attribute - DONE
Should be an attribute on the inverter Energy sensor.
Correction; slavemcufw is not used. Instead, use mastermcufw and displayfw.

(3) Inverter Type unknown - DONE
For kitList.type, anything but 0 (on-grid) is reported as unknown. Battery systems reports type = 2

Plant list

                  <span class="title_name">Plant Type</span><!-- 电站类型 -->
                  <div class="select_set">
                    <select name="type">
                        <option value="" selected="selected">All</option>
				    	<option value="0">Grid</option>
				    	<option value="1">Storage</option>
                                       <option value="3">AC Coupling</option>

Inverter list

	                      <select name="deviceType" id="deviceType">
	                          <option value="">All</option>
	                          <option value="0">On-grid</option>
	                          <option value="1">Storage</option>
	                          <option value="2">AC Coupling</option>

(4) Device status can be: - DONE
Review what values that device status reports against:

	                            <select name="deviceStatus" id="deviceStatus" onchange="findDevicePageList();">
	                                <option value="" selected="selected">Status</option>
	                                <option value="1">Normal</option>
	                                <option value="2">Alarm</option>
	                                <option value="3">Off-line</option>
	                                <option value="4">Stock</option>
	                                <option value="5">History</option>

(5) Add protective code if protocol from SAJ changes - DONE
Possible future refactoring to not be transparent with the SAJ protocol to the sensors

(6) Add logging output - DONE
Minimalistic logging currently. Add both exceptions, errors and debug logging.

(7) Update README.md - DONE
Document how the system works

(8) Make available in HACS - DONE
Learn how to deploy for HACS

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.