We have designed this website to help any developer who wants to quickly and effortlessly connect their Internet of Things devices with the rest of the world in some of the most crazy ways imaginable.
Below is a list of all currently known libraries which implement VariPass interaction into various platforms.
A library which allows easy VariPass reading and writing on the ESP8266 microcontroller.
A library for the OpenComputers Minecraft mod which allows easy VariPass reading and writing from the computers added by the mod.
Support Email - Please send all of your support questions here.
v1.5.4 2021-02-21 - Graph re-reversal
graph and sgraph actions. However, the reversal has been done properly unlike before and the Y axis is now on the right side. It is more natural to read data from left to right, and having the axis on the right side helps with readability too.v1.5.3 2020-07-28 - Graph thickness
graph action now supports the optional thick parameter. Setting the parameter to true will make the graph appear thicker. Bold font will be used and all lines will use a thickness of 2 instead of 1. This option is useful for displaying large graphs on e-ink displays.graph action is now thinner (down to 1).v1.5.2 2020-07-24 - E-ink compatible graphs
graph action now supports the optional eink parameter. Setting the parameter to true will make the graph more compatible with e-ink displays. Namely, the returned image will be in BMP format with 1 bit depth (monochrome), background will be white, all graphics will be black and a bitmap font will be used.v1.5.1 2020-07-17 - Graph image formats
graph action now supports the optional format parameter. This parameter specifies the image format which will be returned. Supported formats are png, jpg (or jpeg), gif or bmp. When no parameter is specified, the returned format is png.error_invalid_format result, returned when the format parameter is incorrect.graph.<format>.sgraph action. Works similar to graph, but returns a string result instead of a JSON in case of an error.v1.5.0 2020-07-09 - Public variables
error_missing_key response, as removing a key now switches to public API.v1.4.0 2020-07-09 - Graph rendering API
graph action to the API. This action will return a rendered graph of a certain variable as a PNG image. Perfect for retrieving on low powered devices and screens for displaying. Please consult the API section for indepth details.v1.3.0 2019-12-07 - Latest data actions
latest and slatest actions to the API. These actions are similar to the all action, but return only the newest values of all variables. The second action is the simplified version similar to the sread action.v1.2.2 2019-05-12 - Various fixes
create API action and the create button on Dashboard should work again. Oops.v1.2.1 2019-05-02 - Min/Max values
min parameter to all variables. The default value has been set to 0 for already existing variables.min and max values to different values to each other will engage special rendering of the Dashboard graph for that variable, clamping it between the two values. Both values now accept float values and may be negative.min and max values can be set either when creating a variable using create, editing using edit or directly on the Dashboard in the edit menu of a variable under "Max Value" and "Min Value" parameters.v1.2.0 2019-04-19 - Variable ordering
ordprev and ordnext actions to the API. These actions may be used to programatically change the order of the variables. Please refer to the documentation for info on how to use them.v1.1.1 2019-03-23 - Minor changes
v1.1.0 2019-01-21 - Boolean variable toggle actions
toggle and stoggle actions to the API. These actions allow toggling a boolean variable's value. Please refer to the documentation for info on how to use them.v1.0.2 2018-10-11 - Graphing improvements
v1.0.1 2017-02-12 - Minor fixes
sread and swrite actions wouldn't use the correct result format in some situations.v1.0.0 2017-02-08 - Initial release