Hey,
is it possible to support 433mhz transmitter to control radio controlled sockets? (I hope you know what I mean.)
(My English is not the best. Greetings from Germany. )
433mhz transmitter
- mcallegari
- Posts: 4711
- Joined: Sun Apr 12, 2015 9:09 am
- Location: Italy
- Real Name: Massimo Callegari
- Contact:
No I don't. ZigBee? Z-Wave? EnOcean? Thread?I hope you know what I mean
Please provide all the details otherwise this will simply be ignored
-
- Posts: 5
- Joined: Sat Jan 12, 2019 11:41 pm
- Real Name:
Something like this: https://www.amazon.de/Funksteckdosen-St ... B009VCZUQC.
-
- Posts: 5
- Joined: Sat Jan 12, 2019 11:41 pm
- Real Name:
I need it to control some selfmade lamps.
my idea is:
1. connect a receiver and create a profile with the specific on/off commands
2. connect the transmitter and add a fixture which is connected to the profile
I think this makes sense in raspberry pi edition.
my idea is:
1. connect a receiver and create a profile with the specific on/off commands
2. connect the transmitter and add a fixture which is connected to the profile
I think this makes sense in raspberry pi edition.
- GGGss
- Posts: 3052
- Joined: Mon Sep 12, 2016 7:15 pm
- Location: Belgium
- Real Name: Fredje Gallon
You know you are asking things in a forum related to QLC+ which is a controlling software for artistic / structural lighting mainly based on the DMX protocol?
And you are asking questions about funcksteckdosen? Be serious man...
And you are asking questions about funcksteckdosen? Be serious man...
All electric machines work on smoke... when the smoke escapes... they don't work anymore
-
- Posts: 5
- Joined: Sat Jan 12, 2019 11:41 pm
- Real Name:
I know this is the forum about qlc+....
but this feature would be nice to have a simple and cheap solution to switch lights on/off remote-controlled.
I use qlc+ to control some additional dmx lights in our church. The pre-installed electric is controlled via this technic (433mhz remote control with simple on/off buttons for the lights.)but it would be nice to control everything from qlc+
but this feature would be nice to have a simple and cheap solution to switch lights on/off remote-controlled.
I use qlc+ to control some additional dmx lights in our church. The pre-installed electric is controlled via this technic (433mhz remote control with simple on/off buttons for the lights.)but it would be nice to control everything from qlc+
- GGGss
- Posts: 3052
- Joined: Mon Sep 12, 2016 7:15 pm
- Location: Belgium
- Real Name: Fredje Gallon
In that case I suggest you go and have a look with the German friends of ip-symcon.de - they are more domotica oriented.
All electric machines work on smoke... when the smoke escapes... they don't work anymore
-
- Posts: 3
- Joined: Sun Jun 07, 2015 3:55 pm
- Real Name: Dag Stenstad
-
- Posts: 29
- Joined: Sun Dec 15, 2019 5:24 pm
- Real Name: Peter Goderie
I totally agree this question does NOT belong in the QLC+ forum !
QLC+ is intended to control DMX devices, so if you want to control non DMX devices with QLC+ you somehow have to translate DMX to your devices.
I suggest you have look at the Arduino forums, they have libraries to read DMX and they have libraries to control domestic devices (including most 433Mhz devices), so it should be easy to use an arduino to control your devices via DMX !
(The challenge is to find a reliable arduino DMX library, since most of them really suck ! And I can recommend using an Arduino DUE or at least an ATmega 2560 for this purpose, the ATmega 328 based boards are not really suitable for this task)
QLC+ is intended to control DMX devices, so if you want to control non DMX devices with QLC+ you somehow have to translate DMX to your devices.
I suggest you have look at the Arduino forums, they have libraries to read DMX and they have libraries to control domestic devices (including most 433Mhz devices), so it should be easy to use an arduino to control your devices via DMX !
(The challenge is to find a reliable arduino DMX library, since most of them really suck ! And I can recommend using an Arduino DUE or at least an ATmega 2560 for this purpose, the ATmega 328 based boards are not really suitable for this task)
Software is the stuff that makes Hardware flexible !