Page 26 of 51

Re: Dashticz - Show your dashboard and how-to's!

Posted: Friday 30 November 2018 20:04
by RolandinBru
I’m new in this forum.
Can somebody help me out.
I cannot get an image from my Ip camera in Dashticz. I have an image in the Domoticz dashboard. I use the same URL without result.
I defined buttons.webcam in CONFIG.js according to almost every example I found in this forum. I think I tried everything
I’m out of ideas 🤬

Re: Dashticz - Show your dashboard and how-to's!

Posted: Friday 30 November 2018 22:41
by Lokonli
RolandinBru wrote: ↑Friday 30 November 2018 20:04 I’m new in this forum.
Can somebody help me out.
I cannot get an image from my Ip camera in Dashticz. I have an image in the Domoticz dashboard. I use the same URL without result.
I defined buttons.webcam in CONFIG.js according to almost every example I found in this forum. I think I tried everything
I’m out of ideas 🤬
Can you post here the line from your CONFIG.js where you define the button?

Can you look in Chrome for errors? Press F12 to enter developer mode. Look in the network tab whether you can find the request to your webcam, and what the response is.

Do you see the image if you create a frame instead of a button?

Re: Dashticz - Show your dashboard and how-to's!

Posted: Saturday 01 December 2018 13:57
by Siewert308SW
Far from a finished setup but we have a start.
Just came by to say thx and love dashticz.

7" Official raspberry touchscreen in a SmartiPi case which will mounted to the wall later on.
In know layout space is limited but a overwhelming amount of information also aint that convenient.
Just needed the versatility ;-)
Home screen is ready now building the switches screen.
Will post my config later on when ready.
20181201_134512.jpg
20181201_134512.jpg (267.82 KiB) Viewed 3558 times

Re: Dashticz - Show your dashboard and how-to's!

Posted: Saturday 01 December 2018 19:03
by EdwinK
For 7 inch, that looks great

Re: Dashticz - Show your dashboard and how-to's!

Posted: Sunday 02 December 2018 21:35
by hoeby
What are most of the dashticz users using as screen to project on?
Is this a normal tablet which is mounted on the wall or put on a desk?
I love the idea of the tablet with all its build in functions (wifi, speaker, mic, etc.) But don't like the idea that it is 24/7 on the charger with a battery inside. A 7 inch pi screen should be possible, but i am looking for something bigger (10 inch), somebody has an idea or advice?

Re: Dashticz - Show your dashboard and how-to's!

Posted: Sunday 02 December 2018 23:04
by RolandinBru
Lokonli wrote: ↑Friday 30 November 2018 22:41
RolandinBru wrote: ↑Friday 30 November 2018 20:04 I’m new in this forum.
Can somebody help me out.
I cannot get an image from my Ip camera in Dashticz. I have an image in the Domoticz dashboard. I use the same URL without result.
I defined buttons.webcam in CONFIG.js according to almost every example I found in this forum. I think I tried everything
I’m out of ideas 🤬
Can you post here the line from your CONFIG.js where you define the button?

Can you look in Chrome for errors? Press F12 to enter developer mode. Look in the network tab whether you can find the request to your webcam, and what the response is.

Do you see the image if you create a frame instead of a button?
Thanks for your reply. I got it working. There was a Typo in the CONFIG.js file

This is my Dashboard so far. Still working on it.
Schermafbeelding 2018-12-02 om 22.59.06.png
Schermafbeelding 2018-12-02 om 22.59.06.png (346.3 KiB) Viewed 3468 times
I have an other question. After 30 seconds the IP camera and Buienradar stop 'streaming' Any thoughts?

Re: Dashticz - Show your dashboard and how-to's!

Posted: Monday 10 December 2018 11:14
by randleman
RolandinBru wrote: ↑Sunday 02 December 2018 23:04
Lokonli wrote: ↑Friday 30 November 2018 22:41
RolandinBru wrote: ↑Friday 30 November 2018 20:04 I’m new in this forum.
Can somebody help me out.
I cannot get an image from my Ip camera in Dashticz. I have an image in the Domoticz dashboard. I use the same URL without result.
I defined buttons.webcam in CONFIG.js according to almost every example I found in this forum. I think I tried everything
I’m out of ideas 🤬
Can you post here the line from your CONFIG.js where you define the button?

