i'm developing a monitoring system with Raspberry and emoncms; raspberry reads a device through RS485 with python and minimalmodbus.
With JSON it sends datas to emoncms on raspberry.
Can i create an account which it receives all datas and then set public only a part of dashboard (and while a part of datas) with password? I mean, like /localhost/emoncms/account_name, and then it requires a password too.
Practically, an multilevel access, one for the administrator and one or more (with password, obviously) for others.
Protected access to public Dashboard section
Submitted by Arrow69 on Mon, 26/01/2015 - 16:13Hi guys,
i'm developing a monitoring system with Raspberry and emoncms; raspberry reads a device through RS485 with python and minimalmodbus.
With JSON it sends datas to emoncms on raspberry.
Can i create an account which it receives all datas and then set public only a part of dashboard (and while a part of datas) with password? I mean, like /localhost/emoncms/account_name, and then it requires a password too.
Practically, an multilevel access, one for the administrator and one or more (with password, obviously) for others.
Thanks to all