ChristopheHD / frisquet-arduino

This sketch allows communication between an RFLink and a Frisquet Eco Radio System compliant heating boiler
5 stars 3 forks source link

Configuration for Aurel transceiver and interface update #5

Closed benito-domo closed 1 year ago

benito-domo commented 1 year ago

1°/ Aurel transceivers need a different PIN configuration.

2°/ So called RPI-Interface is created by using a simple data pattern #{ID;MODE;TEMP;BATT} (an alternative to #4 using serial connection btw. Arduino and RPi)

ChristopheHD commented 1 year ago

Transceivers configuration is already implemented into files *-transceiver.ino. What does the macro RASPBERRY_PI do ?

benito-domo commented 11 months ago

Hello Christophe,

Just to pack the data in a single message before being sent to RPi from Arduino (and then processed in Domoticz).