If I want to send "FFFFFF" value, that means a white color, then I can send like this:
gw.send( RGBChoose.set("FFFFFF", 9 ));
??
If I want to send "FFFFFF" value, that means a white color, then I can send like this:
gw.send( RGBChoose.set("FFFFFF", 9 ));
??
Guys, how can I send a V_RGB value, like "FF00FF" to the controller ? If the "gw.send" function just support 8 bit data ? it have to go as string ?
Thanks for support, @hek ! Now it makes sense ! :bowtie:
What the difference between this "star" topology from the Tree topology ? I'm still confused after read THIS explanation. When I saw the picture diagram i thought it was a Tree, but after read the explanation I thought it was a mesh network too.
Thanks.
@jkandasa I've created the topic there. Thanks.
@jkandasa I think in this way of MyController we have to use a remote to turn on a light, right ? As you explained on top of this topic, to control the light via IR, I have to send a IR sinal from my remote, then it go to the node receiver, and then retransmitted to the especific device i want to control ?
The way I mentioned before is to control the devices from an interface on own mycontroller website, where you could save the signals of each button of the remote of TV, for example, and send the IR signals with no need of its remote fo this.
@jkandasa said:
@joaopaulo said:
@jkandasa Thanks a lot for your reply.
My intention is to controller Audio&Video equipments and Air Conditioners. Can I do the same steps up commented to control a light, for example ? If I want to copy a TV controller codes do I have just to put the "Trigger When Value" command received for each button from controlller (e.g. POWER, VOL+,VOL-,CH+,CH-) ?Thank you, nice work by the way.
@joaopaulo What is your intention on control of Audio&Video equipments and Air Conditioners? Only ON/OFF of these equipment's or beyond that?
Usually, on home automation you can control audio and video devices, so that, you have to copy all the IR codes that the control of the devices have. So, if i want to control a TV, i have to "clone" its control buttons that are more useful to us, like power, vol+, vol-, CH+,CH-, INPUT...
And to make easier to control the devices after clone the buttons IR, the user have an interface control with that buttons to control the especific equipment he want to.
@jkandasa Thanks a lot for your reply.
My intention is to controller Audio&Video equipments and Air Conditioners. Can I do the same steps up commented to control a light, for example ? If I want to copy a TV controller codes do I have just to put the "Trigger When Value" command received for each button from controlller (e.g. POWER, VOL+,VOL-,CH+,CH-) ?
Thank you, nice work by the way.
Is there any implementation to control equipments via IR (infrared) ? I've done some tests with light actuators and that works fine.
@axillent Yeah, I was with this same intention to port MySensors to Atmel Studio and mega8. Anyway, I think it will be less complicated if i use the common mega328p as Arduino.
Thanks
Hi guys,
I want to control two relays using MySensors and nRF24L01+. But I wanted to do that using a ATmega8(L), it has 8Kb of flash, instead a 32Kb from mega328 of arduino. Is that possible ?
Thanks.