i have been following the incredible progress here in adding support for additional models and decided to see if my Solix C1000 Gen 2 would be recognized and how well it would show up - unfortunately not very much (used SolixBLE v3.4.0 along with the example monitoring script).
intent is to use the Home Assistant HaSolixBLE integration but wanted to gather data direct w/o disrupting my HA instance too much. i have had this same C1000G2 setup using the Anker Solix HA integration with data updates working well on wifi. hopefully the data format/fields will come over easily as it appears they did for other devices.
C1000G2 is using the latest firmware for it: v1.1.4.1
here is the plain state output from the monitor.py script: (full debug output attached)
==== REMOTE STATE CHANGE DETECTED ====
C1000G2(
AC_OUTPUT: PortStatus.UNKNOWN,
AC_POWER_IN: -1,
AC_POWER_OUT: -1,
ADDRESS: 7C:E9:13:4E:C8:62,
AVAILABLE: False,
BATTERY_HEALTH: -1,
BATTERY_PERCENTAGE: -1,
CONNECTED: True,
DC_OUTPUT: PortStatus.UNKNOWN,
DC_POWER_OUT: -1,
LAST_UPDATE: None,
MAX_BATTERY_PERCENTAGE: -1,
MIN_BATTERY_PERCENTAGE: -1,
NAME: SOLIX C1000 Gen 2,
NEGOTIATED: True,
PART_NUMBER: Unknown,
POWER_OUT: -1,
SERIAL_NUMBER: Unknown,
SOLAR_PORT: PortStatus.UNKNOWN,
SOLAR_POWER_IN: -1,
TEMPERATURE: -1,
USB_A1_POWER: -1,
USB_C1_POWER: -1,
USB_C2_POWER: -1,
USB_C3_POWER: -1,
USB_PORT_A1: PortStatus.UNKNOWN,
USB_PORT_C1: PortStatus.UNKNOWN,
USB_PORT_C2: PortStatus.UNKNOWN,
USB_PORT_C3: PortStatus.UNKNOWN,
)
solix.txt
does this help in getting the information needed? if not, i'm happy to gather more data and try out updates on my device.
i have been following the incredible progress here in adding support for additional models and decided to see if my Solix C1000 Gen 2 would be recognized and how well it would show up - unfortunately not very much (used SolixBLE v3.4.0 along with the example monitoring script).
intent is to use the Home Assistant HaSolixBLE integration but wanted to gather data direct w/o disrupting my HA instance too much. i have had this same C1000G2 setup using the Anker Solix HA integration with data updates working well on wifi. hopefully the data format/fields will come over easily as it appears they did for other devices.
C1000G2 is using the latest firmware for it: v1.1.4.1
here is the plain state output from the monitor.py script: (full debug output attached)
==== REMOTE STATE CHANGE DETECTED ====
C1000G2(
AC_OUTPUT: PortStatus.UNKNOWN,
AC_POWER_IN: -1,
AC_POWER_OUT: -1,
ADDRESS: 7C:E9:13:4E:C8:62,
AVAILABLE: False,
BATTERY_HEALTH: -1,
BATTERY_PERCENTAGE: -1,
CONNECTED: True,
DC_OUTPUT: PortStatus.UNKNOWN,
DC_POWER_OUT: -1,
LAST_UPDATE: None,
MAX_BATTERY_PERCENTAGE: -1,
MIN_BATTERY_PERCENTAGE: -1,
NAME: SOLIX C1000 Gen 2,
NEGOTIATED: True,
PART_NUMBER: Unknown,
POWER_OUT: -1,
SERIAL_NUMBER: Unknown,
SOLAR_PORT: PortStatus.UNKNOWN,
SOLAR_POWER_IN: -1,
TEMPERATURE: -1,
USB_A1_POWER: -1,
USB_C1_POWER: -1,
USB_C2_POWER: -1,
USB_C3_POWER: -1,
USB_PORT_A1: PortStatus.UNKNOWN,
USB_PORT_C1: PortStatus.UNKNOWN,
USB_PORT_C2: PortStatus.UNKNOWN,
USB_PORT_C3: PortStatus.UNKNOWN,
)
solix.txt
does this help in getting the information needed? if not, i'm happy to gather more data and try out updates on my device.