weinig
======
The weinig target plug-in is used for uploading the machinemonitoring data to
the Weinig Cloud for being used by the Weinig App Suite.

Supported data
--------------
At the moment the following machinemonitoring data is supported:
* State
* Notifications
* Spindlemonitoring
* Software Version
* Orders
* Operating data
* Maintenance
* Conditions

Prerequisites
-------------
The viaConnector needs to be able to access db.weinig.app at port 443.

Setup
-----
As a security measure the viaConnector needs to be activated on the server side
before it can send data. If this has happened the viaConnector is able to send
data to the Weinig Cloud.

If the viaConnector wasn't able to check if it's allowed

Configuration
-------------
The configuration of weinig is located at the section `[weinig]` in the
`viaConnector.ini` file.

The following things can be configured:
* `baseurl`: the url where the Weinig Cloud API can be reached. The default is:
             `https://db.weinig.app`.
* `company`: a company to help with the identification of the viaConnector.
* `key`:     the key used to verify this connector. If no key is set, one is
             generated on the first start.
* `timeout`: the timout in seconds to wait for a reply before the dataset gets
             dropped. Defaults to `30`.
