File tree Expand file tree Collapse file tree
custom_components/victron_mqtt Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 "iot_class" : " local_push" ,
1212 "issue_tracker" : " https://github.com/tomer-w/ha-victron-mqtt/issues" ,
1313 "requirements" : [
14- " victron_mqtt==2025.10.1 "
14+ " victron_mqtt==2025.10.2 "
1515 ],
1616 "ssdp" : [
1717 {
1818 "manufacturer" : " Victron Energy" ,
1919 "X_MqttOnLan" : " 1"
2020 }
2121 ],
22- "version" : " 2025.10.0 "
22+ "version" : " 2025.10.1 "
2323}
Original file line number Diff line number Diff line change 648648 "system_control_active_soc_limit" : {
649649 "name" : " Active SOC Limit"
650650 },
651+ "system_control_scheduled_soc" : {
652+ "name" : " Scheduled SOC"
653+ },
651654 "system_dc_battery_current" : {
652655 "name" : " DC Battery Current"
653656 },
Original file line number Diff line number Diff line change 47804780 "generic_name" : " Active SOC Limit" ,
47814781 "is_formula" : false
47824782 },
4783+ {
4784+ "topic" : " N/{installation_id}/system/{device_id}/Control/ScheduledSoc" ,
4785+ "message_type" : " MetricKind.SENSOR" ,
4786+ "short_id" : " system_control_scheduled_soc" ,
4787+ "name" : " Scheduled SOC" ,
4788+ "unit_of_measurement" : " %" ,
4789+ "metric_type" : " MetricType.ELECTRIC_STORAGE_PERCENTAGE" ,
4790+ "metric_nature" : " MetricNature.INSTANTANEOUS" ,
4791+ "value_type" : " ValueType.FLOAT" ,
4792+ "precision" : 1 ,
4793+ "enum" : null ,
4794+ "min_max_range" : " RangeType.STATIC" ,
4795+ "min" : null ,
4796+ "max" : null ,
4797+ "step" : null ,
4798+ "is_adjustable_suffix" : null ,
4799+ "key_values" : {},
4800+ "experimental" : false ,
4801+ "depends_on" : [],
4802+ "generic_name" : " Scheduled SOC" ,
4803+ "is_formula" : false
4804+ },
47834805 {
47844806 "topic" : " N/{installation_id}/system/{device_id}/Dc/Battery/Current" ,
47854807 "message_type" : " MetricKind.SENSOR" ,
You can’t perform that action at this time.
0 commit comments