Search found 27 matches
- Friday 03 February 2017 9:24
- Forum: Suggestions
- Topic: Add CounterToday for Gas in MQTT
- Replies: 0
- Views: 515
Add CounterToday for Gas in MQTT
I would like to have the CounterToday values from my P1 smartmeter readings available in the MQTT message send by Domoticz. We are using the great Reacticz dashboard in our home and would love to see the daily power and gas usage on the tablets. Reacticz relies heavily on the MQTT messages send by ...
- Saturday 14 January 2017 9:57
- Forum: Show your projects
- Topic: Reacticz dashboard: no install, no hassle
- Replies: 166
- Views: 69589
Re: Reacticz dashboard: no install, no hassle
OMG, where has this been all these years? Great work!
Is there a way I can request a widget type? E.g. meter readouts from the Dutch P1 smartmeter? Or a contact from a MySensor?
Is there a way I can request a widget type? E.g. meter readouts from the Dutch P1 smartmeter? Or a contact from a MySensor?
- Sunday 07 August 2016 22:18
- Forum: Design, usability and languages
- Topic: Frontend to mimic iOS 10 and Home.app
- Replies: 18
- Views: 14471
Re: Frontend to mimic iOS 10 and Home.app
Very Nice!!!
Can't wait to see it in action

Can't wait to see it in action


- Friday 27 May 2016 22:23
- Forum: Third party and supplementary tools
- Topic: [MyDomoAtHome] Support thread
- Replies: 1080
- Views: 220305
Re: [MyDomoAtHome] Support thread
Hi Does the domoticz camera work in Imperihome? I followed the instructions on the Github page and did a fresh install of MDAH. Every sensor/switch/etc is loaded correctly into Imperihome, even our camera. But when I want to add the camerawidget to my dashboard I only can select the Static Camera ...
- Thursday 19 May 2016 18:55
- Forum: Third party and supplementary tools
- Topic: [MyDomoAtHome] Support thread
- Replies: 1080
- Views: 220305
Re: [MyDomoAtHome] Support thread
Hi Does the domoticz camera work in Imperihome? I followed the instructions on the Github page and did a fresh install of MDAH. Every sensor/switch/etc is loaded correctly into Imperihome, even our camera. But when I want to add the camerawidget to my dashboard I only can select the Static Camera ...
- Sunday 08 May 2016 22:42
- Forum: Design, usability and languages
- Topic: flat-blue - new metro look theme
- Replies: 40
- Views: 10661
Re: flat-blue - new metro look theme
Very nice theme!
Just 1 issue, on my iPad the texts are placed over the icons. On my computer everything is ok. Could you please look into this?
Thanks!
Just 1 issue, on my iPad the texts are placed over the icons. On my computer everything is ok. Could you please look into this?
Thanks!
- Thursday 07 April 2016 21:17
- Forum: Design, usability and languages
- Topic: Custom theme
- Replies: 7
- Views: 5003
Re: Custom theme
Any news?
- Sunday 17 January 2016 23:25
- Forum: Design, usability and languages
- Topic: Dashicz - dashing.io for domoticz
- Replies: 7
- Views: 5289
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 ...
- Tuesday 15 December 2015 21:58
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Which server hardware for Domoticz
- Replies: 7
- Views: 3754
Re: Which server hardware for Domoticz
Hi guys,
Thanks for the info!
I've went for the Ubuntu server solution on a dedicated mini-itx board.
Maybe it's my lack of knowledge but installing (Domoticz & MyDomoAtHome) was a whole lot easier than on a Rpi
No failures since first run, wishful thinking
Thanks for the info!
I've went for the Ubuntu server solution on a dedicated mini-itx board.
Maybe it's my lack of knowledge but installing (Domoticz & MyDomoAtHome) was a whole lot easier than on a Rpi

No failures since first run, wishful thinking

