org.openhab.binding.rflink
org.openhab.binding.rflink copied to clipboard
RFLink binding for OpenHAB 2.0
Bonjour à tous, j'aurai besoin de votre aide. j'ai paramétré une liaison RFlink avec un volet somfy RTS, mais l'icone d'état est à l'envers par rapport à la réalité, sur...
Hello, I own an HomeComfort STHI-100 temperature + humidity sensor. This device sends temperature and humidity as two separate frames. The code in src/main/java/org/openhab/binding/rflink/messages/RfLinkTemperatureMessage.java begins with setting temperature and humidity...
hello, I am using openhab 2.4.1 on a RPi3, and i get the following message in the "events.log" file: `'rflink:bridge:usb0' changed from UNINITIALIZED to UNINITIALIZED (HANDLER_CONFIGURATION_PENDING)` And this is the...
Hello, I try to build 2.4 version by changes dependency in maven file but it doesn`t seems to start :-( Is there a chance to make it support for oh2.4...
Hello, Today, we have some Thing detection on the RfLink plugin from incoming events. **I just implemented the support for RTS remotes registered in the RfLink EPROM** This system will...
DeviceFactory is very limited, as it is based exclusively on the message attribute keys (TEMP, WIND, HUM, SWITCH, CMD...) It can NOT handle complex algorithm, or even take advantage of...
I have a lot of "java.io.ioexception: underlying input stream returned zero bytes" in the openhab log. I have tried to add this to the code after opening the serial port...
As discussed in the issue cyrilcc#39 : https://github.com/cyrilcc/org.openhab.binding.rflink/issues/39 (see here : https://github.com/cyrilcc/org.openhab.binding.rflink/issues/39#issuecomment-457688437 ) The plugin actually lacks of a kind of "raw message", allowing the user to send a specific...
Hi, thanks very much for this feature. But I think it doesn't work. I have configuration: ``` Bridge rflink:bridge:usb0 "RFLink Gateway" @ "rfLink" [ serialPort="/dev/ttyACM0", baudRate=57600, disableDiscovery=true ] ``` After...
Hi, I just installed openHAB on Mac to play around cause I read that RFLINK would be supported. But it seems not for V3 or 4. Right? As I dont...