The iSpindel Visualizer is a simple, easy to use chart display of iSpindel measurement data using PHP, MySQL, Bootstrap and chart.js.
The intention was to create an extremely simple tool which stores the data which is sent by the iSpindel HTTPS POST and displaying it without any registration with e-mail or cloud services.
The iSpindel Visualizer has now a installer for the tables.
-
Configure the database connection in configuration.php.
-
Optionally, set the value of
REDUCED_DATA_POINTSin configuration.php. This determines the number of data points displayed in the chart to make it more readable. It applies generally to all spindles. Set to 0 to display all data. -
Open the URL with
/install.phpto create the tables.
In the iSpindel configuration select HTTPS Post, as server address use the address of the server on which the visualizer is installed. It also works great on a local XAMPP installation.
As path use /update.php?key=...
The key is a kind of a password to protect your data. You can use any alphanumerical sequence and special characters with any length. Example: sz89Bd96$iogf
So with this example the update path would be /update.php?key=sz89Bd96$iogf
The first time a iSpindel connects, it will automatically registered and the key will be stored for future key checks and logins.
The system use the iSpindel ID for accessing its data. You can find it on the information page of the iSpindel. The name which is stored in the iSpindel will be used for its alias name.
To access your data, simply log-in using your iSpindel ID and your self chosen key.
- Renaming the alias of an iSpindel for easier identification without changing the configuration within the iSpindel.
- Clearing the data to start a new measurement period.
- Storing of the last view configuration