- Thursday 10 December 2015 22:28
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Which server hardware for Domoticz
- Replies: 7
- Views: 3754
Which server hardware for Domoticz
Hi, I'm running Domoticz on a Rpi for over a year now, mostly without problems. But lately Domoticz (or the Rpi) becomes unresponsive, which makes my wife really mad (no lights, tv, etc :oops: ) Being a Windows person I tend to setting up a Windows server for Domoticz, but this will undoubtedly sky ...
- Friday 06 November 2015 21:03
- Forum: Third party and supplementary tools
- Topic: [MyDomoAtHome] Support thread
- Replies: 1080
- Views: 220305
Re: [MyDomoAtHome] Support thread
Hello, after a fresh install of Domoticz and MDAH, MDAH isn't working like it used to. When I request http://192.168.2.20:3001/devices in a browser the response is: { exception: "Could not create socket: Invalid argument ", error: "Could not create socket: Invalid argument " } Can anyone help?
- Thursday 01 October 2015 22:08
- Forum: Design, usability and languages
- Topic: Dashticz - Alternative Dashboard
- Replies: 174
- Views: 95058
Re: WIP - Dashticz - Alternative Dashboard
Nice dashboard, but if I try to display it on my iPad1 the sliders are not displaying correctly. Also the pop-up showing the camera is to big for the screen. Is there a way to fix this?
- Sunday 27 September 2015 21:56
- Forum: Design, usability and languages
- Topic: FlatZ Frontpage
- Replies: 237
- Views: 105043
Re: FlatZ Frontpage
Yep, in settings.js there's a extra variable added to define the maxDimLevel.mvveelen wrote:So I have to add the , '16' to get it to work? Will do tomorrow and test it. Thanks !
If the code reads no maxDimLevel it will set maxDimLevel to 100.
- Sunday 27 September 2015 21:45
- Forum: Design, usability and languages
- Topic: FlatZ Frontpage
- Replies: 237
- Views: 105043
Re: FlatZ Frontpage
Uploaded the last version, and the dim level just doesn't seem to go well. If I take a look at the other frontpage, the code for the dim level is like this (there seems to be a little trick to get the right dim levels): function ChangeStatus(OpenDicht,level,idx,currentlevel) { //When switched off ...
- Friday 25 September 2015 10:31
- Forum: Design, usability and languages
- Topic: FlatZ Frontpage
- Replies: 237
- Views: 105043
Re: FlatZ Frontpage
How can I see what you're working on? So we don't do things twice At this moment there is one 'master' branche of FlatZ frontpage and I've nothing open. When I'm working on it, I'm first making a new branche of it, then do my code changes.. and then if it;s finished merge the code back to the ...
- Friday 25 September 2015 10:24
- Forum: Design, usability and languages
- Topic: FlatZ Frontpage
- Replies: 237
- Views: 105043
Re: FlatZ Frontpage
I guess I've done thing the right way?galadril wrote:Cool!Patrick wrote:I will add the case-insensitive code as a trial.

How can I see what you're working on? So we don't do things twice

- Friday 25 September 2015 9:50
- Forum: Design, usability and languages
- Topic: FlatZ Frontpage
- Replies: 237
- Views: 105043
Re: FlatZ Frontpage
If you would like to explain how contributing on GitHub works :oops: , sure! You can change the code via Github Desktop (for example) https://desktop.github.com/ How-to: https://guides.github.com/activities/contributing-to-open-source/ Got Github installed and started learning the Git :D I will add ...
- Thursday 24 September 2015 23:15
- Forum: Design, usability and languages
- Topic: FlatZ Frontpage
- Replies: 237
- Views: 105043
Re: FlatZ Frontpage
In methods.js add on row 558: var tempText = totalText.toLowerCase(); and change row 559 to : if (filter.length <= 0 || tempText.indexOf(filter) >= 0) Thanks for the help, if you like you can also contribute on the github page :) If you would like to explain how contributing on GitHub works :oops ...
- Thursday 24 September 2015 23:14
- Forum: Design, usability and languages
- Topic: FlatZ Frontpage
- Replies: 237
- Views: 105043
Re: FlatZ Frontpage
@galadril,
I have a problem with dimming my KaKu dimmers.
The MaxDimLevel of these devices is 15, but FlatZ sends 0 - 100.
Can you insert a extra variable for setting the max dim level?
So if max is 15 the level send with the dim command is not eg 40 but 40*(MaxDimLevel / 100).
I have a problem with dimming my KaKu dimmers.
The MaxDimLevel of these devices is 15, but FlatZ sends 0 - 100.
Can you insert a extra variable for setting the max dim level?
So if max is 15 the level send with the dim command is not eg 40 but 40*(MaxDimLevel / 100).
- Thursday 24 September 2015 22:18
- Forum: Design, usability and languages
- Topic: FlatZ Frontpage
- Replies: 237
- Views: 105043
Re: FlatZ Frontpage
Thanks, that worked :) Another question: is it by purpose that the log search function (great feature!) is case sensitive? Being not case sensitive would be a bit easier. Will have a look at the page later, maybe i'll find some other improvement points. But for now it looks promising! I don't think ...