daniel-kun / Albuschat.LogicNodes

This projects contains 'Logic Nodes' that can run on Gira X1 and Gira L1 (devices for KNX building automation / smart home, see https://www.gira.com/en).
MIT License
21 stars 2 forks source link

Contains useful Logic Nodes

(c) Daniel Albuschat, 2018-2024

See:

How to Build

This guide is using C:\Source\ as a common root folder for this repository and the logic node SDK. You can choose any other folder as your root folder, just make sure that you replace C:\Source\ with your folder in the following steps.

Prerequisites

Clone this repository

git clone https://github.com/daniel-kun/Albuschat.LogicNodes.git

Open and Build the solution

Troubleshooting

How to test locally

Creating a project

Testing changes

If you made changes to your logic node that you want to test in the GPA Simulator or on the device, make sure to follow these steps:

Make sure that you follow these steps for each and any change that you want to test. Missing one of the steps will leave you wonder why your changes did not have an effect.

Troubleshooting

Something did not work as expected

Please open a ticket in this repository. If I can find the time, I'll be glad to help you out!