Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ductable stove examples #6

Open
emmdel opened this issue Apr 27, 2021 · 2 comments
Open

Ductable stove examples #6

emmdel opened this issue Apr 27, 2021 · 2 comments

Comments

@emmdel
Copy link

emmdel commented Apr 27, 2021

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
Copy link

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants