Domoticz Gateway
-
Hello,
I am domoticz beginner. I am trying to use arduino mega as a Gateway, but i do not want to use RF24, but insted conect devices directly to arduino. I have wiring done and I want to be able to control some SSR's, activated by monostable wall mounted switches, RGB led strip dimmers, regular led strip dimmers, some keypads and One LCD I2C to write scenes in domoticz and print some values on it. Do anyone have example codes and the instructions how to do it?
I can't find see any button, RGB led dimmer, keypad or LCD I2C examples in mysensor libraries.
-
Welcome to the forum @WiktorDIY
https://www.mysensors.org/build/scene_controller LCD and keypad
https://www.mysensors.org/build/binary Button
https://forum.mysensors.org/topic/2169/wall-mounted-mood-light RGB ledYou can connect everything to the gateway directly, no need for radio.
-
@mfalkvidd thank you so much.
Is there a list of commands that are used in Mysensors library?
-
@WiktorDIY maybe the API and Documentation links on https://www.mysensors.org/download can be useful?
The Getting started guide can hopefully be useful as well.
-
@mfalkvidd Thank you. I will read it.