Electron with Rule engine

I am wondering if the Rule engine is appropriate to use with Electron regarding the data use.
Thanks

@ParticleD, or @mstanley are you able to assist?

Hi Meson777,

The Electron can certainly be used with Rules Engine.

With a little more insight into your data concerns, I could possibly help you address them. Would you mind describing what it is your’e trying to do and your data concerns?

1 Like

Hi msStanley
I would use the rule engine basically for render using the dashboard, the values of 8 sensor readings.
The healthy limit of those values should be set by the user trough 8 sliders. It would be required a refresh frequency of 30 to 40 sec.
That is the core of my app.
Thank you.

@KyleG
Hi There
I got started with Rule engine.
As the first test.
I have a single variable published :
Particle.publish(“HP”, String(value0), PRIVATE);
The console shown m its value.

And I’m using subscribe node to retrieve the value0 (a number) and wired to a debug node.

Any Help?
Thanks
But nothing is happening on the debug tab.