@JasonBSteele
Grovestreams added a “step” checkbox to GS/ Dashboards/ YOURDASHNAME/ YOURGRAPHNAME/ settings/ data/ pick-stream/ go-to-far-right/ step-checkbox.
Pretty awesome they responded that quickly.
Anybody,
I’m not clear on the correct cycle" setting. For frequent updating streams it may be irrelevant. I have 1-2 steams that I would like to automatically or manually sample refrigerator power with an Aeon(energy smart?) Plug which reads KW + KWH. Since I do not have a MyDevice that automatically updates KW, I try manually sampling the fridgeplug every minute or so, until I fall asleep or see a shinything. That takes about 6 minutes. I’ve done this at irregular occasions about 3 times in 5 days.
So when I check the GroveStreams dashboard with “cycle” “auto-detect”, I get the long meaningless diagonal lines (but all my sample points appear). So I change the cycle to 5 minutes (and connect-gaps is unchecked), and the power gets correctly zeroed at the 5 minute point (end of window? 5 minutes from last update?) I think this has reflected the data best since I think most or all of my samples show up in the dashboard.
A minute duration would be better for my purpose but hey I’m not complaining.
When I pick cycle “1 hour” or more, usually some samples are dropped and the data trace disappears from dash, for an unknown reason. A few samples still appear.
-
So… what does cycle mean? If I sample too infrequently in a 1+hour window, why would it not plot at least one value in there?
-
Queuing requests per the above modifications, hasn’t appeared to reduce my notifications every hour that I am making too many feed PUTs. I’m not a java/groovy programmer so I haven’t figured how to fix this without deleting the stream. It’s probably my KW stream (AeonHEM v2) but checking debug, there are MANY events.
Is anybody queuing per above SmartApp edits, or using another method and eliminating the warnings? I absolutely do not want to abuse the service and make GroveStreams rethink access level. My Live Logging seems to indicate queuing is happening for AeonHEM and RefrigTemp, and processQueue is executing. Is the following snippet telling me that the Plug# events are not queuing?
b655-XXXETCXXX 11:57:59 AM: debug GroveStreams accepted event(s)
b655-XXXETCXXX 11:57:59 AM: debug Events: [[compId:AeonHEMv2b, streamId:power, time:1417366644352, data:820], [compId:SsMulti2-2AAAA-RefrigInterior, time:1417366662180, streamId:temperature, data:35]]
b655-XXXETCXXX 11:57:59 AM: debug processQueue
b655-XXXETCXXX 11:57:59 AM: trace energy from AeonKwPlug3-Refrig was provided with handleEnergyEvent…creating subscription
b655-XXXETCXXX 11:57:59 AM: trace energy from AeonKwPlug2-ErqPowerStrip was provided with handleEnergyEvent…creating subscription
b655-XXXETCXXX 11:57:59 AM: trace energy from AeonHEMv2b was provided with handleEnergyEvent…creating subscription
b655-XXXETCXXX 11:57:59 AM: trace power from AeonKwPlug3-Refrig was provided with handlePowerEvent…creating subscription
b655-XXXETCXXX 11:57:59 AM: trace power from AeonKwPlug2-ErqPowerStrip was provided with handlePowerEvent…creating subscription
b655-XXXETCXXX 11:57:59 AM: trace power from AeonHEMv2b was provided with handlePowerEvent…creating subscription
b655-XXXETCXXX 11:57:42 AM: debug Appending to queue [compId:SsMulti2-2AAAA-RefrigInterior, streamId:temperature, data:35, time:1417366662180]
b655-XXXETCXXX 11:57:42 AM: trace energy from AeonKwPlug3-Refrig was provided with handleEnergyEvent…creating subscription
b655-XXXETCXXX 11:57:42 AM: trace energy from AeonKwPlug2-ErqPowerStrip was provided with handleEnergyEvent…creating subscription
b655-XXXETCXXX 11:57:42 AM: trace energy from AeonHEMv2b was provided with handleEnergyEvent…creating subscription
b655-XXXETCXXX 11:57:42 AM: trace power from AeonKwPlug3-Refrig was provided with handlePowerEvent…creating subscription
b655-XXXETCXXX 11:57:42 AM: trace power from AeonKwPlug2-ErqPowerStrip was provided with handlePowerEvent…creating subscription
b655-XXXETCXXX 11:57:42 AM: trace power from AeonHEMv2b was provided with handlePowerEvent…creating subscription
b655-XXXETCXXX 11:57:24 AM: debug Appending to queue [compId:AeonHEMv2b, streamId:power, data:820, time:1417366644352]
b655-XXXETCXXX 11:57:24 AM: trace energy from AeonKwPlug3-Refrig was provided with handleEnergyEvent…creating subscription
b655-XXXETCXXX 11:57:24 AM: trace energy from AeonKwPlug2-ErqPowerStrip was provided with handleEnergyEvent…creating subscription
b655-XXXETCXXX 11:57:24 AM: trace energy from AeonHEMv2b was provided with handleEnergyEvent…creating subscription
b655-XXXETCXXX 11:57:24 AM: trace power from AeonKwPlug3-Refrig was provided with handlePowerEvent…creating subscription
b655-XXXETCXXX 11:57:24 AM: trace power from AeonKwPlug2-ErqPowerStrip was provided with handlePowerEvent…creating subscription
b655-XXXETCXXX 11:57:24 AM: trace power from AeonHEMv2b was provided with handlePowerEvent…creating subscription
b655-XXXETCXXX 11:56:48 AM: debug GroveStreams accepted event(s)
I’d appreciate some input.