I’ve just received some Digoo R8S sensors that are supported by OMG and tried them out.
I downloaded, compiled and uploaded the master code to my Wemos D1 mini with only ZgatewayPilight enabled and it does work:
17:36:39: (0) home/OMG_2nd_floor/PilighttoMQTT {“message”:“{"id":51,"temperature":19.80,"humidity":51.00,"battery":1,"channel":1}”,“protocol”:“tfa”,“length”:“51”,“repeats”:2,“status”:2}
17:36:39: (0) home/OMG_2nd_floor/PilighttoMQTT {“message”:“{"id":147.0,"temperature":1.2,"humidity":49.0,"battery":0.0}”,“protocol”:“teknihall”,“length”:“147”,“repeats”:2,“status”:2}
17:37:00: (0) home/OMG_2nd_floor/SYStoMQTT {“uptime”:120,“freeMem”:30936,“rssi”:-47,“SSID”:“Level2”,“modules”:“Plight”}
However, If I enable ZgatewayRF as well, OMG stops publishing PilighttoMQTT messages, only this:
17:42:59: (0) home/OMG_2nd_floor/SYStoMQTT {“uptime”:120,“freeMem”:30232,“rssi”:-45,“SSID”:“Level2”,“modules”:“RFPilight”}
And there is no incoming signals in Serial Monitor, just ordinary “subscribed to all topics”.
I use RF_RECEIVER_PIN 0 in config_RF.h
Is it possible at all to receive both 433toMQTT and PilighttoMQTT messages?