Jump to content

techbw

Members
  • Posts

    3
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

techbw's Achievements

  1. If inverter is the same as sol-i-ax-5nb Setting 01 is the output source priority To use solar 1st put to sol If sol is insufficient or battery voltage drops it goes to utility but when no solar present switch to utility Sbu is solar: solar then battery and then only utility Some newer inverters have SUB which is solar utility then battery Setting 16 is charge priority CSO = Solar First Utility only if no solar available CUT = Utility first Solar if no Utility SnU = Both can charge OsO = only solar So in your case during day you want setting 1 to be SOL 16 also needs to be either SnU or OsO But not having coms between inverter and your lithium batteries you may have cut out because inverter thinks battery is flat when its not. When you say you pull 600w or 1.3kw is that your solar input or is that your load output. What is your average load vs your average solar input It is possible that inverter may need firmware update for lithium, did see a few posts during my search for firmware of my unit that spoke of two separate firmwares for the diffirent battery chemistries.
  2. For those that don't have the means to fork out cash, but have the time to input into getting a smart control system setup for the Axpert Series of inverters: Jblance Mpp-Solar (Github) has open source communications for the MPP-Solar inverters based on the Axpert units (tested working on Axpert MKS II (Mecer Sol-I-AX-5NB) You will need a raspberry pi or other linux box to connect to(you can use either serial out on inverter or USB out) Install your home assistant on the pi or other linux box that you use, along with the MPP-SOLAR programs from github, the install instructions are on the github repo. Once setup configure your mpp-solar to output your inverter info to hass-mqtt (instructions on the github repo) This will allow you to read the inverters sensors to display and use in home assistant Now the data is passed to Home Assistant, but we cant change source priority on the fly. What I then did was write a small mqtt client using paho mqtt, that listens to topics for Source Priority. When Solar is triggered the topic Solar is posted to the client and action of running solar.sh script is run, this triggers sending the command to mpp-solar and switches to solar the same goes for utility and SBU modes. Now Home Assistant can switch between the output source priorities on the fly, and you can then setup automation's that will switch when for example battery drops or when battery charge is sufficient My Home Assistant is currently setup to switch to solar if its 1 hour after sunrise, and battery is above 90% if criteria are not met it will remain on utility, and for lower end on battery it will switch from whatever source its set to to go back to utility when it drops to 70% at any point, this can be changed at any time by editing the automation on home assistant. I will be adding smart switches to some loads, thus when grid goes down you can program non-essentials to power down automatically to conserve battery power, one could then have sensors like thermometers that can be put in freezers that monitor internal temps, and switch the freezers back on if temps go above a certain threshold. I will be adding motion sensors throughout the house for lights, that will check for movement, and if no movement in 15min detected, to automatically switch lights off.
  3. I would like to thank those that uploaded the firmware for the Axpert MKS II(Mecer Sol-I-AX-5nb) I was stuck with the float bug, and wasn't getting the charge during the day from the panels. I have uploaded the new firmware and it seems to be taking charge this morning.
×
×
  • Create New...