-
RPi 3 B+ Starter Kit - 16 GB with ICC Pi Software for sale - SOLD
Bumping.
-
RPi 3 B+ Starter Kit - 16 GB with ICC Pi Software for sale - SOLD
Item: RPi 3 B+ Starter Kit - 16 GB with ICC Pi Software (It includes all cables for pylontech battery monitoring) Age: 3 years Price: R1500 Payment Method Accepted: EFT Warranty: No Packaging: No Condition: As good as new Location: Johannesburg Reason: Upgraded to a Sunsynk and no longer need this Kit Shipping: No Collection: Yes
-
Mixing new US3000C with 2 old US2000
I bought a new USB cable from Solar Assistant as you recommended and it fixed my issue. Thanks a lot for your assistance on this issue.
-
-
Mixing new US3000C with 2 old US2000
Thanks for your response. I really appreciate it. What cable did you use to flash your batteries? Can you point me to where I can get one? Also, how are you connecting your US3000C to ICC given that the console port for it is RJ45 while the ICC USB cable is RJ11.
-
Mixing new US3000C with 2 old US2000
Hi all, I just recently bought a new US3000C to add to my setup. My current setup consists of a: - Axpert 3KVA inverter - 2 x US2000 - ICC software for monitoring I have connected the US3000C to my setup as master and the 2x US2000 as slaves, but ICC does recognise my battery bank. Can the gurus provide me with a detailed guide on how I can get all my batteries recognised by ICC?
-
-
Getting the most from my system. Does anyone else does this?
Very impressive system Sass. Following this thread and the one below keenly. Similar ideas in both.
-
ICC to Home Assistant integration
Glad to know it worked for you. You have to create a new sensor for each topic. See an example config below: - platform: mqtt name: "pylontech SOC" state_topic: "Inverter/BatterySOC" unit_of_measurement: "%" - platform: mqtt name: "Solar Month Total Cost" state_topic: "Inverter/Month_TotalCost" unit_of_measurement: "ZAR" - platform: mqtt name: "Solar Month Cost Savings" state_topic: "Inverter/Month_Cost_Saving" unit_of_measurement: "ZAR" - platform: mqtt name: "Inverter Mode" state_topic: "Inverter/InverterMode" Let me know how it goes.
-
ICC to Home Assistant integration
Hi Vijen, I tested the method by Vijen, and it works well. Before I couldn't get it to work and resorted to using the emoncms intergration for home Assistant. I believe the issue is with the way you are adding the sensors. This works: sensor: - platform: mqtt name: "Mecer" state_topic: "Inverter/LoadWatts" unit_of_measurement: "W" This does not work: sensor: - platform: mqtt name: "Mecer" state_topic: "Inverter/LoadWatts" unit_of_measurement: "W" unique_id: "MecerLoad" value_template: "{{ value_json.Inverter }}" availability: - topic: "Inverter/LoadWatts" payload_available: "online" payload_not_available: "offline" #json_attributes_topic: "home/sensor1/attributes"
-
-
-
-
Newbie - RCT VMIII Installation
I used the emoncms platform in HA.
-
ICC to Home Assistant integration
I used the emoncms integration that comes with Hassio.
-
Load-shedding notification / alarm
I use home assistant femoncms sensor for this. I have setup an automation to play a notification on my alex enabled devices when Grid power is down on my inverter.
-
First Investment in Solar
I bought almost everything for my solar setup from Sola-shop.co.za. I was able to setup my system alone with advice from them.
-
ICC to Home Assistant integration
I was able to resolve this using another method. Thanks for your help.
-
ICC to Home Assistant integration
Thanks for your response. I tried the above, and I don't seem to be connecting to ICC. See my logs below. Log [12:42:31] INFO: Setup mosquitto configuration [12:42:31] WARNING: SSL not enabled - No valid certs found! [12:42:31] INFO: Found local users inside config [12:42:32] INFO: Initialize Hass.io Add-on services [12:42:32] INFO: Initialize Home Assistant discovery [12:42:32] INFO: Start Mosquitto daemon 1581072152: Loading config file /share/mosquitto/mosquitto.conf 1581072152: mosquitto version 1.6.3 starting 1581072152: Config loaded from /etc/mosquitto.conf. 1581072152: Loading plugin: /usr/share/mosquitto/auth-plug.so 1581072152: |-- *** auth-plug: startup 1581072152: ├── Username/password checking enabled. 1581072152: ├── TLS-PSK checking enabled. 1581072152: └── Extended authentication not enabled. 1581072152: Opening ipv4 listen socket on port 1883. 1581072152: Opening ipv6 listen socket on port 1883. 1581072152: Opening websockets listen socket on port 1884. 1581072152: Warning: Mosquitto should not be run as root/administrator. 1581072152: Connecting bridge ICC (192.168.88.43:1883)
-
ICC to Home Assistant integration
Hi there vlan_one, what username and password did you use here? is it the ICC username/password? TIA.