Page 3 of 11

Re: framb0ise v2 - awesome new dashboard!

Posted: Sunday 23 April 2017 17:34
by safi78
Maikie wrote:
jvdz wrote:
Maikie wrote: When I now browse to my domoticz url with /framb0ise I get the domoticz offline message.

What did I do wrong?
I had the same and had to add /index.html to the end of the url.

Jos
That indeed did the trick, thanks!
did you leave out the trailing slash?

http://192.168.0.100:8080/framb0ise does not work
http://192.168.0.100:8080/framb0ise/ does work

Re: framb0ise v2 - awesome new dashboard!

Posted: Sunday 23 April 2017 17:36
by safi78
andi216 wrote:
can you test the new version?
Nothing changed :(
did you emtpy your browser cache? sometimes the older version of the .js files keep being used.

Re: framb0ise v2 - awesome new dashboard!

Posted: Sunday 23 April 2017 17:40
by Maikie
safi78 wrote:
Maikie wrote:
jvdz wrote: I had the same and had to add /index.html to the end of the url.

Jos
That indeed did the trick, thanks!
did you leave out the trailing slash?

http://192.168.0.100:8080/framb0ise does not work
http://192.168.0.100:8080/framb0ise/ does work
Ah, I see, yeah with / it also works.

I only see info at the moment but that is because I don't have rooms setup I guess?
Image

Re: framb0ise v2 - awesome new dashboard!

Posted: Sunday 23 April 2017 17:45
by qwerk
safi78 wrote:
andi216 wrote:I have a FA20RF smoke detector.
In page icon smoke detector does not change the status (is red) even if the sensor is on or off.
can you test the new version?

I now have a green smokedetector on my screen.

Re: framb0ise v2 - awesome new dashboard!

Posted: Sunday 23 April 2017 17:46
by andi216
did you emtpy your browser cache? sometimes the older version of the .js files keep being used.
Yes.
Now it's always green. : (

Re: framb0ise v2 - awesome new dashboard!

Posted: Sunday 23 April 2017 17:56
by qwerk
andi216 wrote:
did you emtpy your browser cache? sometimes the older version of the .js files keep being used.
Yes.
Now it's always green. : (
so, no fire at your place.
just kidding: same here.

always green

Re: framb0ise v2 - awesome new dashboard!

Posted: Sunday 23 April 2017 18:24
by safi78
Maikie wrote: I only see info at the moment but that is because I don't have rooms setup I guess?
Si.

Re: framb0ise v2 - awesome new dashboard!

Posted: Sunday 23 April 2017 18:26
by safi78
qwerk wrote: so, no fire at your place.
just kidding: same here.

always green
:lol:

Try the new update.

Re: framb0ise v2 - awesome new dashboard!

Posted: Sunday 23 April 2017 18:31
by qwerk
safi78 wrote:
:lol:

Try the new update.

green and red smokedetectors ( at the right moments)
man, you're fast
I don't have time to find flaws with this solving rate.

Re: framb0ise v2 - awesome new dashboard!

Posted: Sunday 23 April 2017 18:37
by Maikie
safi78 wrote:
Maikie wrote: I only see info at the moment but that is because I don't have rooms setup I guess?
Si.
I did have a room already but only had 1 device added to that so I now added more rooms but still nothing showing, any idea?

Re: framb0ise v2 - awesome new dashboard!

Posted: Sunday 23 April 2017 18:43
by qwerk
Maikie wrote:
safi78 wrote:
Maikie wrote: I only see info at the moment but that is because I don't have rooms setup I guess?
Si.
I did have a room already but only had 1 device added to that so I now added more rooms but still nothing showing, any idea?

DO you need a login and password for domoticz and did you put that in the config.js?
are you using room names or device names starting with a $

Re: framb0ise v2 - awesome new dashboard!

Posted: Sunday 23 April 2017 18:47
by Maikie
qwerk wrote:
Maikie wrote:
safi78 wrote:
Si.
I did have a room already but only had 1 device added to that so I now added more rooms but still nothing showing, any idea?

DO you need a login and password for domoticz and did you put that in the config.js?
are you using room names or device names starting with a $
On the local network there is no need for a login so I didn't put that in the config file.
There is 1 default room with a $ in front called hidden devices. The ones that I created myself don't have a $ in front.

Re: framb0ise v2 - awesome new dashboard!

Posted: Sunday 23 April 2017 18:48
by andi216
Status smoke icon:
Domoticz SMOKE ON > framb0ise red
Domoticz SMOKE OFF (Reset) > just refresh page > framb0ise green

Re: framb0ise v2 - awesome new dashboard!

Posted: Sunday 23 April 2017 19:12
by qwerk
Maikie wrote:
On the local network there is no need for a login so I didn't put that in the config file.
There is 1 default room with a $ in front called hidden devices. The ones that I created myself don't have a $ in front.

Just to be on the safe side, please try also with a username and password in the config.js.

Re: framb0ise v2 - awesome new dashboard!

Posted: Sunday 23 April 2017 20:01
by Maikie
qwerk wrote:
Maikie wrote:
On the local network there is no need for a login so I didn't put that in the config file.
There is 1 default room with a $ in front called hidden devices. The ones that I created myself don't have a $ in front.

Just to be on the safe side, please try also with a username and password in the config.js.
In my first post I mentioned the config file was empty, it appears I was editing the config file in the domotics www folder. I just found the right config file and I changed the IP, still no luck.

Should I enter with username and pass like the format in the example? https://username:password@ip:port?

Re: framb0ise v2 - awesome new dashboard!

Posted: Sunday 23 April 2017 20:10
by jvdz
@safi78,
Guess this setup is becoming quite popular. :)
Adding the slash after the url is indeed now working, but thought I tried that in the beginning as well... not important now.
I noticed that the script is not filtering the scene in the rooms and assumes they are device idx'es. I have scene in rooms as the DTGMENU setup is using the same approach as your web front-end and using the room definitions for the telegram inline menu structure. So I have quite some SCENEs/GROUPs defined in them which are showing now obviously strange information.
How do you feel about this? Should they be filtered out or should there be support for SCENE's/Groups like in the regular frontend?

