Open adrianmihalko opened 8 years ago
More specifically, I think it would be cool to, in settings, choose which 'switch code' you would like to use.
Leave it to the user to download codesend or rc-switch and swap between in the php front end.
@adrianmihalko - if you really wanted to, you could go through all the PHP code and switch it. It would be a nice Branch/PR.
ATM I have following 433MHz drivers:
Switches: Nexa, HomeEasy, Quigg, Brennenstuhl
Blinds activators: Torro
Additionally have:
Heating: MAX! heating
Meters: Siemens WM-BUS
Switches: Homematic range
ESP8266 Wi-Fi: LED control
In general, my version of PIHome is so hardly modified that it will need a new branch.
Let me know if need specific modules, but customizing and fitting to ur needs is up to you. =)
@tklucis
Please upload your version on tour git account and mention the old version from me in the readme file. That will be the best.
Best regards Sebastian
On Oct 15, 2016, at 16:12, tklucis notifications@github.com wrote:
ATM I have following 433MHz drivers:
Switches: Nexa, HomeEasy, Quigg, Brennenstuhl
Blinds activators: Torro
Additionally have:
Heating: MAX! heating
Meters: Siemens WM-BUS
Switches: Homematic range
ESP8266 Wi-Fi: LED control
In general, my version of PIHome is so hardly modified that it will need a new branch.
Let me know if need specific modules, but customizing and fitting to ur needs is up to you. =)
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.
Is there any chance in the future for the codesend app from 433Utils?
Currently I control my devices like this:
sudo ./codesend 16776961 -l 412
where 16776961 is the code from RFSniffer and 412 is the pulse length.
I tried div/rc-switch but it does not work for me.