Hello again
I reinstalled the pi and the jdk and the pushbullet issue is gone now
Thanks again @jkandasa
Emmanuel
Posts made by bmanos
-
RE: [SOLVED] Cannot get Pushbullet to work
-
RE: [SOLVED] Cannot get Pushbullet to work
Hello
Take a look at the images please
If it not something obvious I will reinstall the entire pi with a fresh copy of os and other programs
Thanks
-
RE: [SOLVED] Cannot get Pushbullet to work
Hello again
I uninstalled the jdk on my pi and install it again but I have the exact same error message -
RE: [SOLVED] Cannot get Pushbullet to work
Hello again
Those are the details of MyController and JDK versions
Version 1.4.0.Final
Build JDK 1.8.0_191 -
[SOLVED] Cannot get Pushbullet to work
Hello
I am trying to enable pushbullet and when I click on save I get this error message
Any thoughts?
Thanks, EmmanuelFailed to execute, url:https://api.pushbullet.com/v2/users/me, error:Failed to execute, Request:GET https://api.pushbullet.com/v2/users/me HTTP/1.1, error:sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
-
RE: My sensors Names disappering every time
@seant thanks for that but when I have a node with multiple sensors attached this cannot help (ex: DHT11 temperature + humidity)
-
RE: My sensors Names disappering every time
Hi @jkandasa
There is now a created issue on github.
https://github.com/mycontroller-org/mycontroller/issues/503
Thanks again -
RE: My sensors Names disappering every time
Thanks for your answer @jkandasa
I am not sure that I understand completely but it would be nice once the sensors are discovered and you set some values like the name to be able to keep them and not to have to enter them each time.
Emmanuel -
RE: Can I have the same dashboard for all users?
thanks for your answer @jkandasa
-
Can I have the same dashboard for all users?
I was wondering if there is a way to have the same dashboard for all users?
Thanks
Emmanuel -
My sensors Names disappering every time
Hello
I have the following issue
I change the name of my sensors from ex:1.1 to Temperature and after a while the 1.1 appears again.
Am I doing something wrong?
Thanks
Emmanuel -
RE: Battery level error on email
@bmanos said in Battery level error on email:
@jkandasa thanks for your reply I will make an new template without the value and let you know.
Tested everything works fine thanks again
If I want to display the battery value in the email how can I do this? -
RE: Battery level error on email
@jkandasa thanks for your reply I will make an new template without the value and let you know.
-
RE: Battery level error on email
Hello again
This is the default email template<!DOCTYPE html> <html> <style>body {font-size: 12px;}</style> <body> <b>Dear User,</b> <br> <br>There is a rule triggered for you! <br> <br> <table border='0'> <tr><td>Rule definition name</td><td>: ${notification.ruleName}</td> <tr> <tr><td>Condition</td><td>: ${notification.ruleCondition}</td><tr> <tr><td>Actual value</td><td>: ${notification.actualValue}</td><tr> <tr><td>Triggered at</td><td>: ${notification.triggeredAt}</td><tr> </table> <br> <br>-- Powered by <a href='http://www.MyController.org'>www.MyController.org</a> </body> </html>
Thanks, Emmanuel
-
Battery level error on email
Hello
I am using the js battery script I set it up using those instructions (https://forum.mycontroller.org/topic/77/battery-level-in-rules-or-chart-script-rule-to-check-battery-level) and make my alert to send an email
This is what I get when the condition is metException: freemarker.core.InvalidReferenceException: The following has evaluated to null or missing:
==> notification.actualValue [in template "unknown" at line 13, column 42]Tip: It's the step after the last dot that caused this error, not those before it.
Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??
FTL stack trace ("~" means nesting-related):
- Failed at: ${notification.actualValue} [in template "unknown" at line 13, column 40]Any idea what is going wrong
Thanks, Emmanuel -
RE: How to change Gateway without doing all from the beginning
Ok thanks @jkandasa and @Tag ,
But I made the following:
First I add my second gateway
After I took a backup open the script file and just reverse the id of the gateway
Then I restore the backup and it seems to work just fineIs the gateway id relate to something else that I should also change??
Emmanuel
-
RE: How to change Gateway without doing all from the beginning
thanks for your answer
Anyone else with a different answer?