Search found 8 matches
- Wednesday 12 September 2018 15:12
- Forum: PHP and all others
- Topic: Launch Putty from Domoticz [Solved]
- Replies: 8
- Views: 2687
Re: Launch Putty from Domoticz
Fixed it with a new script: #!/bin/bash sshpass -p "PASSWORD" ssh -o StrictHostKeyChecking=no pi@ipadress "vcgencmd display_power 1" Works perfectly. Considering making a new button which safely shutdowns all the raspberry pies as well (including Domoticz). Case closed. Thanks all.
- Wednesday 12 September 2018 14:37
- Forum: PHP and all others
- Topic: Launch Putty from Domoticz [Solved]
- Replies: 8
- Views: 2687
Re: Launch Putty from Domoticz
Yes, it work's perfectly fine without Domoticz.
That would be perfect. Do you run the Lua script directly from the switch configuration?
That would be perfect. Do you run the Lua script directly from the switch configuration?
- Wednesday 12 September 2018 14:11
- Forum: PHP and all others
- Topic: Launch Putty from Domoticz [Solved]
- Replies: 8
- Views: 2687
Re: Launch Putty from Domoticz
Thanks guys, I really appreciate the help. I ‘ve made two scripts (on/off) which I intended to use as on/off parameters on a virtual switch. I tried to call ex. “script://magicmirrorON.sh”, but I got the error 32512 in return in the logs. Is there a better way implementing this script? Thanks again. ...
- Wednesday 12 September 2018 8:18
- Forum: PHP and all others
- Topic: Launch Putty from Domoticz [Solved]
- Replies: 8
- Views: 2687
Launch Putty from Domoticz [Solved]
Hi all, In HomeSeer it’s possible to launch Putty with parameters in one go. I would like to control the HDMI port (on/off) from another Raspberry Pi (controlling my magic mirror). Is this possible with Domoticz? Example from HomeSeer: https://www.hjemmeautomasjon.no/uploads/monthly_2018_08/image.p ...
- Saturday 28 October 2017 13:12
- Forum: Others
- Topic: Update switch from XML (Frontier)
- Replies: 6
- Views: 1494
Update switch from XML (Frontier)
Hi all, first of all I would like to thank you all for creating this community. It's really helpful for us so called 'noobs'. I have a radio (Pinell SuperSound II) that communicates through Frontier. As of now I can switch the radio on/off, select volume, change channels and so forth. Everything is ...
- Thursday 12 November 2015 16:19
- Forum: Design, usability and languages
- Topic: FlatZ Frontpage
- Replies: 237
- Views: 103572
Re: FlatZ Frontpage
Thanks for the great work! Is there any way I can make another page containing info? As a user of public transport, I would rather use real time status on my nearest tram/metro stop, then traffic. The site url: http://mon.ruter.no/monitor/3010512/Schous%20Plass/3010531/Heimdalsgata Thanks for any ...
- Thursday 12 November 2015 13:53
- Forum: Design, usability and languages
- Topic: NEW frontpage.html - request comments
- Replies: 1301
- Views: 417331
Re: NEW frontpage.html - request comments
Stupid question, please don't laugh! How do I find the 'www' folder on my Raspberry Pi 2? I'm trying to follow some guides, but I can't figure out how to start. I've tried to use 'putty' and can't find any directory called 'www', if I try to 'sudo www'. Thanks for the help! Ps. Is there any ELI5 ...
- Friday 30 October 2015 17:34
- Forum: iOS
- Topic: Siri / HomeKit support for Domoticz
- Replies: 530
- Views: 284474
Re: Siri / HomeKit support for Domoticz
Hi guys, I'm testing Domoticz on Windows. Is it possible to activate HomeBridge on this platform? Trying to follow the guide on Wiki, but it's for the r-pie. Create config.json file in the HomeBridge directory: cd ~/homebridge/ nano config.json If possible; coulde someone point me where I should ...