Vost3 / hass-palazzetti

Manage your Palazzetti stove with home assistant
29 stars 16 forks source link

Ductable stove examples #6

Open emmdel opened 3 years ago

emmdel commented 3 years ago

Hi,

I thought that you would be interested in various responses for a ductable Anna stove:

2 ducts are connected behind the stove.

GET ALLS

{
  "INFO":{
    "RSP":"OK",
    "CMD":"GET ALLS",
    "TS":1619530980
  },
  "SUCCESS":true,
  "DATA":{
    "LSTATUS":1253,
    "F2LF":0,
    "T5":23.7,
    "PQT":2558,
    "PUMP":0,
    "T4":0,
    "PWR":2,
    "CHRSTATUS":0,
    "T3":62,
    "T2":35.2,
    "T1":0,
    "F1V":0,
    "IN":9,
    "DP":12,
    "FANLMINMAX":[
      0,
      5,
      0,
      5,
      0,
      5
    ],
    "FDR":0,
    "F3L":2,
    "OUT":0,
    "F2V":0,
    "MOD":1202,
    "DPT":0,
    "APLWDAY":2,
    "FWDATE":"2019-11-06",
    "STATUS":253,
    "F2L":2,
    "SETP":18,
    "F4L":2,
    "APLTS":"2021-04-27 14:58:27",
    "F1RPM":0,
    "MAC":"xx:xx:xx:xx:xx:xx",
    "VER":4,
    "MBTYPE":0
  }
}

GET CNTR

{
  "INFO":{
    "RSP":"OK",
    "CMD":"GET CNTR",
    "TS":1619532635
  },
  "SUCCESS":true,
  "DATA":{
    "IGNERRORS":5,
    "POWERTIME":"10198:31",
    "SERVICETIME":"3429:29",
    "PQT":2558,
    "OVERTMPERRORS":0,
    "HEATTIME":"3429:29",
    "ONTIME":"00:00",
    "IGN":486
  }
}

GET FAND

{
  "INFO":{
    "RSP":"OK",
    "CMD":"GET FAND",
    "TS":1619532667
  },
  "SUCCESS":true,
  "DATA":{
    "F2L":2,
    "F2LF":0,
    "F2V":0,
    "F1V":0,
    "F1RPM":0
  }
}

Please tell me if you need more infos in order to fully implement ductable stoves support !

JiMSigneLesArbres commented 2 years ago

about ductable stove, mine is also ductable ( BIANCA LUX PRO2 ). F2L ( 1 to 5 , OFF, Auto ) is front FAN to push hot air from the front of the stove to the room while F4L ( 1 to 5, OFF ) is rear FAN to push hot air in the other room ( 'duct fan' )

jmramirezpro commented 1 year ago

Hi, I make a changes for adapt the files to my ductable Giorgia stove. All its ok but I´d like to control the duct fan. I see that the Room Fan parameter is RFAN but I don´t know the other parameter name for setting value. I test with RRFAN (right room fan) and LRFAN (left room fan) but dont work. Any idea?

Thanks Jose