start:arduino:esp32:tasmota:433
Ceci est une ancienne révision du document !
Table des matières
Emetteur/Recepteur 433Mhz
Fichier de test pour node-red en .json
Fonction 42
- fonct42.js
var Temp = msg.payload.RfReceived.Data; msg.payload = Temp; return msg;
Fonction 43 exemple ON
Cette fonction sera bien sur à adapter à vos code 433Mhz
< code javascript fonc43.js> if (msg.payload == “0x555015”) {
msg.payload = "ON";
} return msg; </code>
/home/chanteri/www/fablab37110/data/attic/start/arduino/esp32/tasmota/433.1733305600.txt.gz · Dernière modification : 2024/12/04 10:46 de gerardadmin