Can you look in Chrome for errors? Press F12 to enter developer mode. Look in the network tab whether you can find the request to your webcam, and what the response is.

Do you see the image if you create a frame instead of a button?
Thanks for your reply. I got it working. There was a Typo in the CONFIG.js file

This is my Dashboard so far. Still working on it.

Schermafbeelding 2018-12-02 om 22.59.06.png

I have an other question. After 30 seconds the IP camera and Buienradar stop 'streaming' Any thoughts?
Care to share config? :D

Re: Dashticz - Show your dashboard and how-to's!

Posted: Tuesday 11 December 2018 9:03
by RolandinBru
Also sorted. It has to do with Safari on my Imac. In SeaMonkey it works.

Re: Dashticz - Show your dashboard and how-to's!

Posted: Tuesday 11 December 2018 17:19
by randleman
RolandinBru wrote: ↑Tuesday 11 December 2018 9:03 Also sorted. It has to do with Safari on my Imac. In SeaMonkey it works.
Can i get a config of your dashboard? :mrgreen:

Re: Dashticz - Show your dashboard and how-to's!

Posted: Tuesday 18 December 2018 11:07
by EdwinK
Thuis wrote: ↑Monday 15 October 2018 16:24
(loads of code)

Succes :-)
I did change creative.css, graphs.js, settings.js, custom.css to add what you've posted here. However I still have some problems. See screenshots. The buttons for the sunscreen and thermostat are way off.
Screen Shot 2018-12-18 at 10.43.01.png
Screen Shot 2018-12-18 at 10.43.01.png (230.03 KiB) Viewed 3091 times
The attachment Screen Shot 2018-12-18 at 10.43.01.png is no longer available

Re: Dashticz - Show your dashboard and how-to's!

Posted: Tuesday 18 December 2018 14:49
by fechp
Hi All,

I have a strange issue in my dash. I'm not getting all calendar items in overview?
I see them in the popup screen.. Any idea?
Untitled.gif
Untitled.gif (12.7 KiB) Viewed 3069 times

Code: Select all

calendars.private = { maxitems: 5, url: 'https://outlook.live.com/owa//calendar/xxxxxxxx/xxxxxxxxxx/xxx/index.html', icalurl: 'https://outlook.live.com/owa//calendar/xxxxxxx/calendar.ics' }
thx, Kristof

Re: Dashticz - Show your dashboard and how-to's!

Posted: Wednesday 19 December 2018 22:02
by PeJeWe
How can i make the size of the temperature bigger in a block.

Code: Select all

