I have some RGBW controller boards that I want to move from EasyIoT server to EasyIoT cloud. On the EIoT server, this was done by creating one virtual node for each colour.
Is there any other (and better) way than creating four parallel "modules" in the software (equivalent to the server virtual nodes), one for each of the four color outputs R, G, B and W?
ArneiO wrote: I have some RGBW controller boards that I want to move from EasyIoT server to EasyIoT cloud. On the EIoT server, this was done by creating one virtual node for each colour.
Is there any other (and better) way than creating four parallel "modules" in the software (equivalent to the server virtual nodes), one for each of the four color outputs R, G, B and W?
Creating parallel modules is not good solution. In EasyIoT Cloud you have elegant solution. You can create your own module type (configure->modue types) and then add new module type under your name. Then you change HTML and JS code for new module type. I will plan to prepare tutorial about this.
Anyway, we plan to add some more basic module types like AO with digital switch, RGB with switch, (camera) image, maps.
I've added three new module types MT_DIMMER, MT_RGB_DIMMER and MT_IMAGE. MT_DIMMER uses 2 parameters, MT_RGB_DIMMER uses 4 parameters. I will prepare some tutorials in future but I guess you will figure out how to use them.
Also Android app will be updated.
EasyIoT wrote: I've added three new module types MT_DIMMER, MT_RGB_DIMMER and MT_IMAGE. MT_DIMMER uses 2 parameters, MT_RGB_DIMMER uses 4 parameters. I will prepare some tutorials in future but I guess you will figure out how to use them. Also Android app will be updated.
Thank you very much! Yes, I have figured out how to use MT_RGB_DIMMER, and I have also made my own version of it, and defined the module type ARNEIO_RGBW_DIMMER with one more slider (white).
It works great in the browser! The Android app just shows the values for the time being. There are no fader sliders or on/off switch. So I assume you have not updated the app yet. I'm looking forward to that!
EasyIoT wrote: I've added three new module types MT_DIMMER, MT_RGB_DIMMER and MT_IMAGE. MT_DIMMER uses 2 parameters, MT_RGB_DIMMER uses 4 parameters. I will prepare some tutorials in future but I guess you will figure out how to use them. Also Android app will be updated.
Thank you very much! Yes, I have figured out how to use MT_RGB_DIMMER, and I have also made my own version of it, and defined the module type ARNEIO_RGBW_DIMMER with one more slider (white).
It works great in the browser! The Android app just shows the values for the time being. There are no fader sliders or on/off switch. So I assume you have not updated the app yet. I'm looking forward to that!
Android app is updated. App shows only predefined module types. If you create your own in will show as generic module.