Just copy and paste my code replacing yours and tell about the outcome.floris74 wrote:Hey jkimmel,
How dit you fix the multiple thermostats then? Looking forward to the FP with thermostat and dimmer support..
NEW frontpage.html - request comments
Moderator: leecollings
-
- Posts: 129
- Joined: Monday 25 November 2013 17:51
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 2021.1
- Location: Mallorca
- Contact:
Re: NEW frontpage.html - request comments
Rfxcom
Raspi 4
Raspi 4
-
- Posts: 8
- Joined: Saturday 14 February 2015 19:52
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: NEW frontpage.html - request comments
Is the development of this exxellent FrontPage slowing down?
Im not trying to push you guys, but I feel you have the skills to make this so much better then it already is !
I really hope you are not "giving up" on further development just because its "working the way you want" :p
Everything can always get better !
I'm sorry I cant be of assistance, but it would take me months, if not years to be able to code something new into this (I AM actually trying to learn)
And sorry for may bad English, I'm Norwegian :p
Im not trying to push you guys, but I feel you have the skills to make this so much better then it already is !
I really hope you are not "giving up" on further development just because its "working the way you want" :p
Everything can always get better !
I'm sorry I cant be of assistance, but it would take me months, if not years to be able to code something new into this (I AM actually trying to learn)
And sorry for may bad English, I'm Norwegian :p
-
- Posts: 890
- Joined: Tuesday 30 September 2014 8:49
- Target OS: Linux
- Domoticz version: beta
- Location: The Netherlands
- Contact:
Re: NEW frontpage.html - request comments
Lol, but what would you like to see then? I think most of us are quite satisfied with it now
Share your ideas here, maybe someone picks it up and starts working at it
Share your ideas here, maybe someone picks it up and starts working at it
I am not active on this forum anymore.
-
- Posts: 129
- Joined: Monday 25 November 2013 17:51
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 2021.1
- Location: Mallorca
- Contact:
Re: NEW frontpage.html - request comments
Still small issues:
1. How to get rid of the lock-signs wthout changing width of the cells
2. Get the degree sign behind all the Type == temp
I tried
Code: Select all
// Adds the Celsius sign after the temperature
if(viType == 'Temp' && vdata > -100){
vdata=new String(vdata).replace( vdata,vdata + "°");
}
3. Howto implement wheather radar?
Tx to all for sharing and for help.
-
- Posts: 75
- Joined: Sunday 30 November 2014 8:41
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Location: Hoorn, Netherlands
- Contact:
Re: NEW frontpage.html - request comments
Thanks, hope that I have time next week to work with it!jkimmel wrote:Just copy and paste my code replacing yours and tell about the outcome.floris74 wrote:Hey jkimmel,
How dit you fix the multiple thermostats then? Looking forward to the FP with thermostat and dimmer support..
Floris
- bizziebis
- Posts: 182
- Joined: Saturday 19 October 2013 14:00
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 3.8805
- Location: The Netherlands
- Contact:
Re: NEW frontpage.html - request comments
What if you use vType instead of viType?jkimmel wrote:That's how it looks like now here
Still small issues:
1. How to get rid of the lock-signs wthout changing width of the cells
2. Get the degree sign behind all the Type == temp
I triedbut this not working for all cells.Code: Select all
// Adds the Celsius sign after the temperature if(viType == 'Temp' && vdata > -100){ vdata=new String(vdata).replace( vdata,vdata + "°"); }
3. Howto implement wheather radar?
Tx to all for sharing and for help.
For me this works in all cells.
You can use it for whatever you want to put behind the value.
-
- Posts: 7
- Joined: Monday 26 January 2015 9:11
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: NEW frontpage.html - request comments
That is a nice design Bizziebis, would you like to share with us how you made this?
I really like the glossy look of the buttons
I really like the glossy look of the buttons
- mvveelen
- Posts: 678
- Joined: Friday 31 October 2014 10:22
- Target OS: NAS (Synology & others)
- Domoticz version: Beta
- Location: Hoorn, The Netherlands
- Contact:
Re: NEW frontpage.html - request comments
Can you share your (.css) code for the buttons? And maybe for the Kwh, m3, L, etc. ?bizziebis wrote:
Try using vtype instead of viType, that should work.jkimmel wrote:That's how it looks like now here
Still small issues:
1. How to get rid of the lock-signs wthout changing width of the cells
2. Get the degree sign behind all the Type == temp
I triedbut this not working for all cells.Code: Select all
// Adds the Celsius sign after the temperature if(viType == 'Temp' && vdata > -100){ vdata=new String(vdata).replace( vdata,vdata + "°"); }
3. Howto implement wheather radar?
Tx to all for sharing and for help.
The lock signs are dealt with in the .css files, remove them and you're done.
Weather radar? Well, maybe someone else can be of help?
RPi3b+/RFXCOM rfxtrx433E/Shelly/Xiaomi Gateway/Philips HUE Lights/Atag Zone One/2 SunnyBoy inverters/AirconWithMe/P1 smartmeter/Domoticz latest Beta
-
- Posts: 890
- Joined: Tuesday 30 September 2014 8:49
- Target OS: Linux
- Domoticz version: beta
- Location: The Netherlands
- Contact:
Re: NEW frontpage.html - request comments
Weather radar is already implemented in the version that had the swipe for two screens possibility? It was/is on the second screen (Buienradar).
I am not active on this forum anymore.
-
- Posts: 129
- Joined: Monday 25 November 2013 17:51
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 2021.1
- Location: Mallorca
- Contact:
Re: NEW frontpage.html - request comments
Txmvveelen wrote:bizziebis wrote:Try using vtype instead of viType, that should work.
The lock signs are dealt with in the .css files, remove them and you're done.
Weather radar? Well, maybe someone else can be of help?
but removing lock signs >>> cell width changes??
Rfxcom
Raspi 4
Raspi 4
- mvveelen
- Posts: 678
- Joined: Friday 31 October 2014 10:22
- Target OS: NAS (Synology & others)
- Domoticz version: Beta
- Location: Hoorn, The Netherlands
- Contact:
Re: NEW frontpage.html - request comments
Hmmm, not in my setup ?!jkimmel wrote:
Tx
but removing lock signs >>> cell width changes??
RPi3b+/RFXCOM rfxtrx433E/Shelly/Xiaomi Gateway/Philips HUE Lights/Atag Zone One/2 SunnyBoy inverters/AirconWithMe/P1 smartmeter/Domoticz latest Beta
-
- Posts: 251
- Joined: Sunday 11 May 2014 11:09
- Target OS: Windows
- Domoticz version: 2023.1+
- Location: NL
- Contact:
Re: NEW frontpage.html - request comments
Just to share
I adjusted the code to have more options to be set in the settings file :
//format: idx, value, label, description,lastseen(1 when lastseen is wanted date+time,2 time only) ,plusmin button (1 for +-buttons , 2 icons on, 4 protected & no icon), [override css], [alarm value]
Above it straight forward. The 4 is to protect only in FrontPage (to avoid activation by accident, i also disable the icon in this case to show this is a proteced one)
I experienced some problems with kaku dimmers
My solution is posted here : http://www.domoticz.com/forum/viewtopic.php?f=23&t=5646
I implemented a code to detect the IP requesting the FrontPage and use it to reduce bandtwith when connecting with my mobile via VPN
(DATAplan saving = no icons, no camera;s enabled)
My solution is posted here : http://www.domoticz.com/forum/viewtopic.php?f=23&t=5645
Further i created 4 slide pages, and implemented 4 cameras
Works very well but i have to be carfull setting up the refresch speed to avoid high bandwith.
I also change background color to red when alarm is triggerd ( i use dummy switch as a time switch to create a delay)
Some how i cannot get the background to blink red And i would love to implement some short notification sound on alarm but i do not know how.
Thanks for all your efforts and so making me able to implement it at home I love this FrontPage ! and the doorbell popup is real nice
I adjusted the code to have more options to be set in the settings file :
//format: idx, value, label, description,lastseen(1 when lastseen is wanted date+time,2 time only) ,plusmin button (1 for +-buttons , 2 icons on, 4 protected & no icon), [override css], [alarm value]
Above it straight forward. The 4 is to protect only in FrontPage (to avoid activation by accident, i also disable the icon in this case to show this is a proteced one)
I experienced some problems with kaku dimmers
My solution is posted here : http://www.domoticz.com/forum/viewtopic.php?f=23&t=5646
I implemented a code to detect the IP requesting the FrontPage and use it to reduce bandtwith when connecting with my mobile via VPN
(DATAplan saving = no icons, no camera;s enabled)
My solution is posted here : http://www.domoticz.com/forum/viewtopic.php?f=23&t=5645
Further i created 4 slide pages, and implemented 4 cameras
Works very well but i have to be carfull setting up the refresch speed to avoid high bandwith.
I also change background color to red when alarm is triggerd ( i use dummy switch as a time switch to create a delay)
Some how i cannot get the background to blink red And i would love to implement some short notification sound on alarm but i do not know how.
Thanks for all your efforts and so making me able to implement it at home I love this FrontPage ! and the doorbell popup is real nice
Rpi & Win x64. Using : cam's,RFXCom, LaCrosse, RFY, HuE, google, standard Lua, Tasker, Waze traveltime, NLAlert&grip2+,curtains, vacuum, audioreceiver, smart-heating&cooling + many more (= automate all repetitive simple tasks)
- G3rard
- Posts: 669
- Joined: Wednesday 04 March 2015 22:15
- Target OS: -
- Domoticz version: No
- Location: The Netherlands
- Contact:
Re: NEW frontpage.html - request comments
@FutureCow, can you please share the code of your nice frontpage with us?FutureCow wrote:is it possible to use another css/js when it's day and night?
I'm no html coder whatsoever, just try and error!
This is my work so far: (using Darkoticz colors for the dark version)
And on my phone:
Not using Domoticz anymore
- mvveelen
- Posts: 678
- Joined: Friday 31 October 2014 10:22
- Target OS: NAS (Synology & others)
- Domoticz version: Beta
- Location: Hoorn, The Netherlands
- Contact:
Re: NEW frontpage.html - request comments
G3rard wrote:@FutureCow, can you please share the code of your nice frontpage with us?FutureCow wrote:is it possible to use another css/js when it's day and night?
I'm no html coder whatsoever, just try and error!
This is my work so far: (using Darkoticz colors for the dark version)
And on my phone:
Exactly what I asked here (Februari 2nd):
He never shared the code.mvveelen wrote:@ FutureCow : how did you get the Skycons (?) in there? If they are Skycons ?
Can you share your code? Maybe others like to use (some of) it.
I also asked bizziebis to share his code (a few posts ago and by PM). No code shared.
I wonder why this is.....
Using the code we share here, upgrading or altering it and not giving back the code / improvements.....not my cup of tea.
RPi3b+/RFXCOM rfxtrx433E/Shelly/Xiaomi Gateway/Philips HUE Lights/Atag Zone One/2 SunnyBoy inverters/AirconWithMe/P1 smartmeter/Domoticz latest Beta
- bizziebis
- Posts: 182
- Joined: Saturday 19 October 2013 14:00
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 3.8805
- Location: The Netherlands
- Contact:
Re: NEW frontpage.html - request comments
I was quite busy these days. I only reply from my phone which makes it difficult to share code
But I'll upload a zip when I'm at my PC again.
But I'll upload a zip when I'm at my PC again.
- mvveelen
- Posts: 678
- Joined: Friday 31 October 2014 10:22
- Target OS: NAS (Synology & others)
- Domoticz version: Beta
- Location: Hoorn, The Netherlands
- Contact:
Re: NEW frontpage.html - request comments
That would be great, thanks in advance bizziebis !
RPi3b+/RFXCOM rfxtrx433E/Shelly/Xiaomi Gateway/Philips HUE Lights/Atag Zone One/2 SunnyBoy inverters/AirconWithMe/P1 smartmeter/Domoticz latest Beta
- bizziebis
- Posts: 182
- Joined: Saturday 19 October 2013 14:00
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 3.8805
- Location: The Netherlands
- Contact:
Re: NEW frontpage.html - request comments
Here it is:
I made a lot of changes to suit the display size of my tablet. Also some of the tricks to display the "C", "kWh", "W" and "L" will not work for everybody. Changes need to be made acording to the hardware you use. That's not a big problem. Everything you need is supplied by JSON
I would advise to only "borrow" the code you like, but not use this frontpage directly. It can give you some nasty side effects.
(Dimmer support is completely broken as far as I know , I don't use it)
If you need more information about how I did something, feel free to ask. I'll try to explain or adjust it to your needs.
I made a lot of changes to suit the display size of my tablet. Also some of the tricks to display the "C", "kWh", "W" and "L" will not work for everybody. Changes need to be made acording to the hardware you use. That's not a big problem. Everything you need is supplied by JSON
I would advise to only "borrow" the code you like, but not use this frontpage directly. It can give you some nasty side effects.
(Dimmer support is completely broken as far as I know , I don't use it)
If you need more information about how I did something, feel free to ask. I'll try to explain or adjust it to your needs.
-
- Posts: 129
- Joined: Monday 25 November 2013 17:51
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 2021.1
- Location: Mallorca
- Contact:
Re: NEW frontpage.html - request comments
Just to share:
Dimmer and thermostat setpoints working
Without "Images"
Dimmer and thermostat setpoints working
Without "Images"
Rfxcom
Raspi 4
Raspi 4
- mvveelen
- Posts: 678
- Joined: Friday 31 October 2014 10:22
- Target OS: NAS (Synology & others)
- Domoticz version: Beta
- Location: Hoorn, The Netherlands
- Contact:
Re: NEW frontpage.html - request comments
Thanks. So far I only managed to get the tiny piece of code out which gives the neat 'degrees Celsius', but I can't really put my finger on what to change in the frontpage I have to get the cells to color red / green / blue. I thnk it has to do with the css_data so I tried to put that in my page and also some things for the cells, but it didn't work. I don't think you can easily point me in the right direction can you?bizziebis wrote:Here it is:
I made a lot of changes to suit the display size of my tablet. Also some of the tricks to display the "C", "kWh", "W" and "L" will not work for everybody. Changes need to be made acording to the hardware you use. That's not a big problem. Everything you need is supplied by JSON
I would advise to only "borrow" the code you like, but not use this frontpage directly. It can give you some nasty side effects.
(Dimmer support is completely broken as far as I know , I don't use it)
If you need more information about how I did something, feel free to ask. I'll try to explain or adjust it to your needs.
RPi3b+/RFXCOM rfxtrx433E/Shelly/Xiaomi Gateway/Philips HUE Lights/Atag Zone One/2 SunnyBoy inverters/AirconWithMe/P1 smartmeter/Domoticz latest Beta
-
- Posts: 5
- Joined: Thursday 19 February 2015 7:23
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: NEW frontpage.html - request comments
I like the frontpage a lot.
and to make a combination to.
But at 1 and the other web browser the cam wouldn't work.
Funny i use the same link. On the ipad with the webbrowser Mercury everything works fine.
Safari doesn't and Chrome to.
On the PC it's the same
Hows that possible.
And don't look to the empty cells. I'didnt fill it in yett.
and to make a combination to.
But at 1 and the other web browser the cam wouldn't work.
Funny i use the same link. On the ipad with the webbrowser Mercury everything works fine.
Safari doesn't and Chrome to.
On the PC it's the same
Hows that possible.
And don't look to the empty cells. I'didnt fill it in yett.
- Attachments
-
- index.JPG (98.19 KiB) Viewed 3908 times
-
- Frontpage1.JPG (86.8 KiB) Viewed 3908 times
-
- Frontpage.JPG (110.32 KiB) Viewed 3908 times
Who is online
Users browsing this forum: No registered users and 1 guest