Yet another frontpage
Moderator: leecollings
-
- Posts: 7
- Joined: Friday 27 January 2017 15:57
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 3.8153
- Location: Netherlands
- Contact:
Re: Yet another frontpage
[quote="clubeddie"]Solved it, some adjustments in domoticz.js did the trick.
...
I have the same issue with the values (actueelverbruik & totaalverbruik) not updated. Individually they work, but not together.. What am I missing here?
...
I have the same issue with the values (actueelverbruik & totaalverbruik) not updated. Individually they work, but not together.. What am I missing here?
-
- Posts: 5
- Joined: Friday 14 July 2017 15:34
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Yet another frontpage
Hi
Thanks for a nice and cool frontpage.
It's possible to connect to my Domoticz server once I changed the IP to the JSON.htm file. However, I cannot get 0-100% dimmers to work properly. If I dim to like 50% it will snap back to 100%. If I dim to like 20% it dims to 50-60%, see attached picture to be able to understand better.
Have anyone else had this problem?
Thanks in advance.
Thanks for a nice and cool frontpage.
It's possible to connect to my Domoticz server once I changed the IP to the JSON.htm file. However, I cannot get 0-100% dimmers to work properly. If I dim to like 50% it will snap back to 100%. If I dim to like 20% it dims to 50-60%, see attached picture to be able to understand better.
Have anyone else had this problem?
Thanks in advance.
-
- Posts: 5
- Joined: Friday 14 July 2017 15:34
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Yet another frontpage
No one had the same issue as above, or is the project completely dead?
Thanks in advance.
Thanks in advance.
-
- Posts: 28
- Joined: Friday 02 February 2018 11:36
- Target OS: Linux
- Domoticz version: 3.8153
- Location: Netherlands
- Contact:
Re: Yet another frontpage
Hi Guys,
Im trying to install this really nice dashboard. but it waiting for something.
i configured the settings.js file with my ip and port of domoticz. and i added my IDX on the "woonkamer lampen" that is the top left switch.
anyone who can help?
Im trying to install this really nice dashboard. but it waiting for something.
i configured the settings.js file with my ip and port of domoticz. and i added my IDX on the "woonkamer lampen" that is the top left switch.
anyone who can help?
Domoticz 3.8153 on linux laptop ubuntu 17.10 | Toon Thermostat | RFlink usb gateway
-
- Posts: 27
- Joined: Sunday 31 May 2020 10:01
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Yet another frontpage
I've changed this template a bit to work with PHP.
Changelog 05-2020:
- Changed index.html to index.php
- Added ajax.js - for request to domoticz (toggle lightswitch)
- Added domoticz_values.php - to get data from domoticz with json
[UPDATE 06-2020]
Changelog 06-2020:
- HTML Cleanup
- Added inc folder
- inc/main-header.html
- inc/main-sidebar.html
- inc/tab-content.html
- Added custom/favicon folder
- Added js/chart.js
Basic idea was to keep it as simple as possible.
Maybe somebody finds this handy, if someone has anyother nice ideas, i'm all ears.
Download link, file was to big for attachment (7,69 MB)
Cheers,
Patrick
Changelog 05-2020:
- Changed index.html to index.php
- Added ajax.js - for request to domoticz (toggle lightswitch)
- Added domoticz_values.php - to get data from domoticz with json
[UPDATE 06-2020]
Changelog 06-2020:
- HTML Cleanup
- Added inc folder
- inc/main-header.html
- inc/main-sidebar.html
- inc/tab-content.html
- Added custom/favicon folder
- Added js/chart.js
Basic idea was to keep it as simple as possible.
Maybe somebody finds this handy, if someone has anyother nice ideas, i'm all ears.
Download link, file was to big for attachment (7,69 MB)
Cheers,
Patrick
-
- Posts: 113
- Joined: Sunday 14 July 2013 22:00
- Target OS: Raspberry Pi / ODroid
- Domoticz version: beta
- Location: NL
- Contact:
Re: Yet another frontpage
Hi Patrick,PatrickSt91 wrote: ↑Sunday 31 May 2020 10:12 I've changed this template a bit to work with PHP.
Changelog 05-2020:
- Changed index.html to index.php
- Added ajax.js - for request to domoticz (toggle lightswitch)
- Added domoticz_values.php - to get data from domoticz with json
[UPDATE 06-2020]
Changelog 06-2020:
- HTML Cleanup
- Added inc folder
- inc/main-header.html
- inc/main-sidebar.html
- inc/tab-content.html
- Added custom/favicon folder
- Added js/chart.js
Basic idea was to keep it as simple as possible.
Maybe somebody finds this handy, if someone has anyother nice ideas, i'm all ears.
Download link, file was to big for attachment (7,69 MB)
Cheers,
Patrick
I didn't get it to work, still getting:
501 Not Implemented
But PHP is running, also tried a different server but no result.
any advice?
BR,
Jeroen
-
- Posts: 27
- Joined: Sunday 31 May 2020 10:01
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Yet another frontpage
Hi Jeroen,
How did you setup your enviroment?
Are you using the www folder in Domoticz?
I'm using a standalone webserver NGINX 1.14.2 with PHP 7.3
No additinal addons are required.
Let me know
Patrick
-
- Posts: 113
- Joined: Sunday 14 July 2013 22:00
- Target OS: Raspberry Pi / ODroid
- Domoticz version: beta
- Location: NL
- Contact:
Re: Yet another frontpage
Hi Patrick,PatrickSt91 wrote: ↑Tuesday 16 June 2020 11:57Hi Jeroen,
How did you setup your enviroment?
Are you using the www folder in Domoticz?
I'm using a standalone webserver NGINX 1.14.2 with PHP 7.3
No additinal addons are required.
Let me know
Patrick
Yes I do using the WWW directory and put the files in subdir 'frontpage2', so the URL should be: http://domoticz:port/frontpage2/index.php
Your previous version works fine, put it in 'frontpage' subdir, with URL http://domoticz:port/frontpage/index.html
any advice?
BR,
Jeroen
-
- Posts: 27
- Joined: Sunday 31 May 2020 10:01
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Yet another frontpage
You could try the following.jeroenkl wrote: ↑Tuesday 16 June 2020 17:33 Hi Patrick,
Yes I do using the WWW directory and put the files in subdir 'frontpage2', so the URL should be: http://domoticz:port/frontpage2/index.php
Your previous version works fine, put it in 'frontpage' subdir, with URL http://domoticz:port/frontpage/index.html
any advice?
BR,
Jeroen
index.php contains the following line
you could put that line in comment or delete it for testing.<?php include('custom/domoticz_values.php'); ?>
domoticz_values.php is the file i'm using to get data from domoticz to the frontpage, you could also try to replace domoticz_values.php with the old version you are using.
Because it's in the top it want to load that data before loading index.php.
Let met know.
Patrick
-
- Posts: 113
- Joined: Sunday 14 July 2013 22:00
- Target OS: Raspberry Pi / ODroid
- Domoticz version: beta
- Location: NL
- Contact:
Re: Yet another frontpage
Nope, not working.
Not on my NAS as webserver, neither on my domoticz RPi
Both are running PHP and other URL's or working fine.
hmmmm ;-(
BR, Jeroen
Not on my NAS as webserver, neither on my domoticz RPi
Both are running PHP and other URL's or working fine.
hmmmm ;-(
BR, Jeroen
-
- Posts: 113
- Joined: Sunday 14 July 2013 22:00
- Target OS: Raspberry Pi / ODroid
- Domoticz version: beta
- Location: NL
- Contact:
Re: Yet another frontpage
Yes working now, ofcourse you need to ensure a proper PHP is running with your webserver...
Thanks for your help Patrick!
-
- Posts: 66
- Joined: Friday 21 October 2016 10:42
- Target OS: NAS (Synology & others)
- Domoticz version:
- Contact:
Re: Yet another frontpage
Is it possible to repost the download files? The link doesn't seem to work anymore...PatrickSt91 wrote: ↑Sunday 31 May 2020 10:12 I've changed this template a bit to work with PHP.
Changelog 05-2020:
- Changed index.html to index.php
- Added ajax.js - for request to domoticz (toggle lightswitch)
- Added domoticz_values.php - to get data from domoticz with json
[UPDATE 06-2020]
Changelog 06-2020:
- HTML Cleanup
- Added inc folder
- inc/main-header.html
- inc/main-sidebar.html
- inc/tab-content.html
- Added custom/favicon folder
- Added js/chart.js
Basic idea was to keep it as simple as possible.
Maybe somebody finds this handy, if someone has anyother nice ideas, i'm all ears.
Download link, file was to big for attachment (7,69 MB)
Cheers,
Patrick
-
- Posts: 27
- Joined: Sunday 31 May 2020 10:01
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Yet another frontpage
-
- Posts: 66
- Joined: Friday 21 October 2016 10:42
- Target OS: NAS (Synology & others)
- Domoticz version:
- Contact:
Re: Yet another frontpage
thanks!
-
- Posts: 5
- Joined: Wednesday 01 November 2017 7:53
- Target OS: Linux
- Domoticz version: 2020.2
- Contact:
Re: Yet another frontpage
Mind re-uploading this? Link's dead again.
-
- Posts: 27
- Joined: Sunday 31 May 2020 10:01
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Yet another frontpage
There you go https://easyupload.io/xthedt
-
- Posts: 27
- Joined: Sunday 31 May 2020 10:01
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Yet another frontpage
I stopped developing the previous template and started a brand new one.
If anyone wants the template just let me know.
Cheers Patrick
If anyone wants the template just let me know.
Cheers Patrick
-
- Posts: 18
- Joined: Tuesday 23 June 2020 11:01
- Target OS: NAS (Synology & others)
- Domoticz version:
- Contact:
Re: Yet another frontpage
Hell yeah!
Curious about how you implemented your Roomba. I've got a 960 but it doesn't work...
Curious about how you implemented your Roomba. I've got a 960 but it doesn't work...
-
- Posts: 27
- Joined: Sunday 31 May 2020 10:01
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Yet another frontpage
Template URL https://github.com/PatrickSt1991/Domoti ... master.zip
I got a Roomba 605, that one didn't had WiFi so I had to add a Wemos D1 and make some logic with Arduino and NodeRed, i send my commands with MQTT.
Cheers,
Patrick
I got a Roomba 605, that one didn't had WiFi so I had to add a Wemos D1 and make some logic with Arduino and NodeRed, i send my commands with MQTT.
Cheers,
Patrick
Last edited by PatrickSt91 on Tuesday 18 August 2020 9:21, edited 2 times in total.
Who is online
Users browsing this forum: No registered users and 0 guests