melyux

Results 155 comments of melyux
trafficstars

Actually I can't even find this Quick Look functionality anymore in the Mac QT release. Was it removed? It was the most useful thing.

@iWildStyle Would you share all the code/settings you changed to get this to work? Specifically ZgatewayPilight.ino and main.ino? And why splitting config_RF.h was necessary?

I too made modifications that let me run both Pilight and RF together on my Wemos D1 mini as well, but when I connect the 433MHz receiver's DATA pin to...

I got it to work! This is incredible! Both Pilight and RF (RCSwitch) working at the same time using a single receiver. For some reason pins D3, D4, and (maybe)...

This is my code patch for now: ``` diff --git a/main/ZgatewayPilight.ino b/main/ZgatewayPilight.ino index a998376..1ec491b 100644 --- a/main/ZgatewayPilight.ino +++ b/main/ZgatewayPilight.ino @@ -85,10 +85,10 @@ void setupPilight() { ELECHOUSE_cc1101.SetRx(CC1101_FREQUENCY); # endif rf.setCallback(pilightCallback);...

I noticed my code isn't complete for the "active receiver" thing despite me converting it into a bitmask; there is still code in `main.ino` that treats it as a simple...

@piano-thomas I'm creating a pull request to enable multi-gateway support in the next few days (hopefully). I'm updating the code to work with latest master, but the ZGatewayPilight.ino changes in...

Code doesn't seem to work with RTL433 (I think the CC1101 just doesn't support multiple gateways because it's a single device over SPI and can't do multiple interrupts and you...

I read somewhere this was fixed in 2022.4, but it's not. It's there and it's incredibly aggravating.