Support for APC220 RF
-
I've been searching whether mysensors can support radios different than the ones mentioned (NRF24 etc) on the main pages.
I have several APC220 RF (long distance radios) which work very well.
The input/output is Serial TX/RX, comparable to a NUL-MODEM cable.Is there a way to use them instead of the NRF24 radio?
Thank you in advance for a response.
-
How about creating a serial gateway with local sensors, and letting the serial stuff go wirelessly over the APC220's to the controller? As long as the connection is stable, the rest of the system would just "see" a very long serial cable.
@mfalkvidd :+1: Indeed, that is a solution.
Do you know if that already exists, or does it have to be developped? -
@mfalkvidd :+1: Indeed, that is a solution.
Do you know if that already exists, or does it have to be developped? -
I received the recommended radios (NRF24L01) yesterday, and did some testing with it.
I think it should be possible to receive data on the APC Radio, transform it into information that can be send over the recommended radios to a USB Gateway connected to Domoticz. The only challenge will be that it is a single node, with many Children, right?
I can not find working examples yet of local sensors (data received over the APC radio) directly connected to the USB/Serial Gateway.
Is this possible (or not)?