@stefaanv https://github.com/mycontroller-org/mycontroller/issues/236#issuecomment-238017945
Have a look if your adblocker is interfering. Press F12 in your browser and look at the "console"-output.
An example of adblocker interfering:
This can be solved by whitelisting the mycontroller.org site.
cimba007 created this issue in mycontroller-org/mycontroller
closed
Variables Graphical View doesn't show up on raspberry pi
#236
@hoegaarden_bier Yes, It is possible to migrate across platforms (but I never tested across platforms). It should work. Can you list complete error trace?
What is your previous version and new version?
@jkandasa
in fact of the matter is that the server does not return the values, although the sensor sends.
before, I used EasyIoT server http://iot-playground.com/download
and there it works.
@scottyaustria
For USB name change problem please refer: https://www.raspberrypi.org/forums/viewtopic.php?f=28&t=85435
2016-05-31 10:32:31,810 ERROR [main] [org.mycontroller.standalone.AppProperties:342] Unable to create tmp location, Location:tmp/
Simply ignore this error ^^^ which is fixed in recent version of MyController.
Thank you for quick reply. Requested on GitHub
For now I will try to get my sensors to send both total kWh along with a value that resets every day, week, hour to a node with have four energy sensors.
@battery
If you are using MyController 0.0.3-alpha1 version,
Note: First you have to STOP(mycontroller/bin/stop.sh) MyController server
Download and extract http://www.h2database.com/h2-2014-04-05.zip in to your raspberry PI.
java -cp h2/bin/h2*.jar org.h2.tools.Shell
URL jdbc:h2:/opt/mycontroller/conf/mycontroller
Driver org.h2.Driver
User mycontroller
Password mycontroller
Set your path exactly with the above command.
you will get sql> execute select * from user; will display your password.
Those sound like good options. I think the "last seen" is really useful on bot the node and sensor. I would only want to send notification for specific sensors or nodes and ideally the timing could be configurable, e.g. sensor x: 15 minutes, sensor b: 60 minutes.
Probably the custom script that runs every couple of minutes and checks the last seen is the most flexible approach.
@hoegaarden_bier
Yes, node should not be sleeping when you trigger firmware update.
To avoid spam on log showing status for every 100 messages once. However you can enable Resources logs level to Trace level to get all the logs. This settings available under Settings-->System.
@Didi welcome back!!
We changed the GUI completely(almost). Hope you have noticed from our demo site. Also implemented some translation on core Java.
Yes, German (Germany) language translated only 31%. we need your support to forward further. https://www.transifex.com/mycontrollerorg/
Thank you so much for your support!!
@ThomasDr I checked mixed sensor and it works as expected.
As you have grouping similar type of sensor data(volt parameter) you can use Grouped sensors graph will be more meaningful in this place. Update here if you still face issue.
Myself and @s_vankuik discussed offline about this issue and problem was identified in MySensors sketch. Erase EEPROM configuration resolved this issue.
@hoegaarden_bier MyController searching in the database for that gateway from 1-254, will give first available id.
https://github.com/mycontroller-org/mycontroller/blob/development/modules/commons/src/main/java/org/mycontroller/standalone/mysensors/MySensorsUtils.java#L65
@danilosouto You mean dashboard widgets update time? For dashboard we can configure refresh time. Sensor action default refresh time 30 seconds. you can change this under Setting-->System--> global page refresh
@hoegaarden_bier said:
@jkandasa
The values from the pulse is a float.
Can you give some example values and what type of calculation do you want to do?
I'll add it to github