Search found 11 matches
- Saturday 08 June 2024 20:03
- Forum: Show your projects
- Topic: Energy Dashboard - Template
- Replies: 101
- Views: 17210
Re: Energy Dashboard - Template
I was on holidays for a couple of weeks and what a nice surprise. Gizmocuz went berserk with my code. I really like this great progress!
- Monday 20 May 2024 11:54
- Forum: Show your projects
- Topic: Energy Dashboard - Template
- Replies: 101
- Views: 17210
Re: Energy Dashboard - Template
Hi eddieb, this was my choose, since you now can also disable Solar (and Gas). Then the values align more nicely.
But I agree with you. The purple line on top is nicer. With the next version I will change it back.
But I agree with you. The purple line on top is nicer. With the next version I will change it back.
- Sunday 19 May 2024 17:54
- Forum: Show your projects
- Topic: Energy Dashboard - Template
- Replies: 101
- Views: 17210
Re: Energy Dashboard - Template
Some browser debugging tips. When on your domoticz page. Go to the console in your browser. Validate Solar (XXX = your SolarID): $.getJSON('/json.htm?type=command¶m=getdevices&rid=XXX', function(data){ console.log('CounterToday: ' + parseFloat(data["result"][0]["CounterToday"].slice(0, -4 ...
- Sunday 19 May 2024 12:12
- Forum: Show your projects
- Topic: Energy Dashboard - Template
- Replies: 101
- Views: 17210
Re: Energy Dashboard - Template
Looks good indeed, I also checked your the data from your P1 meter. All the required fields are there.
Can you check in your browsers developer tab if there are any errors when you load the page?
In FireFox you can press F12 to get to this. Select console and then reload the page.
Can you check in your browsers developer tab if there are any errors when you load the page?
In FireFox you can press F12 to get to this. Select console and then reload the page.
- Sunday 19 May 2024 11:38
- Forum: Show your projects
- Topic: Energy Dashboard - Template
- Replies: 101
- Views: 17210
Re: Energy Dashboard - Template
This is how my meters look on the devices page:
- Sunday 19 May 2024 10:56
- Forum: Show your projects
- Topic: Energy Dashboard - Template
- Replies: 101
- Views: 17210
Re: Energy Dashboard - Template
Wow, really wonderful: I've just tried it, and have some suggestions: 1. to avoid warnings with newer version of Domoticz, you should use the URL "/json.htm?type=command¶m=getdevices&rid=" 2. it will be SUPER if you can 2a. disable showing of Gas or Solar in case that idx=0 (many houses are gas ...
- Saturday 18 May 2024 10:49
- Forum: Show your projects
- Topic: Energy Dashboard - Template
- Replies: 101
- Views: 17210
Energy Dashboard - Template
I have created an energy dashboard template for Domoticz: Energy Dashboard.png It also has some nice flow animations. :D You can easily use it yourself if you have a similar setup as me. Download the v1.0 template here: Energy Dashboard.zip Download the v1.1 template here: Energy Dashboard v1.1.zip ...
- Saturday 23 January 2021 17:48
- Forum: Design, usability and languages
- Topic: Security Panel does not fit (on mobile). Topic includes a CSS fix.
- Replies: 1
- Views: 2623
Security Panel does not fit (on mobile). Topic includes a CSS fix.
On my mobile the Security Panel did not fit nicely: Security Panel - Does not fit.png This was a bit annoying, so I have created a new CSS file to fix this problem. If I did my work correctly, the panel will always fit and it contents will be resized accordingly: Security Panel - Responsive.png The ...
- Sunday 05 January 2020 12:47
- Forum: dzVents
- Topic: Bash script for sending snapshots using Telegram [Solved]
- Replies: 0
- Views: 1172
Bash script for sending snapshots using Telegram [Solved]
Hi all, Unfortunately there is not yet a function available in dzVents for sending a camera snapshot using Telegram. I made some minor changes to a Bash scripts found in topic Motion detector with ESP8266 and HC-SR501 . #!/bin/sh # $1 = Chat ID # $2 = Caption # $3 = Disable Notification (true or ...
- Sunday 05 January 2020 12:19
- Forum: ESP8266
- Topic: Advanced motion detector with ESP8266 and HC-SR501
- Replies: 0
- Views: 1009
Advanced motion detector with ESP8266 and HC-SR501
Dear all, This topic is a continuation of topic ' Motion detector with ESP8266 and HC-SR501 '. The previous design shared was meant for alarm purposes. It only was triggered when motions was detected. It was not triggered when motion was stopped. This 'Advanced' version has some additional ...
- Monday 25 September 2017 19:06
- Forum: ESP8266
- Topic: Motion detector with ESP8266 and HC-SR501
- Replies: 4
- Views: 6956
Motion detector with ESP8266 and HC-SR501
Dear all, I would like to share with you a project on which I have been working for a while. It has reached it's final stage and is ready to be presented. In this project I have build a motion detector (for alarm purposes) using an ESP8266 and a HC-SR501. For detailed instructions I have created the ...