openleadr-python icon indicating copy to clipboard operation
openleadr-python copied to clipboard

Question: adding custom units to reports

Open antoniovgmx opened this issue 3 years ago • 0 comments

Hi everyone!

I have a question for which I would like to kindly ask for help here and it is in regards with reporting. I have just started working with openADR and openLeader and I am currently trying to offer reports from a VEN that include custom units additional to the ones that are predefined by openADR. See example below:

  • Data Point
    • rID Used in Sample Report: HVAC Mode Setting
    • Report Type: operatingState
    • Units: customUnit
    • Values: 0=OFF, 1=HEAT, 2=COOL, 3=AUTO

I would like to know if there is a functionality implemented to offer custom units in a report where perhaps I offer a more in detail HVAC State, that is, instead of just having OFF, HEAT, COOL and AUTO as options it has additional options, as an example:

  • Data Point
    • rID Used in Sample Report: HVAC Mode Setting
    • Report Type: operatingState
    • Units: customUnit
    • Values: 0=OFF, 1=HEAT, 2=COOL, 3=AUTO, 4=CUSTOM VALUE

Is such a thing possible/implemented currently in openLeadr? I have tried a couple approaches to no avail and I have not found the right documentation for what I am trying to achieve.

Thanks in advance!

antoniovgmx avatar Apr 12 '23 19:04 antoniovgmx