Page 8 of 11
Re: framb0ise v2 - awesome new dashboard!
Posted: Monday 01 May 2017 19:36
by Maikie
andi216 wrote:Hi,
In Settings you can add a Iframe empty url for various?
How to get that update button? I've asked for that several times to safi78 but haven't seen it before
Re: framb0ise v2 - awesome new dashboard!
Posted: Monday 01 May 2017 20:24
by andi216
@Maikie
I've added dumm Push On Button.
Off Delay:60.
On Action: script:///home/pi/domoticz/scripts/framb0ise_update.sh
------------------------
#!/bin/sh
SnapFile="/home/pi/domoticz/www/framb0ise"
# Remove Image
/bin/rm -rf $SnapFile
cd /home/pi/domoticz/www
git clone
https://github.com/safi78/framb0ise
Re: framb0ise v2 - awesome new dashboard!
Posted: Tuesday 02 May 2017 20:55
by jvdz
safi78 asked me to announce en release the recent developments, so I just updated the master branch with all changes made in the past couple of days.
The main change made in this release is that framb0ise now makes a hidden room for each fixed widget in domoticz prefixed by "$fr-????", which allows you to sort/sequence the widgets in the framb0ise webpage by simply changing the sequence of the rooms under the Domoticz Roomplans option. You can also add devices to these fixed widgets by simply adding them to the specific hidden room. For example you can add a Rain level device to the :"$fr-buienradarWidget"room which will then appear in the Buienradar widget.
The extra created roomnames will be:
$fr-buienradarWidget
$fr-anwbWidget
$fr-darkskyWidget
$fr-icsWidget
$fr-cameraWidget
$fr-infoWidget
$fr-rssWidget
$fr-cssWidget
$fr-cameraWidget-cam-? (one for each camera)
Please ensure you open the Setup page one time after upgrade, check the radio "Domoticz (for all devices)" and select the save button at the bottom to ensure things will initialize properly
Enjoy,
Jos
Change list:
Added: Framb0ise will now create a hidden room named $fra-????? for each fixed widget to allow you to sequence them in framb0ise and add additional devices to those fixed widgets.
Added: Selector switch support.
Fixed: ical parser bugfixes (thanks to adrianmihalko)
Fixed: Rain title in buienradar as the "to time" was missing.
Fixed: added multiple (4) framb0ise uservariables as the single one was unable to save all information due to length limitation in Domoticz.
Re: framb0ise v2 - awesome new dashboard!
Posted: Wednesday 03 May 2017 20:00
by jvdz
Just updated the master branch with a number of fixes.
enjoy
Jos
Re: framb0ise v2 - awesome new dashboard!
Posted: Wednesday 03 May 2017 21:28
by Maikie
Looks good!
Some changes safi made are reversed now tho. He changed some power meters to show current and day total instead of only grand total

The second one is good, current and day summary
Re: framb0ise v2 - awesome new dashboard!
Posted: Wednesday 03 May 2017 22:32
by jvdz
Added Type "General"/sub.type "kWh" to display as the middle one in the latest commit. Hope that works.
Jos
Re: framb0ise v2 - awesome new dashboard!
Posted: Saturday 06 May 2017 0:52
by safi78
Pushed a new version with support for the security panel (and some other enhancements).
Re: framb0ise v2 - awesome new dashboard!
Posted: Saturday 06 May 2017 1:48
by safi78
New version:
As requested, a custom Widget (to work with services as
https://www.yourweather.co.uk/widget/ for our abroad friends

)
Just tick the box and add the url. This will be used as input for an <img source="your URL"> tag. Move it around with the 'rooms-plan'.

- Screen Shot 2017-05-06 at 01.43.37.png (332.1 KiB) Viewed 6556 times
Re: framb0ise v2 - awesome new dashboard!
Posted: Saturday 06 May 2017 1:57
by safi78
bimse wrote:andi216 wrote:Hi,
In Settings you can add a Iframe empty url for various?
How did you get this great weather system
try the new update so you don't have to fiddle with code

Re: framb0ise v2 - awesome new dashboard!
Posted: Saturday 06 May 2017 8:52
by tontze
Did git pull. enabled darsky widget --> blank screen
Settings button not working after enabling darksky.
Chrome console output:
Code: Select all
Uncaught ReferenceError: editSettings is not defined
at HTMLAnchorElement.onclick (192.168.xxx.xxx/:28)
Also, is this normal :

- framb.PNG (5.42 KiB) Viewed 6534 times
Re: framb0ise v2 - awesome new dashboard!
Posted: Saturday 06 May 2017 9:52
by jvdz
tontze wrote:Did git pull. enabled darsky widget --> blank screen
Settings button not working after enabling darksky.
I've fixed a merge issue so try the latest version to see if that works correct again, else @safi78 needs to have a look.
Jos
Re: framb0ise v2 - awesome new dashboard!
Posted: Saturday 06 May 2017 10:04
by tontze
jvdz wrote:tontze wrote:Did git pull. enabled darsky widget --> blank screen
Settings button not working after enabling darksky.
I've fixed a merge issue so try the latest version to see if that works correct again, else @safi78 needs to have a look.
Jos
Thnx, working now

Re: framb0ise v2 - awesome new dashboard!
Posted: Saturday 06 May 2017 10:10
by andi216
Thanks for updating, it works correctly.
And thanks for Custom Url. It seems I'm the only one who wanted this facility.
Re: framb0ise v2 - awesome new dashboard!
Posted: Monday 08 May 2017 19:21
by kniazio
Everything is very cool.
Why can not I see my cameras?
http://192.168.1.100:8078/json.htm?type=cameras
Code: Select all
result
0
Address "192.168.1.161"
Enabled "true"
ImageURL "snapshot"
Name "Brama"
Password ""
Port 8085
Username ""
idx "1"
1
Address "192.168.1.162"
Enabled "true"
ImageURL "snapshot"
Name "Schody"
Password ""
Port 8086
Username ""
idx "2"
status "OK"
title "Cameras"
I've already dealt with myself.
Re: framb0ise v2 - awesome new dashboard!
Posted: Tuesday 09 May 2017 15:34
by godinperson
Hi,
Nice project! Where can I change the radar location and traffic jam location?
Thanks
Re: framb0ise v2 - awesome new dashboard!
Posted: Wednesday 10 May 2017 12:14
by safi78
godinperson wrote:Hi,
Nice project! Where can I change the radar location and traffic jam location?
Thanks
Hi godinperson,
These widget use a fixed data-source, hardcoded for the larger Dutch user-base. However, if you have a good website for your needs which proved a good source (JSON preferably) I'd be happy to include that for you. Let me know.
Re: framb0ise v2 - awesome new dashboard!
Posted: Wednesday 10 May 2017 12:15
by safi78
kniazio wrote:kniazio wrote:
I've already dealt with myself.
That means you got it working?

Re: framb0ise v2 - awesome new dashboard!
Posted: Wednesday 10 May 2017 15:50
by kniazio
safi78 wrote:kniazio wrote:kniazio wrote:
I've already dealt with myself.
That means you got it working?

Yes
Re: framb0ise v2 - awesome new dashboard!
Posted: Sunday 30 July 2017 11:55
by jkimmel
Settings don't open here with xxx.xxx.xxx.xxx/framb0ise
Howto check whether installation is ok?
Re: framb0ise v2 - awesome new dashboard!
Posted: Sunday 30 July 2017 13:02
by safi78
In settings, you only have to specify your domoticz server url, not the /framb0ise in the url.