Kaco proLOG
Purpose
Purpose of this plugin is to read from Kaco Prolog loggers.
Usage
The purpose of this plugin is to read from Kaco Prolog loggers via the web interface (http). Note the following:
Pay attention to the unit scaling. This will vary between Prolog units.
Variable names will change, again depending on the Prolog installation. Run a
discover
without a config file to determine the variable nam
There must be a config file when running log
. When running discover
, a config file is optional. The config file defines which variables need to be collected, what names they appear on the the Ardexa cloud, units and scaling. Example file as follows:
NOTES:
Anything that starts with
#
is a comment line, and will be ignoredThe
Type
can be either:decimal
,integer
,bool
,keyword
The
Prolog Variable Name
name MUST be as it appears in the logger, when doing adiscovery
(without a config file)Units
andScale
can be empty
You can do a discover
without a configuration file. In this case, all the variables are displayed. along with the current value. If you have a configuration file when running discover
, then the variables of interest are displayed, and everything else is ignored. ALWAYS run discover
first to see which variables are available, before developing the config file.
Arguments
IP Address = ..something like: 192.168.1.4
Address of the inverters. This can be a hyphenated list like
3-10
or a list like2,5,7,9
{Configuration File full path} groups the items of interest, and is required for logging data (as above)
Last updated