Jos

Re: framb0ise v2 - awesome new dashboard!

Posted: Sunday 23 April 2017 20:27
by safi78
jvdz wrote: I noticed that the script is not filtering the scene in the rooms and assumes they are device idx'es. I have scene in rooms as the DTGMENU setup is using the same approach as your web front-end and using the room definitions for the telegram inline menu structure. So I have quite some SCENEs/GROUPs defined in them which are showing now obviously strange information.
How do you feel about this? Should they be filtered out or should there be support for SCENE's/Groups like in the regular frontend?
Jos
Hi Jos,

Yeah, let's filter rooms/groups the same way.

Scenes can be a Push On
Groups can be be an On/Off

Agree?

Re: framb0ise v2 - awesome new dashboard!

Posted: Sunday 23 April 2017 20:30
by safi78
Maikie wrote: I did have a room already but only had 1 device added to that so I now added more rooms but still nothing showing, any idea?
Nope, no idea. What does the browser console say? (usually in Developer tools in your browser). When stuff goes horribly wrong, it's usually logged in there.

Re: framb0ise v2 - awesome new dashboard!

Posted: Sunday 23 April 2017 20:33
by Maikie
safi78 wrote:
Maikie wrote: I did have a room already but only had 1 device added to that so I now added more rooms but still nothing showing, any idea?
Nope, no idea. What does the browser console say? (usually in Developer tools in your browser). When stuff goes horribly wrong, it's usually logged in there.
Image

Re: framb0ise v2 - awesome new dashboard!

Posted: Sunday 23 April 2017 20:35
by safi78
Maikie wrote:
safi78 wrote:
Maikie wrote: I did have a room already but only had 1 device added to that so I now added more rooms but still nothing showing, any idea?
Nope, no idea. What does the browser console say? (usually in Developer tools in your browser). When stuff goes horribly wrong, it's usually logged in there.
Image
Wow.

You are using https:// (ssl) AND port 8080 ...

Pick 1, don't care which, it's your setup ;)

Either use https or remove 8080 depending on your setup.