Skip to content

OpenHAB

204 Topics 2.4k Posts
  • This topic is deleted!

    4
    0 Votes
    4 Posts
    82 Views
  • Sensor and Children

    5
    0 Votes
    5 Posts
    2k Views
    marceltrapmanM
    @TimO Hmm, why hardcode? I give the sensor a name and version (which is not yet used by the binding if I am correct). I define the children which have ids and types. So, the binding can recognise the parent (name, version) and the child (id, type). I am not yet familiar with the internals of OpenHAB and a binding (maybe I should learn that first :) ) but I assume (or should I say hope) that you can 'glue' them together on the fly...
  • Openhab2.0 binding

    2
    0 Votes
    2 Posts
    1k Views
    T
    @frg Thank you for reporting! The binding is not working as expected, because it resends the message two times although it already received an ACK from the node. The binding is producing more traffic than needed, I need to look into that. Please file an issue (with .things and .items file) here: https://github.com/tobof/openhab2-addons
  • Noob questions: MQTT, openhab, Orange Pi, Arduino

    3
    0 Votes
    3 Posts
    3k Views
    pansenP
    Thanks @LastSamurai, indeed I only needed to restart the node to see the message. Turns out directly connecting the nrf24 via SPI acts like an Ethernet gateway listening on all interfaces on port 5003. (This information was new to me). Regarding MQTT: I tried Openhab, but it did not work out of the box with the Ethernet gateway, so I quickly tried domoticz and the SPI-nrf24 worked straight away. Could I have domoticz and OpenHAB (for my 5.1 receiver) running at the same time and communicating via MQTT? Regarding internet access: No, I actually do not want to expose any actuators but maybe sensors (HVAC, alarms). But this is low prio.
  • MySensors 2.0: can't get openhab item definition

    3
    0 Votes
    3 Posts
    2k Views
    Q
    You need to change the MQTT topics in the OpenHab MQTT config. MYS 2.0 is publishing data to this topic. MyMQTT/27/5/1/0/4 However openhab is subscribing to this topic. MyMQTT/27/5/V_PRESSURE Hope this helps.
  • Where to find working MySensors Binding for OpenHAB 2 beta 5?

    10
    0 Votes
    10 Posts
    5k Views
    T
    @fishermans I'm glad to hear that! I'll upgrade to RC1 soon, thanks for reporting back!
  • Change color of RGB led strip over MQTT?

    color openhab led strip openhab mqtt
    2
    0 Votes
    2 Posts
    2k Views
    mfalkviddM
    Hi and welcome to the MySensors community @augusthalverson ! In general, you just set the color in your controller. It works the same way regardless of which type of gateway you are using, so there is nothing specific about mqtt. You might be able to get some inspiration from https://forum.mysensors.org/topic/4934/wall-mounted-mood-light-v2
  • MySensors 2.0 MQTT Gateway not receiving from OpenHab 1.8.3

    3
    0 Votes
    3 Posts
    2k Views
    gohanG
    Hi, I am trying to make a project like yours. Do you mind sharing some code? So far I was only able to install OpenHab2 and create the MQTT gateway, but sensor node can't talk to gateway over NFR24
  • OH2b5, little bug with ReqAck

    2
    0 Votes
    2 Posts
    883 Views
    F
    I juste find another bug. after few minutes, I didn't recieve any update from my node (everything is ok on another tcp connection). I just see this message 22:28:07.641 [DEBUG] [al.protocol.ip.MySensorsIpConnection] - Bridge is connected, connection skipped After restarting OH2, everythings is ok for few minutes ...
  • How to recompile openhab binding using javac?

    2
    0 Votes
    2 Posts
    1k Views
    jerseyguy1996J
    I guess a better question would be to ask how I recompile everything into a new mysensorsbinding jar from here: https://github.com/jerseyguy1996/openhab/tree/master/bundles/binding/org.openhab.binding.mysensors
  • MySensors Ethernet Gateway goes to OFFLINE state

    86
    0 Votes
    86 Posts
    29k Views
    jogantJ
    @TimO now I tried the new combination of a recent OH2 snapshot as of 2016-12-21 with the recent mysensors binding. I had to restart the gateway and every single node but then everything works well. The nodes were found in the inbox and could be acknowledged as new things. Values are transmitted regularly and my relay node follows the switch items as desired. So no glitch at the moment. Well done @TimO.
  • Node battery voltage in openHAB iOS

    3
    1 Votes
    3 Posts
    2k Views
    ben999B
    @TimO saving my evening once more ! I got so much inspiration from that link already... and tonight's solution was there all along!!! It is now working fine, with icon changing according to voltage changes !!! Thanks a lot Tim!!
  • openhabian mySensors setup

    4
    0 Votes
    4 Posts
    4k Views
    P
    sudo apt-get install g++ then I could do "make"
  • Raspberry PI running openhab and using it as a Mysensor gateway

    3
    0 Votes
    3 Posts
    2k Views
    T
    Take a look at this thread: https://community.openhab.org/t/serial-binding-port-could-not-be-found/1993 It is another binding, but both work similar, maybe this works for you.
  • I_DISCOVER_RESPONSE

    1
    0 Votes
    1 Posts
    773 Views
    No one has replied
  • Offline status on sensor and "NaN" values

    6
    0 Votes
    6 Posts
    3k Views
    T
    It is definiatly a bug in the binding, thanks for reporting! A reboot helps. I've created a issue report to keep track of the bug: https://github.com/tobof/openhab2-addons/issues/38
  • Sensor values will not display on my sitemap

    1
    0 Votes
    1 Posts
    716 Views
    No one has replied
  • Requesting time from Openhab

    4
    0 Votes
    4 Posts
    2k Views
    T
    @brynt So, I was wrong: the answer to I_TIME was already implemented, but a bug was preventing it to work in combination with skipStartupCheck. I've fixed the bug and uploaded a current jar. Please show me your configuration for the MySensorsMessage Thing. It should work. A custom sensor with child id 255 expects a custom value, not an internal message, so it must not work. :-)
  • openHAB 1.8.3 binding

    1
    0 Votes
    1 Posts
    827 Views
    No one has replied
  • MQTT Gateway

    2
    0 Votes
    2 Posts
    2k Views
    tianaT
    I successful tested my gateway, the gateway receives commands from nodes, but something missing the OpenHAB not receive commands from the gateway i install mosquitto but missing a lot of information: How to configure openhab to connect to the mosquitto ? in openhab.cfg i put this mqtt:mysensor.url=tcp://localhost:1883 mqtt:mysensor.clientId=MyMQTT and other option is commented my binding is {mqtt="<[mysensor:MyMQTT/21/1/V_TEMP:state:default]"} What this "MyMQTT means is this related to some setting in mosquitto?

28

Online

11.7k

Users

11.2k

Topics

113.1k

Posts