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
2 answers

How to get JDK 8 - 32 bit for Mac OS X for Openhab development?

According to openhab tutorial they said that openhab developers should use JDK 8 - 32 bit for Mac OSX, How can I install JDK 8 - 32 bit, the only available version of JDK 8 is 64 bit !
Omar Samir
  • 53
  • 9
1
vote
0 answers

Zigbee coordinator offline in OpenHab2

I am running OpenHab2 version 2.4.0 on a Raspberry Pi 3 running Raspbian, I am trying to setup ZigBee to be able to connect to a smart sensor except I can’t get my ZigBee coordinator to come online, the coordinator has a Zwave and Zigbee feature and…
Dan
  • 1,100
  • 2
  • 13
  • 36
1
vote
1 answer

maven - Plugin configuration not covered by lifecyle

I am developing a binding for the smart home platform openHAB. As mentioned in the docs, I forked the main project and created a new branch and imported the new related project (see picture of my IDE below, the project with the "X"). I was surprised…
Jochen
  • 1,746
  • 4
  • 22
  • 48
1
vote
0 answers

MQTT+Openhab: Command Line works but Mqtt-Binding not

My setup: RaspberryPi with openhabian + mqtt-broker Esp8266 NodeMCU (mqtt client) I have added an mqtt-broker with openhabian-config and downloaded the mqtt-binding via Paper UI. Additionally I was already able to power On & Off an output called…
T3n3d0s
  • 11
  • 1
1
vote
0 answers

SSE not working in android by using domain name

I am using this URL from Ajax “https://username%40gmail.com:password@home.myopenhab.org/rest/events?topics=smarthome/" to get SSE in client side app using Cordova. its working fine on IOS but its not working on android. for same URL if I give IP…
1
vote
1 answer

OpenHAB2 access to MODBUS RTU slave device

Running OpenHab2 on my Windows10, I am not able to get OpenHAB2 to request holding register data from the serial port. No MODBUS request are seen on the port. I installed NTP-binding (ntp time) (it works), and tried the Modbus binding 1.12.0, seems…
fanders
  • 11
  • 3
1
vote
1 answer

Alexa Skill - distinguish between the Users (in Lambda function) who invoked the Skill

After days of searching I decided to ask here for some help. I want to publish an Alexa Skill which can controll some electric motors. Current state: - 1 User - 1 Alexa - 1 Local Network - 1 Raspberry Pi If the user invokes the skill which sends a…
Markus
  • 98
  • 1
  • 7
1
vote
0 answers

Eclipse smart home designer

I´m trying to program switchable lights with openhab. My script in the shell works perfect but I can´t open the shell comand in my eclipse programm. astro.sitemap: sitemap astro label="Home"{ Text label="Wohnzimmer" icon=firstfloor{ …
Miniex
  • 21
  • 1
  • 3
1
vote
1 answer

Receiving message multiple time for same event Server sent event

I am working on a Web app to control some light using openHab API and using SSE but when the light goes on I received 3 message at the same time one with the value 100 and the two other same message with the actual value of the light (ex 45) the…
1
vote
1 answer

Send commands to Openhab depending on Light Sensor Values Python Raspberry Pi

I have Photoresistor connected to my Raspberry PI through 1uF capacitor, and running simple program to check values. It's mostly merged scripts from other programms i have, so it's might by buggy. I'm new in this stuff. I set 2 variables. If value…
arasadasos
  • 11
  • 3
1
vote
0 answers

Mapping numeric value in OpenHab2 to String

I added Homematic HM-CC-RT-DN thermostats by connecting a CCU2 to OpenHab2. Then I defined the thermostats as items for HomeKit to use: Group gBedroomThermostat "Bedroom Thermostat" [ "Thermostat" ] Number BedroomThermostatCurrentTemp "Bedroom…
Jann
  • 1,799
  • 3
  • 21
  • 38
1
vote
2 answers

Remove duplicates in time-based MySQL tables

I'm using a home automation software called OpenHAB, which writes data into a table like this: http://sqlfiddle.com/#!9/5e35e4/1 +---------------------+-------+ | time | value | +---------------------+-------+ | 2016-10-31 22:00:00 | …
dersimn
  • 805
  • 9
  • 15
1
vote
0 answers

openhab MQTT binding supports TLS?

I am new to openHAB.I am currently working on MQTT. I need a secure transmition of data so I searched and got a clue on tls on openhab.But unfortunately some link told that openhab MQTT binding does not support TLS.Any idea on this please share…
sachin.g
  • 31
  • 8
1
vote
2 answers

Plugin execution not covered by lifecycle configuration in Pom.xml OpenHAB

I am trying to build OpenHAB open source project using eclipse. But getting below error in pom.xml I am not aware of Maven build system, for now just trying to compile and build OpenHAB. Plugin execution not covered by lifecycle configuration:…
Ashok
  • 601
  • 1
  • 17
  • 32
1
vote
1 answer

Backnet binding in openhab and how to configure the .cfg file

I downloaded from github a backnet addon and put it in the addon folder. But I don't know how to configure the .cfg fileand readme file could not help. Has anyone ever used this addon?? I want it so I could read the data from a schneider electric…