|
29 | 29 | InVoltSolarSensorEntity, |
30 | 30 | InWattsSensorEntity, |
31 | 31 | InRawWattsSolarSensorEntity, |
| 32 | + InRawVoltSolarSensorEntity, |
| 33 | + InRawAmpSolarSensorEntity, |
32 | 34 | LevelSensorEntity, |
33 | 35 | OutEnergySensorEntity, |
34 | 36 | OutVoltDcSensorEntity, |
@@ -108,10 +110,10 @@ def sensors(self, client: EcoflowApiClient) -> list[Any]: |
108 | 110 | OutVoltDcSensorEntity(client, self, "pow_get_24v_vol", "24V DC Output Voltage"), |
109 | 111 | InRawWattsSolarSensorEntity(client, self, "pow_get_pv_h", "Solar High Voltage Input Power"), |
110 | 112 | InRawWattsSolarSensorEntity(client, self, "pow_get_pv_l", "Solar Low Voltage Input Power"), |
111 | | - VoltSensorEntity(client, self, "plug_in_info_pv_h_vol", "Solar HV Input Voltage"), |
112 | | - VoltSensorEntity(client, self, "plug_in_info_pv_l_vol", "Solar LV Input Voltage"), |
113 | | - AmpSensorEntity(client, self, "plug_in_info_pv_h_amp", "Solar HV Input Current"), |
114 | | - AmpSensorEntity(client, self, "plug_in_info_pv_l_amp", "Solar LV Input Current"), |
| 113 | + InRawVoltSolarSensorEntity(client, self, "plug_in_info_pv_h_vol", "Solar HV Input Voltage"), |
| 114 | + InRawVoltSolarSensorEntity(client, self, "plug_in_info_pv_l_vol", "Solar LV Input Voltage"), |
| 115 | + InRawAmpSolarSensorEntity(client, self, "plug_in_info_pv_h_amp", "Solar HV Input Current"), |
| 116 | + InRawAmpSolarSensorEntity(client, self, "plug_in_info_pv_l_amp", "Solar LV Input Current"), |
115 | 117 | OutWattsSensorEntity(client, self, "pow_get_qcusb1", const.USB_QC_1_OUT_POWER), |
116 | 118 | OutWattsSensorEntity(client, self, "pow_get_qcusb2", const.USB_QC_2_OUT_POWER), |
117 | 119 | OutWattsSensorEntity(client, self, "pow_get_typec1", const.TYPEC_1_OUT_POWER), |
|
0 commit comments