Skip to content

The script notifies OpenHAB that the number of DS1990A ibutton devices has changed.

Notifications You must be signed in to change notification settings

Project51At/owfs2oh_DS1990A

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

owfs2oh_DS1990A

The script notifies OpenHAB 3 that the number of DS1990A ibutton devices into the one wire file system (owfs) has changed.

Install

  1. Copy wfs2oh_DS1990A/src/owfs2oh_DS1990A.sh to /var/lib/openhab/scripts/owfs2oh_DS1990A/owfs2oh_DS1990A.sh

  2. Set owner and permissions:

chown openhab:openhab /var/lib/openhab2/scripts/owfs2oh_DS1990A/owfs2oh_DS1990A.sh
chmod 774 /var/lib/openhab/scripts/owfs2oh_DS1990A/owfs2oh_DS1990A.sh
  1. Make sure that your script executable /var/lib/openhab/scripts/owfs2oh_DS1990A/owfs2oh_DS1990A.sh

  2. Make sure that the OpenHAB item that is defined in owfs2oh_DS1990A.sh exit

Run as a Serive

  1. Copy systemd/system/owfs2oh_DS1990A.service to /etc/systemd/system folder

  2. Start it sudo systemctl start owfs2oh_DS1990A

  3. Enable it to run at boot sudo systemctl enable owfs2oh_DS1990A

  4. Stop it sudo systemctl stop owfs2oh_DS1990A

About

The script notifies OpenHAB that the number of DS1990A ibutton devices has changed.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages