Menu

Tree [8a9227] master /
 History

HTTPS access


File Date Author Commit
 .idea 2018-12-06 Carl van Denzen Carl van Denzen [a872b8] Sitemap reconstruction.
 jrule 2022-11-21 carlImac3 carlImac3 [bf5bed] .ignore jrule.jar
 nginx 2023-10-23 Carl Carl [e44819] README for missing? nginx files?
 openhab 2025-03-15 carlImac3 carlImac3 [8a9227] remove service/influxdb.cfg, file config not wa...
 .gitignore 2023-12-09 Carl Carl [25f674] cleanup, removed datum.items file
 Jenkinsfile 2022-04-26 carlImac3 carlImac3 [e26cfd] openhab 3 moves
 README.md 2024-12-19 Carl Carl [e2e0f9] hostname tv changed after KPN modem update, 2nd...
 deploy_etc 2024-03-24 Carl Carl [4227f4] deploy script for rpi4

Read Me

Openhab v4 (sept 2023)

etc_openhab2

Configuration directory of my personal /etc/openhab2 directory

On iMac:
edit with in ~/gitrepos/etc_openhab2 (or other, but make sure you push changes)
git add *
git commit
git push

Connect to openhab system (raspberry):
Terminal, ssh pi@192.168.2.9 (pi@rpi2, pi@rpi3)
En dan ./deploy, OF:
cd ~/git/etc-openhab2-code
(of git clone ssh://cvdenzen@git.code.sf.net/p/etc-openhab2/code etc-openhab2-code)
git pull
sudo -s -E -u openhab
cp -a openhab/* /etc/openhab
service openhab restart (niet nodig, ziet openhab vanzelf? 20241218: ja, daar lijkt het wel op)

I edit the /etc/openhab2 files (on openhab2 server, raspberry) and then
in ~/git/etc_openhab2 directory.
cp -a /etc/openhab .
git add *
git commit
git push

openhab2 karaf:
/usr/share/openhab2/runtime/bin/client
user openhab ww habopen

feature:list|grep bla
feature:install

pilight jar gevonden op https://www.versioneye.com/java/org.openhab.binding:org.openhab.binding.pilight/1.9.0.b3

=========================
Install openhab: See README.md of pilightMqttOsgi project.

imac:
rpi, user openhab:
/usr/share/openhab2/runtime/bin/client

New installation 2.4.0
Before startup: deploy etc directory (first start of openhab will read addons.cfg).
Browser (pc): rpi2:8080, expert setup

copy derby.jar and derbyclient.jar to addons directory.

enum IthoCommand
{
IthoUnknown = 0,

IthoJoin = 1,
IthoLeave = 2,

IthoStandby = 3,
IthoLow = 4,
IthoMedium = 5,
IthoHigh = 6,
IthoFull = 7,

IthoTimer1 = 8,
IthoTimer2 = 9,
IthoTimer3 = 10,

//duco c system remote
DucoStandby = 11,
DucoLow = 12,
DucoMedium = 13,
DucoHigh = 14
};

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.