Questions tagged [openhab]

openHAB aims at providing a universal integration platform for all things around home automation. It is a pure Java solution, fully based on OSGi. This software is completely vendor and hardware agnostic and runs on all devices with JDK.

openHAB aims at providing a universal integration platform for all things around home automation. It is a pure Java solution, fully based on OSGi. This software is completely vendor and hardware agnostic and runs on all devices with JDK.

96 questions
1
vote
1 answer

Openhab doesn't change the status of switch from manual overide

I have just made an account because of this particular problem I'm having with OpenHAB. I was following a tutorial from this…
1
vote
1 answer

Variable cron in openHAB rule

In order to set an alarm from the GUI I would like to pass a variable as the argument to cron. This works: rule "Wake up" when Time cron "00 00 06 * * ?" then // ... end This does not work: var morning = "00 00 06 * * ?" rule "Wake up" when …
Markus
  • 809
  • 5
  • 10
1
vote
1 answer

Exception when calling overloaded static method using JSR223

I'm trying to implement a rule for openHAB (http://www.openhab.org/) in Javascript using JSR223 (https://github.com/openhab/openhab/wiki/Jsr223-Script-Engine). Anyone having a suggestion of the root cause of following exception? Remark that both…
1
vote
1 answer

Openhab rules issue

I was wondering if anyone can help to figure out why my openhab rule does not identify the change in state of my xbmc player when playing a movie. The openhab server correctly identifies the change in state But my rules do not trigger: rules: val…
Ethan Richardson
  • 461
  • 2
  • 10
  • 28
1
vote
1 answer

starting openhab after beagle bone reboot

I am following this tuto to start openhab after beagle bone reboot: http://tuxtec.blogspot.fr/2013/11/installing-openhab-on-beaglebone-black.html ($4. Autostart OpenHAB) but It is not working, I got the following error: root@beaglebone:~# systemctl…
sabrina2020
  • 2,102
  • 3
  • 25
  • 54
1
vote
3 answers

wAsync throws ClassNotFondException

I have been trying to write an android client for the OpenHab server using wAsync. I am using android studio with sdk version 21. my code: import android.os.StrictMode; import android.support.v7.app.ActionBarActivity; import…
Adarshlal
  • 77
  • 1
  • 9
1
vote
1 answer

For OpenHab Zwave Bundle where is the underlying code for MultiLevelSensor to display its readings?

This is an odd question because, typically you can get log info and such not to mention have the inner structure of Openhab already done, but I have extracted simply the OpenHab Z-wave Bundle and all the required library, to run a simulation of a…
1
vote
4 answers

openHAB for two or more home

I started exploring openHAB for my home automation. Looks to be a great application for the home automation. I want to automate two homes and want to run openHAB on one centrally placed server. Is it possible to segregate the data for my two homes…
user3301213
  • 41
  • 2
  • 7
1
vote
2 answers

How do I get access from a client app by using PhoneGap to OpenHAB?

I'm developing a hybrid app (using PhoneGap) for openHAB. At the moment I'm struggling to build a connection from my hybrid to the OpenHAB runtime. Any suggestions?
Johan
  • 11
  • 4
1
vote
1 answer

How to slave the Honeywell Tuxedo Touch to OpenHAB?

I have the Honeywell Tuxedo Touch and it supports Z-Wave technology. How can I slave the Tuxedo alarm panel to OpenHAB (also supports Z-Wave) running on Raspberry Pi? Or do I need to slave OpenHAB to the Tuxedo? What hardware would be needed to do…
Seth Eden
  • 1,142
  • 2
  • 20
  • 42
0
votes
0 answers

phusion passenger application is supposed to run on Plesk and throws an error

I am trying to run an instance of openhab Cloud on my server which is administered with Plesk. It wasn’t working yet, but I already had the site up and running. Since there was an error, I wanted to set up the page again and since then I always get…
0
votes
0 answers

Mouseover in VSCode using Openhab extention

I'm using VSCode with the Openhab extention V.1.0. I'm using the Openhab 3.4.2 Release on my server. The connection to my Openhab server is established from VSCode. The option editor.hover.enable is true But I can't use the mouseover function. There…
Talcom
  • 11
  • 1
  • 5
0
votes
1 answer

Send Android Volley POST request to openHAB via API

I'm trying to send a volley POST request to my openHAB instance via the given API. Inside the openHAB dashboard there is the opportunity to test the API calls and there the POST request is working and looks like this: curl -X POST…
DanLand
  • 45
  • 6
0
votes
1 answer

Dynamic CSS counter crashes when using t, am I using '@property' or 'counter' wrong?

I'm creating a dashboard that displays my CPU and GPU load. It's a number that is refreshed every 5 seconds, and hence the jumps are very, sudden; like 0% -> 50%. I've googled around trying to animate this jump, so it actually counts up 0 -> 1 -> ..…
B. Smit
  • 63
  • 1
  • 4
0
votes
1 answer

Login to karaf console via bash script

What I'm trying to do is to login to karaf console via bash script and execute there some commands. I'm trying to do it like this: #!/bin/bash cmd='sudo ssh -p 8101 openhab@localhost' eval $cmd cmd='echo "password" && echo log:clear && echo…
Jbro
  • 1