... | ... | @@ -95,9 +95,9 @@ The energy_multiplier is a multiplier that is used to scale the value that is re |
|
|
In rare cases where the normal read period for the energy usage is other than one month, you can enter a different number of months using this parameter. This value is used for estimating the previous read date when the date wasn't set for the previous entry in ARIS, and for detecting missing data when the previous read date is more than 1.75 * [expected period months] earlier than the current read date.
|
|
|
####Additional Required Settings
|
|
|
To use the BMON ARIS functionality you need to enter the URL, Username and Password in your installation's settings.py file. The required settings parameters are:
|
|
|
BMSAPP_ARIS_URL = 'https://arisapi.ahfc.us'
|
|
|
BMSAPP_ARIS_USERNAME = 'EnterUsernameHere'
|
|
|
BMSAPP_ARIS_PASSWORD = 'EnterPasswordHere'
|
|
|
- `BMSAPP_ARIS_URL`
|
|
|
- `BMSAPP_ARIS_USERNAME`
|
|
|
- `BMSAPP_ARIS_PASSWORD`
|
|
|
|
|
|
## Converting On/Off Events into Runtime Fraction
|
|
|
|
... | ... | |