framb0ise v2 - awesome new dashboard!

Moderator: leecollings

Maikie

Re: framb0ise v2 - awesome new dashboard!

Post 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
andi216
Posts: 46
Joined: Tuesday 14 March 2017 13:10
Target OS: Raspberry Pi / ODroid
Domoticz version: 3.7243
Contact:

Re: framb0ise v2 - awesome new dashboard!

Post 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
User avatar
jvdz
Posts: 2269
Joined: Tuesday 30 December 2014 19:25
Target OS: Raspberry Pi / ODroid
Domoticz version: 4.107
Location: Netherlands
Contact:

Re: framb0ise v2 - awesome new dashboard!

Post 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.
New Garbage collection scripts: https://github.com/jvanderzande/GarbageCalendar
User avatar
jvdz
Posts: 2269
Joined: Tuesday 30 December 2014 19:25
Target OS: Raspberry Pi / ODroid
Domoticz version: 4.107
Location: Netherlands
Contact:

Re: framb0ise v2 - awesome new dashboard!

Post by jvdz »

Just updated the master branch with a number of fixes.

enjoy :)
Jos
New Garbage collection scripts: https://github.com/jvanderzande/GarbageCalendar
Maikie

Re: framb0ise v2 - awesome new dashboard!

Post 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

Image
The second one is good, current and day summary
User avatar
jvdz
Posts: 2269
Joined: Tuesday 30 December 2014 19:25
Target OS: Raspberry Pi / ODroid
Domoticz version: 4.107
Location: Netherlands
Contact:

Re: framb0ise v2 - awesome new dashboard!

Post by jvdz »

Added Type "General"/sub.type "kWh" to display as the middle one in the latest commit. Hope that works.

Jos
New Garbage collection scripts: https://github.com/jvanderzande/GarbageCalendar
safi78
Posts: 204
Joined: Thursday 05 September 2013 15:39
Target OS: Linux
Domoticz version: LastBeta
Contact:

Re: framb0ise v2 - awesome new dashboard!

Post by safi78 »

Pushed a new version with support for the security panel (and some other enhancements).
homebridge, rfxcom, zwave, nest, applamp, hue, debian, apple, mysensors, netatmo, fibaro, synology, foscam, otherz
safi78
Posts: 204
Joined: Thursday 05 September 2013 15:39
Target OS: Linux
Domoticz version: LastBeta
Contact:

Re: framb0ise v2 - awesome new dashboard!

Post 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
Screen Shot 2017-05-06 at 01.43.37.png (332.1 KiB) Viewed 6406 times
homebridge, rfxcom, zwave, nest, applamp, hue, debian, apple, mysensors, netatmo, fibaro, synology, foscam, otherz
safi78
Posts: 204
Joined: Thursday 05 September 2013 15:39
Target OS: Linux
Domoticz version: LastBeta
Contact:

Re: framb0ise v2 - awesome new dashboard!

Post 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 ;)
homebridge, rfxcom, zwave, nest, applamp, hue, debian, apple, mysensors, netatmo, fibaro, synology, foscam, otherz
tontze
Posts: 317
Joined: Thursday 12 January 2017 15:30
Target OS: Linux
Domoticz version: Beta Ch
Location: Finland
Contact:

Re: framb0ise v2 - awesome new dashboard!

Post 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
framb.PNG (5.42 KiB) Viewed 6384 times
-----------------------------------------
Smartthings
zigbee2mqtt
RFLink 433mhz / Nrf 2.4Ghz
Mi Light
esp8266MiLight Hub
OpenHab/HomeAssistant/Domoticz
HP T610 & Debian 5.10.19-1 x86_64[/b]
User avatar
jvdz
Posts: 2269
Joined: Tuesday 30 December 2014 19:25
Target OS: Raspberry Pi / ODroid
Domoticz version: 4.107
Location: Netherlands
Contact:

Re: framb0ise v2 - awesome new dashboard!

Post 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
New Garbage collection scripts: https://github.com/jvanderzande/GarbageCalendar
tontze
Posts: 317
Joined: Thursday 12 January 2017 15:30
Target OS: Linux
Domoticz version: Beta Ch
Location: Finland
Contact:

Re: framb0ise v2 - awesome new dashboard!

Post 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 :)
-----------------------------------------
Smartthings
zigbee2mqtt
RFLink 433mhz / Nrf 2.4Ghz
Mi Light
esp8266MiLight Hub
OpenHab/HomeAssistant/Domoticz
HP T610 & Debian 5.10.19-1 x86_64[/b]
andi216
Posts: 46
Joined: Tuesday 14 March 2017 13:10
Target OS: Raspberry Pi / ODroid
Domoticz version: 3.7243
Contact:

Re: framb0ise v2 - awesome new dashboard!

Post by andi216 »

Thanks for updating, it works correctly.
And thanks for Custom Url. It seems I'm the only one who wanted this facility.
kniazio
Posts: 200
Joined: Thursday 06 October 2016 8:14
Target OS: Raspberry Pi / ODroid
Domoticz version: 3.7243
Contact:

Re: framb0ise v2 - awesome new dashboard!

Post by kniazio »

kniazio wrote:My cams not visible

my cams is:
http://192.168.1.161:8085/snapshot
http://192.168.1.162:8086/snapshot
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.
godinperson
Posts: 26
Joined: Saturday 06 May 2017 0:23
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: framb0ise v2 - awesome new dashboard!

Post by godinperson »

Hi,

Nice project! Where can I change the radar location and traffic jam location?

Thanks
safi78
Posts: 204
Joined: Thursday 05 September 2013 15:39
Target OS: Linux
Domoticz version: LastBeta
Contact:

Re: framb0ise v2 - awesome new dashboard!

Post 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.
homebridge, rfxcom, zwave, nest, applamp, hue, debian, apple, mysensors, netatmo, fibaro, synology, foscam, otherz
safi78
Posts: 204
Joined: Thursday 05 September 2013 15:39
Target OS: Linux
Domoticz version: LastBeta
Contact:

Re: framb0ise v2 - awesome new dashboard!

Post by safi78 »

kniazio wrote:
kniazio wrote: I've already dealt with myself.
That means you got it working? :)
homebridge, rfxcom, zwave, nest, applamp, hue, debian, apple, mysensors, netatmo, fibaro, synology, foscam, otherz
kniazio
Posts: 200
Joined: Thursday 06 October 2016 8:14
Target OS: Raspberry Pi / ODroid
Domoticz version: 3.7243
Contact:

Re: framb0ise v2 - awesome new dashboard!

Post by kniazio »

safi78 wrote:
kniazio wrote:
kniazio wrote: I've already dealt with myself.
That means you got it working? :)
Yes
jkimmel
Posts: 129
Joined: Monday 25 November 2013 17:51
Target OS: Raspberry Pi / ODroid
Domoticz version: 2021.1
Location: Mallorca
Contact:

Re: framb0ise v2 - awesome new dashboard!

Post by jkimmel »

Settings don't open here with xxx.xxx.xxx.xxx/framb0ise

Howto check whether installation is ok?
Rfxcom
Raspi 4
safi78
Posts: 204
Joined: Thursday 05 September 2013 15:39
Target OS: Linux
Domoticz version: LastBeta
Contact:

Re: framb0ise v2 - awesome new dashboard!

Post by safi78 »

In settings, you only have to specify your domoticz server url, not the /framb0ise in the url.
homebridge, rfxcom, zwave, nest, applamp, hue, debian, apple, mysensors, netatmo, fibaro, synology, foscam, otherz
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest