Search found 10 matches
- Monday 16 May 2016 17:34
- Forum: Show your projects
- Topic: Is it gonna rain within the next X minutes?
- Replies: 307
- Views: 79818
Re: Is it gonna rain within the next X minutes?
I used the script as posted on page 1. The folder /var/tmp is 777 and the file rain.tmp is also 777. Is in necessary to give the LUA script chmod +x? None of my LUA scripts have executable rights.
- Monday 16 May 2016 12:56
- Forum: Show your projects
- Topic: Is it gonna rain within the next X minutes?
- Replies: 307
- Views: 79818
Re: Is it gonna rain within the next X minutes?
I can't get the os.execute command working. I created an tempfile and chmod it to 777 but it won't get updated. If i execute the curl command in the shell it's working. I also can't find a way to get some logging why the os.execute isn't working. What can i try to get working? read = os.execute ...
- Tuesday 16 June 2015 20:34
- Forum: Design, usability and languages
- Topic: WIP - E-moticz - Mobile site / app
- Replies: 33
- Views: 17101
Re: WIP - E-moticz - Mobile site / app
I just posted it on Github so people can add other functionality: https://github.com/emkedouwe/e-moticz
I added the changes from schmm.
I added the changes from schmm.
- Saturday 13 June 2015 13:55
- Forum: iOS
- Topic: Siri / HomeKit support for Domoticz
- Replies: 530
- Views: 284425
Re: Siri / HomeKit support for Domoticz
That's not a critica's warming. After that it should run.
I also got a couple of switches that disconnected and can't find anymore. Restarting homebridge doesn't have any effect. Someone found a solution?
I also got a couple of switches that disconnected and can't find anymore. Restarting homebridge doesn't have any effect. Someone found a solution?
- Friday 12 June 2015 23:12
- Forum: iOS
- Topic: Siri / HomeKit support for Domoticz
- Replies: 530
- Views: 284425
Re: Siri / HomeKit support for Domoticz
You can try forever to run Homebridge in the background
Code: Select all
npm install forever -g
Code: Select all
forever start /home/pi/homebridge/app.js
- Friday 17 April 2015 15:02
- Forum: Design, usability and languages
- Topic: WIP - E-moticz - Mobile site / app
- Replies: 33
- Views: 17101
Re: WIP - E-moticz - Mobile site / app
Thanks, i will add that to my code. Maybe it's useful to add it to Github if someone is interested?
Thanks to ldb2000 i finally got the JSONP not working so you can also use it from an external address.
I'm still busy with the redesign of the Energy tab and apply some small fixes.
Thanks to ldb2000 i finally got the JSONP not working so you can also use it from an external address.
I'm still busy with the redesign of the Energy tab and apply some small fixes.
- Friday 20 March 2015 16:01
- Forum: Design, usability and languages
- Topic: WIP - E-moticz - Mobile site / app
- Replies: 33
- Views: 17101
Re: WIP - E-moticz - Mobile site / app
It's indeed build in Angular. actually in Ionic, a mobile extension of Angular: http://ionicframework.com. I looked for a couple of mobile frameworks and Ionic worked the best for me. The nice thing is that you can also compile the code to an real Android or iOS app. That's something i really would ...
- Thursday 12 March 2015 21:03
- Forum: Design, usability and languages
- Topic: WIP - E-moticz - Mobile site / app
- Replies: 33
- Views: 17101
Re: WIP - E-moticz - Mobile site / app
I did an small update: http://bit.ly/18EA4Cf Fixed: - Translated everything to English - Protected switches can't be switched - Contacts will be showed (closed / open) - Scenes can be activated in the lights tab I'm now busy with a full redesign for the energy tab so you can show more information ...
- Sunday 08 March 2015 18:38
- Forum: Design, usability and languages
- Topic: WIP - E-moticz - Mobile site / app
- Replies: 33
- Views: 17101
Re: WIP - E-moticz - Mobile site / app
The settings are stored by local storage in your browser. So you only have to save them once (if you open it on another browser you need to insert it again).
- Sunday 08 March 2015 17:10
- Forum: Design, usability and languages
- Topic: WIP - E-moticz - Mobile site / app
- Replies: 33
- Views: 17101
WIP - E-moticz - Mobile site / app
Hi, I'm busy with a mobile site / app to control Domoticz. There needs to be a lot of things done but the basics will work and i would like to share it. You can download it here: http://bit.ly/1BlhEk6. Just upload this to your Raspberry or something and open the url in your browser. The ...