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

How to look at most up-to-date forks of a project with a huge number of forks

I plan to work with OpenHAB, so I go to its GitHub page and think about which fork to use, when I suddenly realize that I can't look at the network graph and so not decide which fork to use. How can I make only somewhat recent forks (e.g. activity…
GreenThor
  • 456
  • 5
  • 14
0
votes
1 answer

How to parse a XML file in Bash with multiple same labels

I have read this answer: https://stackoverflow.com/a/7052168/6557127 , but my XML file is a bit different (openHAB REST API): GroupItem All
Motte001
  • 191
  • 7
0
votes
1 answer

Broker messages that recurs with nodeMCU

I’m having some problem with a home automation project of mine. I bought a nodeMCU v3 from aliexpress that i want to control my blinds with. This is the code I’m using on it. I use the Arduino IDE to push this code in to the nodeMCU. #include…
KriBern
  • 1
  • 1
0
votes
1 answer

how to run the eclipse generated openhab binding in raspberry pi

I have added some new thing to openHAB serial binding,using eclipse ide .Its working correctly.Now I want to Know how can i dumb eclipse code into the Raspberry Pi. Please help me. Thank you
sachin.g
  • 31
  • 8
0
votes
1 answer

The UI can't control the Philips Hue Color lightbulb

I am trying to make OpenHAB control a Philips Hue Color light bulb. I have used help of a friend in some of the files however still can't control it using the UI. Here's what exists in pi@raspberrypi:/opt/openhab/configurations/sitemaps $ vim…
Mona Jalal
  • 34,860
  • 64
  • 239
  • 408
0
votes
2 answers

Controlling Philips Hue using OpenHAB in Raspberry Pi

I want to control the Philips Hue Lux color lamps with OpenHAB. So I wonder what are the steps I should do and if I am missing something. In pi@raspberrypi:/opt/openhab/configurations/rules $ sudo vi demo.rules rule "Select scene" when …
Mona Jalal
  • 34,860
  • 64
  • 239
  • 408
0
votes
1 answer

Splitting strings with node-red

I am trying to split the following llap message with node red: a--A02+1023- so I end up with the integers after the '+' sign. Sometimes there are three numbers with a '-' for the final character. eg. a--A02+982-- once i have this 3 or four digit…
idi0tech
  • 11
  • 1
  • 1
0
votes
1 answer

Dashing & Openhab

I'm trying to start the openhab dashing project, but I'm still having the same error. When I try the dashing with the sample project everything starts perfect, but not with the OpenHab project. user@server:~/dashboard$ dashing…
Jonas
  • 67
  • 1
  • 9
0
votes
1 answer

How to push an event immediatelly on OpenHAB event bus?

What I have seen, the most bindings use "pull" strategy to update Item statuses, like exec binding: in: exec="<[::()]" Or HTTP binding: in: …
Gondy
  • 4,925
  • 4
  • 40
  • 46
0
votes
1 answer

Openhab comparing data on MQTT topic to a string

I am trying to compare the value on an MQTT Topic. I have successfully be able to capture the value and output the value to the console via the logInfo() call. What I am trying to do is compare what is on the MQTT Topic to a value and then execute…
Ethan Richardson
  • 461
  • 2
  • 10
  • 28
0
votes
1 answer

Installing JamVM 2.0 on OpenWrt : how to change the Makefile so it uses OpenJDK library?

I currently want to install OpenHAB in an OpenWrt environment (for now its on a virtual machine with x86 architecture), and it needs to have a Java runtime with at least version 1.6. So I've used the OpenWrt 14.07 (Breaking Barrier) SDK cross…
0
votes
1 answer

OpenHab MQTT binding: no message has been published

I am using OpenHab 1.7 I am trying to publish messages throw MQTT, I want to publish my EnOcean Rocker switch updates but when I change my switch state nothing is published, Here is my item configuration: Switch MyRocker ()…
sabrina2020
  • 2,102
  • 3
  • 25
  • 54
0
votes
1 answer

OpenHab build failed with Maven

I am trying to set OpenHab IDE using the link: https://github.com/openhab/openhab/wiki/IDE-Setup I tryied the pure eclipse instraction but my build have failed announcing this error: [ERROR] Failed to execute goal…
sabrina2020
  • 2,102
  • 3
  • 25
  • 54
0
votes
2 answers

How can I read commands coming over serial port with openHAB?

these are the write commands towards a serial port: sendCommand(SendCOM3,"hallo\r\r") --- text format sendCommand(SendCOM4,"\u0001\u0012\u0123\u000F\r\r") --- binary format and works fine. Now, who can tell me what I have to do to get…
marco_m
  • 16
  • 1
  • 3
0
votes
1 answer

How Can I get UDP messages coming on eth with openHAB?

I'm able to send UDP message to the remote IP node on eth with openHAB using the binding tcp/udp, i.e.: udp=">[ON:10.44.212.60:3000:'MAP(mydevice.map)'], [OFF:10.44.212.60:3000:'MAP(mydevice.map)']" But I do not have idea what I have to do to get…
marco_m
  • 16
  • 1
  • 3