Skip to content
View in the app

A better way to browse. Learn more.

Power Forum - Renewable Energy Discussion

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Lewis

Members
  • Joined

  • Last visited

Everything posted by Lewis

  1. Thank you. I am now running solar assistant. It's brilliant.
  2. Thank you for this. I am glad there is minimal loses. I failed to get another 4 by 265w panels and compromised on the 335w panels.
  3. Evening everyone hoping someone can help me with the best solar panel array design for my solar install. Must inverter has a VOC of 145V. 2 panels are 265watts with 30.6volts 8.66amps Imp 8.66A Vmp 30.6V Isc 9.23A Voc 37.7V 4 panels are 335watts with 38v 8.82amps Imp 8.82A Vmp 38V Isc 9.43A Voc 46.1V How should i wire these for maximum output. There are all poly panels.
  4. It's stopped working and a fresh install is not working. Anyone able to get the bionicweb script working?
  5. You had a productive Lock Down!!! How can i get this on a raspberry pi
  6. Evening. Please explain how to interlink and address 2 batteries. Do i use a or b ports of rs485 ports. Also once connected good do i get the batteries to sync up?
  7. I did. The secret was using a usb cable and setting device to /dev/hidraw0. My usb serial cable was not supported on the raspberry pi. There is need for a quality serial adaptor that has the prolific chipset. usb cable was easier.
  8. How long did it last....
  9. Bus 001 Device 003: ID 0665:5161 Cypress Semiconductor USB to Serial That's a usb cable connection? If yes it will identify as hidraw#... 0 is usually the default if you have no other usb devices connected. dmesg | grep -i usb will show you which come to specify in the config file. After that the homeassist just started pitching the values
  10. You are not liking for a tty device is you use the micro usb or printer type cable. Tty is only for usb serial cables. From your entries hidraw0 is the one you want. Let me do this and revert. However the system does not seem to see my inverter connected. I will install again while the pi is already connected to the inverter. Thank you for the speedy reply.
  11. Thank you good night. I then tried 12. sudo docker exec -it voltronic-mqtt bash -c '/opt/inverter-cli/bin/inverter_poller -d -1' [email protected]'s password: Linux raspberrypi 5.4.51-v7l+ #1327 SMP Thu Jul 23 11:04:39 BST 2020 armv7l The programs included with the Debian GNU/Linux system are free software; the exact distribution terms for each program are described in the individual files in /usr/share/doc/*/copyright. Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent permitted by applicable law. Last login: Mon Aug 3 21:56:37 2020 pi@raspberrypi:~ $ sudo docker exec -it voltronic-mqtt bash -c '/opt/inverter-cli/bin/inverter_poller -d -1' Mon Aug 3 20:01:18 2020 INVERTER: Debug set Mon Aug 3 20:01:18 2020 INVERTER: Current CRC: 49 C1 Mon Aug 3 20:01:18 2020 INVERTER: QMOD reply size (5 bytes) Mon Aug 3 20:01:18 2020 INVERTER: QMOD: incorrect start/stop bytes. Buffer: (N configuration options for the actual inverter polling process... # This config file is for Axpert King 5KW 48V version. # I will try and get more config options for other models. # The device to read from... # Use: /dev/ttyS0 if you have a serial device, # /dev/ttyUSB0 if a USB<>Serial, # /dev/hidraw0 if you're connecting via the USB port on the inverter. device=/dev/ttyUSB0 # How many times per hour is the program going to run... # This is used to calculate the PV & Load Watt Hours between runs... # If unsure, leave as default - it will run every minute... # (120 = every 30 seconds)... run_interval=120 # This allows you to modify the amperage in case the inverter is giving an incorrect # reading compared to measurement tools. Normally this will remain '1' amperage_factor=1.0 # This allows you to modify the wattage in case the inverter is giving an incorrect # reading compared to measurement tools. Normally this will remain '1' watt_factor=1.01 # The following settings allow you to Mon Aug 3 20:01:18 2020 INVERTER: Current CRC: B7 A9 Mon Aug 3 20:01:21 2020 INVERTER: QPIGS read timeout Mon Aug 3 20:01:21 2020 INVERTER: QPIGS reply too short (7 bytes) Mon Aug 3 20:01:21 2020 INVERTER: Current CRC: F8 54 Mon Aug 3 20:01:24 2020 INVERTER: QPIRI read timeout Mon Aug 3 20:01:24 2020 INVERTER: QPIRI reply too short (14 bytes) Mon Aug 3 20:01:24 2020 INVERTER: Current CRC: B4 DA Mon Aug 3 20:01:27 2020 INVERTER: QPIWS read timeout Mon Aug 3 20:01:27 2020 INVERTER: QPIWS reply too short (2 bytes) ^Cpi@raspberrypi:~ $ lsusb Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 001 Device 004: ID 1a86:7523 QinHeng Electronics HL-340 USB-Serial adapter Bus 001 Device 003: ID 1997:1221 Bus 001 Device 002: ID 2109:3431 VIA Labs, Inc. Hub Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  12. 10. went to HA ip and tried my user names and went to configuration entities and enabled all entities, 9 went up but any to do with the inverter remain marked with an x. Pressed a botton on home screen and got " voltronic_AC_grid_voltage SETTINGSRELATED This entity does not have a unique ID, therefore its settings cannot be managed from the UI." 11. Rebooted computer... and now have sensor.voltonic battery not available and may trainables in orange with exclamation mark.
  13. Redid a new installation and ssh'ed into the pi 4, while it is already connected to only one inverter, an axpert king 5kw 1. sudo apt update 2. sudo apt upgrade 3. Then run script from your github after the full update on a fresh install. curl -s https://raw.githubusercontent.com/BionicWeb/AxpertPi/master/axpertpi.sh?$(date +%s) | sudo bash 4. after above its saying: " Resolving deltas: 100% (121/121), done. ERROR: Couldn't connect to Docker daemon at http+docker://localhost - is it running?" 5. Running " sudo docker ps" Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docke r daemon running?" 6. I attach my ssh log. 7 went to https://github.com/docker/compose/issues/6677, and executed the following to see if after reboot i can contunue sudo groupadd docker sudo usermod -aG docker $USER newgrp docker 8. After reboot i have run 3 again. and then sudo docker ps. its now working. 9. Did the following and noted device was not on ttyUSB0 it was expecting direct USB. so edited that everthing elso not changed. cd /opt/ha-inverter-mqtt-agent # Configure the 'device=' directive (in inverter.conf) to suit for RS232 or USB.. sudo nano config/inverter.conf install error.txt
  14. Let me do this and revert. However the system does not seem to see my inverter connected. I will install again while the pi is already connected to the inverter. Thank you for the speedy reply.
  15. Hi. I have tried the script. I have an axpert king on the latest firmware. Lsusb sees the 2 inverters on a usb serial. Bus 001 Device 005: ID 1a86:7523 QinHeng Electronics HL-340 USB-Serial adapter Bus 001 Device 004: ID 1a86:7523 QinHeng Electronics HL-340 USB-Serial adapter After running all the install commands i done know how to stand up the container for docker. If i use the command from nedkelly docker-compose up -d Nothing happens. You to this point your instructions are clear. After the above nedkelly seems instructive but nothing happens side i am using your script not his. I am at wits end. Do you have a similar guide for non techies? Please help.
  16. Hi Stanley. I have an inverter connect to a pi, pd axpert goes into perpetual boot cycle. ICC i could never get it to see the inverter Currently have solpiplog, which looks like icc, install and can't see the inverter still.. Ran the echo command and nothing happen. Lsusb shows my 2 inverters Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 001 Device 005: ID 1a86:7523 QinHeng Electronics HL-340 USB-Serial adapter Bus 001 Device 004: ID 1a86:7523 QinHeng Electronics HL-340 USB-Serial adapter Bus 001 Device 003: ID 1997:1221 Bus 001 Device 002: ID 2109:3431 VIA Labs, Inc. Hub Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub The challenge i am having no matter which program is how to connect and get the program talking to the inverters. Please help
  17. I have this same problem. Please help.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.