.block_373_2 {
	font-size:14px !important;
this changes only the size of the name in a block and not the data of the sensor.

Edit:

I found out that this works:

Code: Select all

.block373_2 .title { font-size: 20px; !important; }
for those who whant to use this.

Re: Dashticz - Show your dashboard and how-to's!

Posted: Thursday 20 December 2018 11:31
by EdwinK
tileiran wrote: ↑Thursday 20 December 2018 7:06 Do you appreciate my work and want to buy me a beer?
Send:
Nope. Why?

Re: Dashticz - Show your dashboard and how-to's!

Posted: Saturday 22 December 2018 21:28
by RolandinBru
randleman wrote: ↑Tuesday 11 December 2018 17:19
RolandinBru wrote: ↑Tuesday 11 December 2018 9:03 Also sorted. It has to do with Safari on my Imac. In SeaMonkey it works.
Can i get a config of your dashboard? :mrgreen:
No problem, but still making changes. Incorporated P1 elec and gas now. When I’m a bit further, ok?

Re: Dashticz - Show your dashboard and how-to's!

Posted: Monday 14 January 2019 21:52
by rgroothuis
I found out that I can increase the icon on my Dashticz screen by changing the following line:

Code: Select all

blocks[14]['icon']  = 'fa fa-lightbulb';
into

Code: Select all

blocks[14]['icon']  = 'fa fa-lightbulb fa-3x';
I really like this solution and I have reasonable icons on my screen.

What I don't like from this solution is that the following solution for changing the color of the icon doesn't work anymore:

Code: Select all

.fas.fa-lightbulb {
   color:#F1C300;
}
Any suggestion on how to change the icon color again?

Re: Dashticz - Show your dashboard and how-to's!

Posted: Monday 14 January 2019 22:14
by Vox1100
Kan iemand mij uitleggen hoe ik de Honeywell t6 koppel met mijn Domoticz blijf bij mijn poginge hangen bij API en token

Re: Dashticz - Show your dashboard and how-to's!

Posted: Tuesday 15 January 2019 8:41
by mastair
Vox1100 wrote: ↑Monday 14 January 2019 22:14 Kan iemand mij uitleggen hoe ik de Honeywell t6 koppel met mijn Domoticz blijf bij mijn poginge hangen bij API en token
You're writing in the wrong topic and in the wrong language.

Je stelt je vraag in de verkeerde taal en in het verkeerde draadje.

Re: Dashticz - Show your dashboard and how-to's!

Posted: Tuesday 15 January 2019 10:45
by cobra045
mastair wrote: ↑Tuesday 15 January 2019 8:41
Vox1100 wrote: ↑Monday 14 January 2019 22:14 Kan iemand mij uitleggen hoe ik de Honeywell t6 koppel met mijn Domoticz blijf bij mijn poginge hangen bij API en token
You're writing in the wrong topic and in the wrong language.

Je stelt je vraag in de verkeerde taal en in het verkeerde draadje.
Hoi Mastair,

Look here https://www.domoticz.com/forum/viewtopic.php?t=22430 for your problem.
And use https://translate.google.nl for the translate.

Cobra045

Re: Dashticz - Show your dashboard and how-to's!

Posted: Friday 18 January 2019 20:48
by leonhannink
Hi Thuis,

can you share your thermostat.js? where to fill in the setpoins? and do you mind sharing your TFF file of the lyric thermostat.
I trie to copy from you post, but it, is very difficult to work like you have in dashticz.

Re: Dashticz - Show your dashboard and how-to's!

Posted: Friday 01 February 2019 23:57
by pieter1964
Hi

I slowly getting the hang of it about the hows and the whats on dashticz

first other quetions, how can I get here the cofig and lua cripts and more things posted without putting it in this text?

new issue that I haveing now
I cant get the moon phases showing on my screen, picture dont load

I have created the dummy switch with the sensors
moon2.JPG
moon2.JPG (49.58 KiB) Viewed 2104 times
moon1.JPG
moon1.JPG (65.18 KiB) Viewed 2104 times
added some info in my config/js
// 33 Moon up
// 34 Moon under
// 35 Moonpercentage
// 36 Moon age
// 37 Moonphase

//user variables Domotics
// 1 XiaomiMP3 Integer 10001
// 2 MoonPicture String
// 3 MoonphaseCheck String


then I created the LUA script and put it into the /script/lua directory, as stated on the webpage
the important part

-- Variables to customize ------------------------------------------------
local moonpicture = "MoonPicture" -- name of the uservar to write the name of the moonphase picture to
local checkvar = "MoonphaseCheck" -- name of the uservar to check if update is allowed
local checktime = 3600 -- check allowed every x seconds 3600 = 60 min. Check the wundergroud API limitation before changing this
local city = "Bladel" -- Your city for Wunderground API
local countryCode = "NL" -- Your country code for Wunderground API
local idxmoonpercentage ='35' -- Your virtual moon percentage illuminated Device ID
local idxmoonage ='36' -- Your virtual moon age Device ID
local idxmoonphase ='37' -- Your virtual moon phase Device ID
local idxmoonrise='33' -- Your virtual moon rise variable ID
local idxmoonset='34' -- Your virtual moon set variable ID
local wuAPIkey = "abcdefghijklmn-enzenz" -- Your Weather Underground API Key
local DOMO_IP = "192.168.0.110" -- Domoticz ip address
local DOMO_PORT = "8084" -- Domoticz port
local tempfilename = '/var/tmp/phase.tmp' -- can be anywhere writeable (chmod 744)
local debug=false -- false, true for domoticz log
-------------------------------------------------------------------------

changed this
config['idx_moonpicture'] = '2';

added this
buttons.moon= {width:12, isimage:true, refreshimage:60000, image: 'moon'}

columns[3]['blocks'] = [buttons.buienradar,tvguide.dutch,'garbage',buttons.moon]

tvgids, garbage, radar works

moon not

what am I doing wrong here??