Module / LBS for the Gira HomeServer - tested with 4.12 Express your calculation easy with a simple formula. Use math functions and simple logik to express yourself in one module / LBS.
Developed for the GIRA HomeServer 4.12 (Could work >4.7) Licensed under the LGPL to keep all copies & forks free!
❗ If you fork this project and distribute the module by your own CHANGE the Logikbaustein-ID because 14188 is only for this one and registered to @SvenBunge !! ❗
If something doesn't work like expected: Just open an issue. Even better: Fix the issue and fill a pull request.
Download a release and install the module / Logikbaustein like others in Experte. You find the module in the category "Math. Funktionen".
The latest version of the module is also available in the KNX-User Forum Download Section
For a more detailed documentation press F1 by having the LBS marked in Experte.
For further questions use the Promotion Thread of the KNX User Forum (German)
- Download Schnittstelleninformation from GIRA Homepage
- Decompress zip, use
HSL SDK/2-0/framework
Folder for development. - Checkout this repo to the
projects/hs_formulaCalc
folder - Run the generator.pyc (
python2 ./generator.pyc hs_formulaCalc
) - Import the module
release/14188_hs_formulaCalc.hsl
into the Experte Software - Use the module in your logic editor
You can replace step 4 with the ./buildRelease.sh
script. With the help of the markdown2 python module (pip install markdown2
) it creates the documentation and packages the .hslz
file. This file is also installable in step 5 and adds the module documentation into the Experte-Tool.
Only shipped libraries. Like the math
library