-
The usage of RemoteFX would decrease latency by a lot, especially in a localhost environment. Though when I tried using /rfx flag for xfreerdp3, it crashed the installer. If I tried adding the flag af…
-
I just found your repo and I'm about to purchase the hardware to interface my Smoke X4 with HomeAssistant using your library. Thermoworks released a different platform called RFX, have you had a chanc…
-
I think you are French, so am I. But I'll keep it in english for the sake of everyone's understanding.
I am migrating from domoticz to Rfxcom2mqtt, and I am using the **Home Assistant Add-on**
I t…
-
Hi! First of all, I want to thank you for this great lib, it's very useful and easy to use!
This issue is more a question than a feat request. I implemented it on my website and while I was analyzi…
-
-
I've added node-red-contrib-rfxcom 2.13 to my Palette in NodeRed (Docker on Raspberry Pi).
When trying a simple flow (rfx-sensor to debug) and configuring rfx to /dev/ttyUSB0
my nodered container in…
-
Try to control a 433MHz wall plug with the rfx-light node.
![image](https://user-images.githubusercontent.com/56399751/208901468-706d6315-878f-4159-897a-bb5c9ca6cd2a.png)
But the rfx-light node will…
-
fresh CentOS 6 install, rpmforge enabled, all updates as of today applied. But, when I enable rpmforge-extras, I get the following problem
Steps to reproduce:
1) Install CentOS 6.5
2) enable EPEL and…
-
```
# yum update
Resolving Dependencies
```
--> Running transaction check
---> Package libxml2.x86_64 0:2.7.6-4.el6_2.4 will be updated
---> Package libxml2.x86_64 0:2.7.6-5.el6.rfx will be an upd…
-
When I need to call pipes I often end with the code like this:
```haskell
callCommand $ "git diff " commit " --color=always | diff-highlight | less -rFX"
```
I can use `$|` operator but it's…