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.

tertiuscpt

Members
  • Joined

  • Last visited

Reputation Activity

  1. Like
    tertiuscpt got a reaction from Deondti in BMS Pace addon for Home Assistant   
    (Updated info further down in the post)
    I create a very simple Python script to interrogate the Pace BMS as used in some popular lithium battery brands. I've also packed this as a Home Assistant add-on, but can just as well be used as either a standalone script / within a docker container.
    It reports the voltage of cells, temperatures, the pack's current, voltage, SOC, SOH, and a few other metrics.
    Use at own risk. 
    Either a serial link to the RS232 port or via IP (using some port server over TCP) will work.
    Repository: https://github.com/Tertiush/bmspace
    The script serves by needs atm, so any further developments can be done by the community.

    UPDATE:
    I've rewritten most of this script using the official PACE RS232 Protocol definition. The script now supports multiple packs!
    I've only implemented informational messages / retrieving data, no commands.
    Use at own risk!
    Many new fields are now retrieved such as warnings, balancing data, status indications, etc.
  2. Like
    tertiuscpt got a reaction from RaeesD in BMS Pace addon for Home Assistant   
    (Updated info further down in the post)
    I create a very simple Python script to interrogate the Pace BMS as used in some popular lithium battery brands. I've also packed this as a Home Assistant add-on, but can just as well be used as either a standalone script / within a docker container.
    It reports the voltage of cells, temperatures, the pack's current, voltage, SOC, SOH, and a few other metrics.
    Use at own risk. 
    Either a serial link to the RS232 port or via IP (using some port server over TCP) will work.
    Repository: https://github.com/Tertiush/bmspace
    The script serves by needs atm, so any further developments can be done by the community.

    UPDATE:
    I've rewritten most of this script using the official PACE RS232 Protocol definition. The script now supports multiple packs!
    I've only implemented informational messages / retrieving data, no commands.
    Use at own risk!
    Many new fields are now retrieved such as warnings, balancing data, status indications, etc.
  3. Like
    tertiuscpt got a reaction from Jakac in BMS Pace addon for Home Assistant   
    (Updated info further down in the post)
    I create a very simple Python script to interrogate the Pace BMS as used in some popular lithium battery brands. I've also packed this as a Home Assistant add-on, but can just as well be used as either a standalone script / within a docker container.
    It reports the voltage of cells, temperatures, the pack's current, voltage, SOC, SOH, and a few other metrics.
    Use at own risk. 
    Either a serial link to the RS232 port or via IP (using some port server over TCP) will work.
    Repository: https://github.com/Tertiush/bmspace
    The script serves by needs atm, so any further developments can be done by the community.

    UPDATE:
    I've rewritten most of this script using the official PACE RS232 Protocol definition. The script now supports multiple packs!
    I've only implemented informational messages / retrieving data, no commands.
    Use at own risk!
    Many new fields are now retrieved such as warnings, balancing data, status indications, etc.
  4. Like
    tertiuscpt got a reaction from DeeDee in BMS Pace addon for Home Assistant   
    (Updated info further down in the post)
    I create a very simple Python script to interrogate the Pace BMS as used in some popular lithium battery brands. I've also packed this as a Home Assistant add-on, but can just as well be used as either a standalone script / within a docker container.
    It reports the voltage of cells, temperatures, the pack's current, voltage, SOC, SOH, and a few other metrics.
    Use at own risk. 
    Either a serial link to the RS232 port or via IP (using some port server over TCP) will work.
    Repository: https://github.com/Tertiush/bmspace
    The script serves by needs atm, so any further developments can be done by the community.

    UPDATE:
    I've rewritten most of this script using the official PACE RS232 Protocol definition. The script now supports multiple packs!
    I've only implemented informational messages / retrieving data, no commands.
    Use at own risk!
    Many new fields are now retrieved such as warnings, balancing data, status indications, etc.
  5. Like
    tertiuscpt got a reaction from iiznh in BMS Pace addon for Home Assistant   
    Quick update, I've rewritten most of this script using the official PACE RS232 Protocol definition. The script now supports multiple packs!
    I've only implemented informational messages / retrieving data, no commands.
    Use at own risk!
    Many new fields are now retrieved such as warnings, balancing data, status indications, etc.
  6. Like
    tertiuscpt reacted to lcj in BMS Pace addon for Home Assistant   
    @tertiuscpt, happy to report that I got it working by getting the right RJ12 connector for the RS232 port.
  7. Like
    tertiuscpt got a reaction from P1000 in BMS Pace addon for Home Assistant   
    Quick update, I've rewritten most of this script using the official PACE RS232 Protocol definition. The script now supports multiple packs!
    I've only implemented informational messages / retrieving data, no commands.
    Use at own risk!
    Many new fields are now retrieved such as warnings, balancing data, status indications, etc.
  8. Like
    tertiuscpt got a reaction from zsde in BMS Pace addon for Home Assistant   
    Linked below. Another user on github shared it:
    https://github.com/Tertiush/bmspace/files/10372932/72651.11625-PACE-RS232commuciation-protocal.PACE-RS232-TY16S.-20180705.pdf
  9. Like
    tertiuscpt got a reaction from zsde in BMS Pace addon for Home Assistant   
    Quick update, I've rewritten most of this script using the official PACE RS232 Protocol definition. The script now supports multiple packs!
    I've only implemented informational messages / retrieving data, no commands.
    Use at own risk!
    Many new fields are now retrieved such as warnings, balancing data, status indications, etc.
  10. Like
    tertiuscpt got a reaction from system32 in BMS Pace addon for Home Assistant   
    Quick update, I've rewritten most of this script using the official PACE RS232 Protocol definition. The script now supports multiple packs!
    I've only implemented informational messages / retrieving data, no commands.
    Use at own risk!
    Many new fields are now retrieved such as warnings, balancing data, status indications, etc.
  11. Like
    tertiuscpt got a reaction from lcj in BMS Pace addon for Home Assistant   
    (Updated info further down in the post)
    I create a very simple Python script to interrogate the Pace BMS as used in some popular lithium battery brands. I've also packed this as a Home Assistant add-on, but can just as well be used as either a standalone script / within a docker container.
    It reports the voltage of cells, temperatures, the pack's current, voltage, SOC, SOH, and a few other metrics.
    Use at own risk. 
    Either a serial link to the RS232 port or via IP (using some port server over TCP) will work.
    Repository: https://github.com/Tertiush/bmspace
    The script serves by needs atm, so any further developments can be done by the community.

    UPDATE:
    I've rewritten most of this script using the official PACE RS232 Protocol definition. The script now supports multiple packs!
    I've only implemented informational messages / retrieving data, no commands.
    Use at own risk!
    Many new fields are now retrieved such as warnings, balancing data, status indications, etc.
  12. Like
    tertiuscpt got a reaction from mzezman in Inverter Question   
    Also consider the continuous AC passthrough rating... This is what the inverter will allow through during on-grid scenarios. For the 5kW I think its 32A, which equates to 7.360kW.
    For the 8kW I think its at 45A, so 10kW+
  13. Like
    tertiuscpt got a reaction from Zweli in Inverter Question   
    Also consider the continuous AC passthrough rating... This is what the inverter will allow through during on-grid scenarios. For the 5kW I think its 32A, which equates to 7.360kW.
    For the 8kW I think its at 45A, so 10kW+
  14. Like
    tertiuscpt reacted to reapster in BMS Pace addon for Home Assistant   
    Heya @tertiuscpt
    Just wanted to let you know this works great on my Revov R100 too! Can confirm the pinout is the same on the RJ11
    Thanks for the project!
  15. Like
    tertiuscpt got a reaction from reapster in BMS Pace addon for Home Assistant   
    (Updated info further down in the post)
    I create a very simple Python script to interrogate the Pace BMS as used in some popular lithium battery brands. I've also packed this as a Home Assistant add-on, but can just as well be used as either a standalone script / within a docker container.
    It reports the voltage of cells, temperatures, the pack's current, voltage, SOC, SOH, and a few other metrics.
    Use at own risk. 
    Either a serial link to the RS232 port or via IP (using some port server over TCP) will work.
    Repository: https://github.com/Tertiush/bmspace
    The script serves by needs atm, so any further developments can be done by the community.

    UPDATE:
    I've rewritten most of this script using the official PACE RS232 Protocol definition. The script now supports multiple packs!
    I've only implemented informational messages / retrieving data, no commands.
    Use at own risk!
    Many new fields are now retrieved such as warnings, balancing data, status indications, etc.
  16. Like
    tertiuscpt got a reaction from Iiceman in BMS Pace addon for Home Assistant   
    (Updated info further down in the post)
    I create a very simple Python script to interrogate the Pace BMS as used in some popular lithium battery brands. I've also packed this as a Home Assistant add-on, but can just as well be used as either a standalone script / within a docker container.
    It reports the voltage of cells, temperatures, the pack's current, voltage, SOC, SOH, and a few other metrics.
    Use at own risk. 
    Either a serial link to the RS232 port or via IP (using some port server over TCP) will work.
    Repository: https://github.com/Tertiush/bmspace
    The script serves by needs atm, so any further developments can be done by the community.

    UPDATE:
    I've rewritten most of this script using the official PACE RS232 Protocol definition. The script now supports multiple packs!
    I've only implemented informational messages / retrieving data, no commands.
    Use at own risk!
    Many new fields are now retrieved such as warnings, balancing data, status indications, etc.
  17. Like
    tertiuscpt got a reaction from werner.potgieter in BMS Pace addon for Home Assistant   
    (Updated info further down in the post)
    I create a very simple Python script to interrogate the Pace BMS as used in some popular lithium battery brands. I've also packed this as a Home Assistant add-on, but can just as well be used as either a standalone script / within a docker container.
    It reports the voltage of cells, temperatures, the pack's current, voltage, SOC, SOH, and a few other metrics.
    Use at own risk. 
    Either a serial link to the RS232 port or via IP (using some port server over TCP) will work.
    Repository: https://github.com/Tertiush/bmspace
    The script serves by needs atm, so any further developments can be done by the community.

    UPDATE:
    I've rewritten most of this script using the official PACE RS232 Protocol definition. The script now supports multiple packs!
    I've only implemented informational messages / retrieving data, no commands.
    Use at own risk!
    Many new fields are now retrieved such as warnings, balancing data, status indications, etc.
  18. Like
    tertiuscpt got a reaction from StickeyTape in BMS Pace addon for Home Assistant   
    (Updated info further down in the post)
    I create a very simple Python script to interrogate the Pace BMS as used in some popular lithium battery brands. I've also packed this as a Home Assistant add-on, but can just as well be used as either a standalone script / within a docker container.
    It reports the voltage of cells, temperatures, the pack's current, voltage, SOC, SOH, and a few other metrics.
    Use at own risk. 
    Either a serial link to the RS232 port or via IP (using some port server over TCP) will work.
    Repository: https://github.com/Tertiush/bmspace
    The script serves by needs atm, so any further developments can be done by the community.

    UPDATE:
    I've rewritten most of this script using the official PACE RS232 Protocol definition. The script now supports multiple packs!
    I've only implemented informational messages / retrieving data, no commands.
    Use at own risk!
    Many new fields are now retrieved such as warnings, balancing data, status indications, etc.
  19. Like
    tertiuscpt got a reaction from CraigL in BMS Pace addon for Home Assistant   
    (Updated info further down in the post)
    I create a very simple Python script to interrogate the Pace BMS as used in some popular lithium battery brands. I've also packed this as a Home Assistant add-on, but can just as well be used as either a standalone script / within a docker container.
    It reports the voltage of cells, temperatures, the pack's current, voltage, SOC, SOH, and a few other metrics.
    Use at own risk. 
    Either a serial link to the RS232 port or via IP (using some port server over TCP) will work.
    Repository: https://github.com/Tertiush/bmspace
    The script serves by needs atm, so any further developments can be done by the community.

    UPDATE:
    I've rewritten most of this script using the official PACE RS232 Protocol definition. The script now supports multiple packs!
    I've only implemented informational messages / retrieving data, no commands.
    Use at own risk!
    Many new fields are now retrieved such as warnings, balancing data, status indications, etc.
  20. Like
    tertiuscpt got a reaction from jumper in BMS Pace addon for Home Assistant   
    (Updated info further down in the post)
    I create a very simple Python script to interrogate the Pace BMS as used in some popular lithium battery brands. I've also packed this as a Home Assistant add-on, but can just as well be used as either a standalone script / within a docker container.
    It reports the voltage of cells, temperatures, the pack's current, voltage, SOC, SOH, and a few other metrics.
    Use at own risk. 
    Either a serial link to the RS232 port or via IP (using some port server over TCP) will work.
    Repository: https://github.com/Tertiush/bmspace
    The script serves by needs atm, so any further developments can be done by the community.

    UPDATE:
    I've rewritten most of this script using the official PACE RS232 Protocol definition. The script now supports multiple packs!
    I've only implemented informational messages / retrieving data, no commands.
    Use at own risk!
    Many new fields are now retrieved such as warnings, balancing data, status indications, etc.
  21. Like
    tertiuscpt got a reaction from WannabeSolarSparky in BMS Pace addon for Home Assistant   
    (Updated info further down in the post)
    I create a very simple Python script to interrogate the Pace BMS as used in some popular lithium battery brands. I've also packed this as a Home Assistant add-on, but can just as well be used as either a standalone script / within a docker container.
    It reports the voltage of cells, temperatures, the pack's current, voltage, SOC, SOH, and a few other metrics.
    Use at own risk. 
    Either a serial link to the RS232 port or via IP (using some port server over TCP) will work.
    Repository: https://github.com/Tertiush/bmspace
    The script serves by needs atm, so any further developments can be done by the community.

    UPDATE:
    I've rewritten most of this script using the official PACE RS232 Protocol definition. The script now supports multiple packs!
    I've only implemented informational messages / retrieving data, no commands.
    Use at own risk!
    Many new fields are now retrieved such as warnings, balancing data, status indications, etc.
  22. Like
    tertiuscpt got a reaction from Yellow Measure in BMS Pace addon for Home Assistant   
    (Updated info further down in the post)
    I create a very simple Python script to interrogate the Pace BMS as used in some popular lithium battery brands. I've also packed this as a Home Assistant add-on, but can just as well be used as either a standalone script / within a docker container.
    It reports the voltage of cells, temperatures, the pack's current, voltage, SOC, SOH, and a few other metrics.
    Use at own risk. 
    Either a serial link to the RS232 port or via IP (using some port server over TCP) will work.
    Repository: https://github.com/Tertiush/bmspace
    The script serves by needs atm, so any further developments can be done by the community.

    UPDATE:
    I've rewritten most of this script using the official PACE RS232 Protocol definition. The script now supports multiple packs!
    I've only implemented informational messages / retrieving data, no commands.
    Use at own risk!
    Many new fields are now retrieved such as warnings, balancing data, status indications, etc.
  23. Like
    herewith are the instructions i received from Hubble last year some time..

  24. Like
    Should I use the RS485 port for the upgrade? Damm, just checked the manual and yes I should use the RS485 and not 232 port 😑
    Thanks for pointing that out!
  25. Thanks
    somewhere on the forum, there is a big thread about this, cannot find the thread but sent a snippet of the thread to my installer when I saw it, I need a cloud link as well , not going to pay the installer to have the battery taken off and sent to Hubble
     

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.