Search found 7 matches
- Monday 25 January 2016 14:03
- Forum: Suggestions
- Topic: Script editor
- Replies: 88
- Views: 33157
Re: Script editor
Ok, just wanted to let you know that. 1) Error for LUA are improved (prints out the event name). It was not so difficult to do this, fork https://github.com/domoticz/domoticz , then make changes to the fork (can be done with the online editor, or clone the fork to you local disk, and push them back ...
- Tuesday 19 January 2016 23:04
- Forum: PHP and all others
- Topic: Python Event scripts
- Replies: 3
- Views: 2249
Re: Python Event scripts
The code is ready, but the cmake file was missing some part (don't know why they were removed)
You can try our this: https://github.com/maartenbreddels/domoticz
Until my pull request gets through ( https://github.com/domoticz/domoticz/pull/363 )
You can try our this: https://github.com/maartenbreddels/domoticz
Until my pull request gets through ( https://github.com/domoticz/domoticz/pull/363 )
- Monday 18 January 2016 12:25
- Forum: Design, usability and languages
- Topic: Dashicz - dashing.io for domoticz
- Replies: 7
- Views: 5188
Re: Dashicz - dashing.io for domoticz
Thanks, it is not dead, but I didn't update anything yet. I still plan to use this for my house, so it may have small updates over the coming years (it's a multiyear project I think).
- Tuesday 14 April 2015 22:13
- Forum: Design, usability and languages
- Topic: Dashicz - dashing.io for domoticz
- Replies: 7
- Views: 5188
Re: Dashicz - dashing.io for domoticz
I changed the gridsize, and added a few widgets (buienradar and dimmer), see example https://cloud.githubusercontent.com/assets/1765949/7146113/883b72be-e2f1-11e4-93e6-f9b831956893.png I also included all.js and all.css in github, so 'installing' is as easy as: cd domoticz/www git clone https ...
- Monday 13 April 2015 19:46
- Forum: Design, usability and languages
- Topic: Dashicz - dashing.io for domoticz
- Replies: 7
- Views: 5188
Re: Dashicz - dashing.io for domoticz
I saw the first page, but didn't see the second, and didn't know the code was available. Maybe I can re-use some of his 'widgets', they look nice. I changed the gridsizes, so that more fits on the screen, and added a buienradar widget (which looks ugly due to buienradar). But I didn't put the code ...
- Saturday 28 March 2015 11:25
- Forum: Design, usability and languages
- Topic: Dashicz - dashing.io for domoticz
- Replies: 7
- Views: 5188
Re: Dashicz - dashing.io for domoticz
Yes, your raise two valid points. I'm thinking of commiting the 'compiled' js code and css so you simply do a checkout and edit the html and you're done. The layout should also change, Somethings like a grid of 8 times 6 orso.
- Friday 27 March 2015 20:23
- Forum: Design, usability and languages
- Topic: Dashicz - dashing.io for domoticz
- Replies: 7
- Views: 5188
Dashicz - dashing.io for domoticz
Hi, I created dashicz: https://github.com/maartenbreddels/dashicz This uses dashing.io to create tile based dashboards. It doesn't come with batteries included, for instance you have to create a dashboard by editing an html file, and not all devices are supported. It's more a demo of what can be ...