Closed andr3w-it closed 1 month ago
What parameters you’re referring to? Can you open a PR to add the lines?
File "ariston.csv", line 172 and later, there are read and write lines for almost all parameters of the Z1:
_#Z1 Setpoint r,energymgr,z1_day_temp,Z1 Day Temp,,18,2000,6271,,s,IGN:1,,,,,,SIN,10,°C w,energymgr,z1_daytemp,,,fe,2020,6271,,s,SIN,10,°C
I'd like to be able to modify the parameters of Z2 and Z3 like those on Z1. Can you add those writing lines to the CSV file, please?
I don't know how to open a PR.
I think just copying my lines for Z1 and modifying the command code should suffice.
I can’t try the codes as I have only a single zone plant.
Thanks
No worries, I configured 3 zones and I can check if it's working or not.
PS: many thanks for your work!
Ok, it was rapid :)
Test these lines, you may simply add them at the end of the CSV. As stated before I cannot make tests, I've only checked that ebusd does not reject them.
w,energymgr,z2_day_temp,,,fe,2020,6272,,s,SIN,10,°C
w,energymgr,z2_night_temp,,,fe,2020,6372,,s,SIN,10,°C
w,energymgr,z2_heat_setpoint_temp_set,Z2 Heat Set Temp,,fe,2020,6572,,s,SIN,10,°C
w,energymgr,z2_heat_temp_range,Z2 Heating Temp Range,,fe,2020,0082,,s,BCD
w,energymgr,z2_heat_therm_type_selection,Z2 Heating Thermoreg Type Selection,,fe,2020,c07a,,s,BCD,
w,energymgr,z2_heat_slope,Z2 Heat Thermoreg Slope,,fe,2020,6a72,,s,UIN,100
w,energymgr,z2_heat_offset,Z2 Heat Thermoreg Offset,,fe,2020,6472,,s,SCH,10
w,energymgr,z2_heat_room_temp_infl,Z2 Heating Room Temp Influence,,fe,2020,c27a,,s,UCH
w,energymgr,z2_heat_water_max_temp,Z2 Heating Max Water Temp,,fe,2020,6072,,s,SIN,10,°C
w,energymgr,z2_heat_water_min_temp,Z2 Heating Min Water Temp,,fe,2020,6172,,s,SIN,10,°C
w,energymgr,z2_heat_request_mode,Z2 Heating Request Mode,,fe,2020,ce7a,,s,BCD
w,energymgr,z2_cool_setpoint_temp_set,Z2 Cooling Set Temp,,fe,2020,7072,,s,SIN,10,°C
w,energymgr,z2_cool_temp_range,Z2 cooling Temp Range,,fe,2020,0682,,s,BCD
w,energymgr,z2_cool_therm_type_selection,Z2 Cooling Thermoreg Type Selection,,fe,2020,cb7a,,s,BCD
w,energymgr,z3_day_temp,,,fe,2020,6273,,s,SIN,10,°C
w,energymgr,z3_night_temp,,,fe,2020,6373,,s,SIN,10,°C
w,energymgr,z3_heat_setpoint_temp_set,Z3 Heat Set Temp,,fe,2020,6573,,s,SIN,10,°C
w,energymgr,z3_heat_temp_range,Z3 Heating Temp Range,,fe,2020,0083,,s,BCD
w,energymgr,z3_heat_therm_type_selection,Z3 Heating Thermoreg Type Selection,,fe,2020,C07b,,s,BCD,
w,energymgr,z3_heat_slope,Z3 Heat Thermoreg Slope,,fe,2020,6a73,,s,UIN,100
w,energymgr,z3_heat_offset,Z3 Heat Thermoreg Offset,,fe,2020,6473,,s,SCH,10
w,energymgr,z3_heat_room_temp_infl,Z3 Heating Room Temp Influence,,fe,2020,c27b,,s,UCH
w,energymgr,z3_heat_water_max_temp,Z3 Heating Max Water Temp,,fe,2020,6073,,s,SIN,10,°C
w,energymgr,z3_heat_water_min_temp,Z3 Heating Min Water Temp,,fe,2020,6173,,s,SIN,10,°C
w,energymgr,z3_heat_request_mode,Z3 Heating Request Mode,,fe,2020,ce7b,,s,BCD
w,energymgr,z3_cool_setpoint_temp_set,Z3 Cooling Set Temp,,fe,2020,7073,,s,SIN,10,°C
w,energymgr,z3_cool_temp_range,Z3 cooling Temp Range,,fe,2020,0683,,s,BCD
w,energymgr,z3_cool_therm_type_selection,Z3 Cooling Thermoreg Type Selection,,fe,2020,cb7b,,s,BCD
If it works I'll add these on the repo.
Let me know
Please, if you can, report back also the kind of equipment you have (brand, type, devices etc) so that I can know if the CSV works with other devices apart my own and the ones I've already "met". TY
I'm closing this issue as solved.
Hello, could you please add writing entries to manage the parameters of zones 2 and 3 in the same way as the zone 1? Best regards,
Andrea