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
0
votes
1 answer

Openhab2 openhabmin installation

I'm new at openhab2. Within my installation / website I cannot find the menu point Extensions/User Interfaces to install e.g. openhabmin How can I activate the menu point or what do I have to install? System: RPi 3, Weezy Path:…
Andreas
  • 147
  • 3
  • 17
0
votes
1 answer

How to resolve runtime Eclipse NoClassDefFoundError

I'm experimenting with writing an openHab2 binding which is written in java. I'm a C++ guy and java is new to me. The offending code looks like this: import org.apache.http.client.CredentialsProvider; import…
zephod
  • 11
  • 1
0
votes
1 answer

Openhab2 stops processing events from ZWave ZW096 Smart Switch 6

My Openhab 2 installation starts logging the following message: Already processed another send data request for this callback Id, ignoring. and I am not able to see any more events logged on my mysql database. I have Openhab2 with a Z-Wave Node 2:…
Manuela
  • 462
  • 6
  • 18
0
votes
1 answer

Permissions for other user to run script with python package

I have installed a lib via pip: sudo pip install adafruit-ws2801 Then, I gave it rights: sudo chmod +x /etc/openhab2/scripts/myscript.py However, when I try to start it as another user, an error appears: sudo su -s /bin/bash -c…
vtni
  • 950
  • 3
  • 14
  • 43
0
votes
0 answers

Need help installing Mono framework on Raspberry Pi3 running OpenHab2 (openhabian)

I'm trying to install Mono on a Raspberry Pi3 that runs OpenHab2 (openhabian). Unfortunately I'm not familiar with Linux and need some help please. I followed Mono for RPI instructions from here and unfortunately got into some dependencies-related…
user2995035
  • 131
  • 1
  • 1
  • 5
0
votes
0 answers

Problems while setting up the development environment for Eclipse SmartHome

I am having problems with setting up the Eclipse IDE for editing source code of SmartHome on Windows 10. I have done everything as it is described in the Setting Up a Development Environment guide. However everything works until I open up the…
0
votes
1 answer

Installation of VS code on RaspPi to be used with openhab2

I just tried to install VS code and the openhab extension via this site (https://code.visualstudio.com/docs/setup/linux) and followed all the steps until "sudo apt-get install code-insiders". Then it failed. It tells me: Package code-insiders…
dreamerbb
  • 1
  • 1
0
votes
1 answer

Read MQTT topic on subscribing

Currently, I'm trying to make a simple application using MQTT, Python, and OpenHab. So, I just want to connect to MQTT server, subscribe to the topic and read data/message placed there. Everthing works fine but with "limitations". Python client able…
user922871
  • 435
  • 2
  • 6
  • 17
0
votes
1 answer

Can not install rfxcom binding on openhab2 on odroid

It looks like openhab 2 tries to load an intel binary while I have an ARM based system. Is it possible to get this running or is ODROID simply not supported. Btw. Interestingly this worked on a raspberry pi. java.lang.UnsatisfiedLinkError:…
Christian Schneider
  • 19,420
  • 2
  • 39
  • 64
0
votes
2 answers

cURL with PHP / Working with PUT and GET

can anyone help me to translate this to a PHP Code: curl -X GET --header "Accept: text/plain" "https://test:testpassword@domain.com:1443/rest/items/test/state" and: curl -X PUT --header "Content-Type: text/plain" --header "Accept: application/json"…
0
votes
2 answers

arduino loop don't work with two processes

I am not much of a coder, so I am asking you guys, if you know how could I solve my problem. In arduino I wrote a first program with my DS18B20 sensor, which is displaying temperature in openHAB over MQTT procotol. Second program is the same thing…
0
votes
1 answer

SeeKBar in ListView thumb offset not working as expected

I am modifying the UI of the openHAB android application.Sample image of what I was trying to achieve was given as image bellow. Please note the width of the progress bar and the positioning of the thumb. The thumb will move only up to the edge of…
Sarath Babu
  • 923
  • 3
  • 10
  • 27
0
votes
0 answers

My own bundle doen't want to start, because it can't import log4j

I've created my own binding for OpenHab2, build it with mvn clean package and uploaded it to /usr/share/openhab2/addons/. My problem is that bundle is not starting. In logs there are this warns: 2016-11-25 10:55:00.518 [WARN ]…
MAGx2
  • 3,149
  • 7
  • 33
  • 63
0
votes
1 answer

IFTTT Maker Channel - Send POST Request to ipv6 adress

Is ist possible to send POST requests to ipv6 addresses using the ifttt.com service? I found the maker channel but it doesn't seem to work (with ipv6 addresses). Here the request I want to send to my openhab system: POST…
Benjamin
  • 85
  • 1
  • 2
  • 11
0
votes
1 answer

Connecting MQTT server with OpenHab

As a sample test, I just want to ON/OFF a bulb using OpenHab via wifi. So I connect the hivemq server and openhab as follows in the openhab configuration. mqtt:broker.url=tcp://127.0.0.1:1883 mqtt:broker.clientId=openhab So when starting openhab I…
lsc
  • 681
  • 3
  • 8
  • 26