Registered StackHub users may elect to receive email notifications whenever a new package version is released.
There are 4 watchers.
Compare Temperature Differential to SiteMeter's Energy
zone air temp sensor
point on equip, weatherPoint temp
, and siteMeter
needs energy
pointahu
) with zone air temp sensor
and dates
read(ahu).sfxEnergyInOut(pastMonth)
Plot duration vs frequency
read(cool).hisRead(2016-07).sfxFourier
read(temp and discharge).hisRead(2016-07).sfxFourier(x => x > 70, "scatter")
Plot duration bucket vs frequency
read(temp and discharge).hisRead(yesterday).sfxHisDurPlot
read(temp and discharge).hisRead(yesterday).sfxHisDurPlot(50%, 16min, "bar")
readAll(temp and discharge).hisRead(yesterday).sfxHisDurPlot
readAll(temp and discharge).hisRead(yesterday).sfxHisDurPlot(50%, 16min)
Remove low duration events
read(temp and discharge).hisRead(yesterday).sfxHisNoiseFilter
read(temp and discharge).hisRead(yesterday).sfxHisNoiseFilter(50%, 16min)
readAll(temp and discharge).hisRead(yesterday).sfxHisNoiseFilter
readAll(temp and discharge).hisRead(yesterday).sfxHisNoiseFilter(50%, 16min)
Remove high duration events
read(temp and discharge).hisRead(yesterday).sfxHisShowNoise
read(temp and discharge).hisRead(yesterday).sfxHisShowNoise(50%, 16min)
readAll(temp and discharge).hisRead(yesterday).sfxHisShowNoise
readAll(temp and discharge).hisRead(yesterday).sfxHisShowNoise(50%, 16min)
Find One or More Modes for Dataset
read(temp and discharge).hisRead(pastMonth).sfxMode
read(cool).hisRead(pastMonth).sfxMode
read(power).hisRead(pastMonth).sfxMode(2)
Plot multiple Fourier grids together
sfxMultiFourier([read(temp and discharge).hisRead(2010-01).sfxFourier(x=>x<60),read(temp and discharge).hisRead(2010-01).sfxFourier(x=>x>80)])
Plot bins vs frequency
Show duration buckets (manual)
sfxHisNoiseFilter()
, sfxHisShowNoise()
, and sfxHisDurPlot()
read(temp and discharge).hisRead(yesterday).sfxHisRawFilter(50%)
Show duration buckets (auto)
sfxHisNoiseFilter()
, sfxHisShowNoise()
, and sfxHisDurPlot()
read(temp and discharge).hisRead(yesterday).sfxHisRawFilterAuto