okay, i added a ticket. Good to know that I dont need to search further
Best posts made by Velo17
-
RE: Accessing data from email template
Latest posts made by Velo17
-
RE: Accessing data from email template
okay, i added a ticket. Good to know that I dont need to search further
-
Accessing data from email template
Hello everyone!
I have a problem with sending node data using an email template. When I manually run the template with the linked script, I see a nice HTML table of data (it is the node data table example in the documentation).
But when I use the send email trigger rule to start the operation, I cant specify my script and thus the template of course does not access the data provided from the script:
var nodes = mcApi.node().getAll(options);
and in the mail template the connection is provided thru
<#list nodes.data as item>
So the question is probably how can I access the nodes data from within the mail template without using a script
-
RE: Battery level in rules or chart? [Script Rule to check battery level]
@jkandasa I'm using the 0.0.3.Final-SNAPSHOT - does this mean I dont need to create a script like above but find a rule/condition about battery levels of nodes? If so, I cannot find that, but I am currently using your script example, which works, but is of course a little cumbersome compared to another option of using a node's battery level directly somewhere in the rules panel...
-
RE: Battery level script and next testing
Where can I find this script? I guess I'm looking for the same solution to how to send an email when the battery level of a node drops below a certain value...
Maybe this kind of battery level monitoring could be added into the available set of operations...
-
How to enable a SSL certificate?
Is there some information about how exactly to enable a SSL cert for MyController?
To get things started I created a self signed (local) certificate but have no idea where to install it on the Raspberry or rather how to enable it within the builtin webserver of MyController?!
Thanks for your ideas!
-
RE: 0.0.3.Final pre-release - volunteers required to test
nice! I noticed the MCAgent "thing" - is that a gateway replacement?
At the moment I run the mysGateway from marceloaqno, but since today have problems with it (because I did a raspberry apt-get dist-upgrade which broke my system somehow. So I'm wondering if changing to the new MCAgent would be an option for me...
Ideally I would like to keep the gateway functionality so that I could connect from another computer to the gateway to inject messages and also debug the traffic.
At the moment I see not much documentation about the MCAgent - maybe someone knows more about it?!