pimatic / homeduino

Arduino library for home control
GNU General Public License v3.0
47 stars 40 forks source link

Question: Extension Points for Status LEDs #24

Open stephanrissler opened 8 years ago

stephanrissler commented 8 years ago

Hi, I am using homeduino with pimatic. Sending and Receiving is working perfectly. Thanks for building this cool piece of software. What I want to do is having two LEDs showing when sending/receiving 433 Mhz signals. I connected two LEDs with Digital Pins 3/5. During the setup method in homeduino.ino they are working. My question is where should I place the "digitalWrite" calls for the LEDs? I already tried (including 1sec delay) digital_read_command, digital_write_command, analog_read_command, analog_write_command, but they did not work.

Thanks, Stephan