File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 1- # Updated : 2026.01.30
2- # Version : 1.1.4
1+ # Updated : 2026.02.17
2+ # Version : 1.1.5
33# GitHub : https://github.com/Sleeper85/esphome-yambms
44
55# YamBMS ( Yet another multi-BMS Merging Solution )
@@ -54,9 +54,13 @@ switch:
5454
5555interval :
5656 # Change the min/max values of a silder
57- - interval : 24h # 60s
57+ - interval : 24h # It will be executed directly at startup and then every 24 hours
5858 then :
5959 - lambda : |-
6060 // Set min/max Float slider
6161 id(${yambms_id}_float_voltage).traits.set_min_value(${yambms_cell_count} * 3.125);
6262 id(${yambms_id}_float_voltage).traits.set_max_value(${yambms_cell_count} * 3.375);
63+
64+ // Set min/max Inverter Offset Voltage slider
65+ id(${yambms_id}_inverter_offset_v).traits.set_min_value(-3.0);
66+ id(${yambms_id}_inverter_offset_v).traits.set_max_value(3.0);
You can’t perform that action at this time.
0 commit comments