Connecting Jablotron with OpenHAB

Connecting Jablotron with OpenHAB

In this article we will show you how to install Jablotron binding in OpenHAB. This binding helps us to synchronize states from Jablotron alarm to OpenHAB. Typically, you can force to switch off lights, close water pipe and circulation, switch off sockets or whatever you want to do when you leave home and set alarm.

Hardware

Jablotron Alarm JA-80/JA-100/JA-100F

Pi-Home - see the How to in Smart Home section

Software

OpenHAB

Tutorial is very easy. Original shorter tutorial you can find on OpenHAB Community:

https://community.openhab.org/t/jablotron-alarm-binding-for-openhab/41930

  1. Download latest binding for Jablotron (March 2021 is 2.5.11)
    https://www.dropbox.com/s/2aw2c4xbfv0plni/org.openhab.binding.jablotron-2.5.11-SNAPSHOT.jar?dl=1
  2. Copy the .jar file to the shared folder on your OpenHAB under openhab-conf/openhab-addons/
  3. Open Paper UI and manually add new Thing, choose Jablotron Binding and then Jablotron bridge

Fill login information to your Jablotron Cloud. After save, you should see the new things under Inboxu section. If you have more locations, you will see more things. Add thing you want.

You can pair the thing events as alarm state, last alarm date, etc. with your items in OpenHAB (see below). Then you can create rules which can react to the states of your items and provide defined actions.

Below, you can find very simple example of jablotron.items and jablotron.rules (under items and rules folders respectively). When alarm is set, rule set "AwayHome" state to "ON" which has many other actions in OpenHAB for various items.  

jablotron.items

String AlarmDum "Alarm dum"
String AlarmZahrada "Alarm zahrada" 

jablotron.rules

rule "Alarm Jablotron"
when
 Item AlarmDum changed
then
 if(AlarmDum.state == "set"){    
 sendCommand(AwayHome, ON)
 }
 if(AlarmDum.state == "unset"){    
 sendCommand(AwayHome, OFF)
 }
 if(AlarmDum.state == "partialSet"){    
 sendCommand(AwayHome, OFF)
 }  
end



Rate the article:

Average: 4 (6 votes)

Support Us:

Add comment:

Comments

Your profile picture

Hi
We have tried contacting you via your social media and email, but are yet to receive a response.
It has come to our attention that you are using our client's photographs on opentux.eu without a valid licence.
We have already posted out all supporting documents to the address of your office. Please confirm once you have received them.
In the meantime, we would like to invite you to settle this dispute by making the below payment of £500.
Visual Rights Group Ltd
KBC Bank London
IBAN: GB39 KRED 1654 8703 1135 11
Account Number: 03113511
Sort Code: 16-54-87
Alternatively, you can also pay with cryptocurrency with a 50% discount.
Wallet Addresses:
Bitcoin: bc1q4206tlzgldnr3efu44hf9m6qm329ztzxhqfxdw
Ethereum: 0xa74cce7805342F10df39B698342380f58bB709b5
Once you have made the payment, please email us with your payment reference number. You can find our contact details here: https://visualrightsgroup.com/en/contact-us/
Please note that a failure to settle at this stage will only accrue greater costs once the matter is referred to court.
I thank you for your cooperation and look forward to your reply.
Yours sincerely
Shasta Makin
https://visualrightsgroup.com
+44 203 488 4971
Visual Rights Group Ltd
Company No. 11747843
Polhill Business Centre, London Road, Polhill, TN14 7AA
Registered Address: 42-44 Clarendon Road, Watford WD17 1JJ

Add comment

Newest articles in blog

Tailscale - remote access without public IP
Tailscale - remote access without public IPRating: 
80%

The Tailscale service solves access between individual devices if you don't have a public IP address. It's free for one user with support for up to 100 devices. We'll show you how to install Tailscale on a Raspberry Pi that you'll have at home and on a client (Android, iPhone) from which you'll want to access the home Raspberry Pi. Our example will be remote access to OpenHAB running on a Raspberry Pi. However, the same setup applies to many other applications - home NAS, PiHole, Home Assistant, Domoticz, NextCloud, and others.

Shelly OpenHAB MQTT
Shelly vs OpenHABRating: 
90%

The Shelly brand is known for its products that primarily communicate over WiFi, including smart plugs, relay switches, blinds control relays, and many other devices. One of the advantages for deployment is the ability to both read and control these devices using the universal MQTT protocol. Across existing add-ons for both OpenHAB and Home Assistant, we will demonstrate how to use Shelly devices without installing any additional extensions.

Victron & OpenHAB
Victron vs Smart HomeRating: 
0%

In this post, we will show you how to retrieve information from a photovoltaic power plant by Victron. We will connect to the Cerbo unit via MQTT. Based on these values, we can control various appliances (heating, boiler, etc.) and prevent the battery from being drained when they don't need to be.

Smart Home GoodWe inverter
Smart Home vs GoodWeRating: 
50%

In the post, we will demonstrate step by step how to communicate directly with the GoodWe inverter in a smart home setup and obtain real-time information (unlike the SEMS portal). This information is essential if we want to react to current parameters in a smart home, such as activating additional cooling or controlling a socket with a various load.

Voice control smart home
Voice control of the houseRating: 
60%

In this article, we will connect the Amazon Echo Dot voice assistant with open source home automation. We won't be using OpenHAB Cloud, so everything runs locally. In this case, a few additional settings are necessary, but the result is worth it!

MikroTik - Winbox, DHCP, Ranges
Basics - Winbox, DHCPRating: 
68.8%

In this series, we will look at the step-by-step setup of MikroTik devices for home users or a small business (up to 25 people). In the first article, we will focus on the initial setup - we will download Winbox and set up DHCP for the primary network and guest network. Similarly, we will also adjust the WiFi settings.

Alarm Smart Home PIR
Alarm from existing PIR sensors in a smart home.Rating: 
0%

In a your smart home, PIR sensors may not only be used to switch lights on and off based on motion, it is possible to utilize these sensors to detect the presence of motion in a particular room. This information can be used to create a relatively reliable uncertified home security system. In this guide, you will find the logic for how this can work in the OpenHAB software in our model smart home.

NFC Tag Example in Smart Home
NFC tags in smart homeRating: 
80%

NFC (Near Field Communication) tags are small plastic or paper stickers that can be used to automate various functions in the smart home. In this article, we will show you examples of use and a guide on how to write an action on an NFC tag using a mobile phone.

WireGuard iOS
WireGuard on iOS devicesRating: 
85%

In this article, you will find a detailed guide on how to connect to WireGuard VPN from iOS.

WireGuard on Android device
WireGuard on Android devicesRating: 
0%

In this article, you will find a detailed guide on how to connect to WireGuard VPN from Android.