Haiku TED 5000

jlipsit

Member
Hi,
 
I have a properly working TED 5000 system with 2 MTU's (1 on each panel).  As you may know, using Haiku Helper can update the HAI "Energy Cost" with:
 
LOW
MED
HIGH
 
Can anyone tell me what are the values of energy use that set each particular rank?  Can it be modified? Is it hardcoded? Also how often is this evaluated and updated?
 
Additionally, HaikuHelper set's a few flags, but I can never see any correlation to the values based on the my energy use? Is this working correctly?
 
For example, my "TodayKWH" flag is set to 213 right now and here is a snapshot of the raw data from TED:
 
 
 

<Power>



<Total>

<PowerNow>656</PowerNow>
<PowerHour>1613</PowerHour>
<PowerTDY>747</PowerTDY>
<PowerMTD>747</PowerMTD>
<PowerProj>1200320</PowerProj>
<PeakTdy>4640</PeakTdy>
<PeakMTD>4640</PeakMTD>
<PeakTdyHour>16</PeakTdyHour>
<PeakTdyMin>16</PeakTdyMin>
<PeakMTDMonth>7</PeakMTDMonth>
<PeakMTDDay>28</PeakMTDDay>
<MinTdy>416</MinTdy>
<MinMTD>416</MinMTD>
<MinTdyHour>16</MinTdyHour>
<MinTdyMin>9</MinTdyMin>
<MinMTDMonth>7</MinMTDMonth>
<MinMTDDay>28</MinMTDDay>
<PowerAvg>38720</PowerAvg>
<UseDemandCharge>FALSE</UseDemandCharge>
<DemandChargePwr>0</DemandChargePwr>

</Total>




 
 
I'd really like to be able to display the energy use on my 5.7e touch screens, or have it displayed directly in HAIKU iPhone / iPad application.
 
Any help would be appreciated.
 
Thanks,
 
Jim
 
 
 
HaikuHelper will set the values for these flags:

TodayKWH
MonthKWH
AvgDailyKWH
ProjectedKWH

These must be the exact names of flags on the controller, set via PC Access. Make sure to set the name field, not the description field which is not used. After setting these names, be sure to Sync HaikuHelper (be careful not to sync while PC Access is still uploading).

For Energy Cost, here are the ways we handle the data:

- Flat Plan - not used

- Tiered or Tiered & TOU:
* Off-Peak or Low will set Energy Cost to 1 (Low)
* Mid-Peak or Medium will set Energy Cost to 2 (Medium)
* On-Peak or High will set Energy Cost to 3 (High)
* Super-Peak or Critical will set Energy Cost to 4 (Critical)

The data is updated at: hh:00, hh:05, hh:30, hh:35
 
Thanks for the quick reply.  Yes my flags are all named properly.  
 
For example right now my "ProjectedKWH" flag value is: 54%(154) as displayed in the WEB interface and my projected KWH displayed in TED is 2583.5 KWh.
 
I don't see how these relate to each other.
 
Thanks
 
Jim
 
Ah yes, looks like Month and Projected KWH aren't working because the numbers are too large for the flag. Not sure how we can work around that :/
 
Back
Top