Josar
(Josar)
March 14, 2018, 9:37am
3
As already mentioned you can put all items in the same file. But no matter if in separated files or not each name has to be unique items, rules, sitemaps and things.
For multiple RF devices in one rule use the last example with the led stripes, from my post. Key points reentrance lock. Implicit variables. Group trigger which I have to add as it just got available.
rule "test"
when
Member of GroupRFdevices received command
then
This is a example thread to show how the exec binding 2.x works with detailed explanations.
This tutorial only works since openHAB 2.3.0 Build #1212.
I set up a fresh installation of “Raspbian GNU/Linux 9 (stretch)” and installed OpenHAB just followed my own thread and found some more information i missed at the first time. It is based on the Tutorial from here .
First make sure you connect your transmitter with the Raspberry like follows. Have a look at the RPI pinout .
Pin ATAD Data to 11 - …
Introduction
This post provides an overview of two features that have been added to openHAB recently to make it easier to write rules that work with groups of items. These features only apply to rules defined in .rules files (also know as DSL Rules), and not any other types of rules/scripts such as those for the Experimental Rule Engine or JSR223 Scripting.
The following sections will provide examples of the usage of each feature. These examples will be based on the items shown here.
Group All…
Do you use VSCode with the openhab extension?
It’s great and helps solve problems.
And my personal setup
@kubawolanin just set up SSH to connect to openHAB with private key and use the tail for the log. i also set up sftp to automattically transfer files. I will post my solution here maybe you think it could be helpfull to be added to the github readme. Or have some ideas to improve the Setting up proccess to make it easier?
Setting up logging without exposing system to the public, and keeps working after upgrade. One time setup. openhab-cli command had some Problems but a good solution could b…
2 Likes