Just installed the latest Beta. Now my graphs don't display right anymore. I also noticed that screen 2 is partially visible on screen 1.
On my laptop everything looks alright but on my Ipad 2 it's a little messed up. click link for screenshot
var _LANGUAGE = 'nl_NL'; //or: en_US, fr_FR, hu_HU
var _HOST_DOMOTICZ = 'http://xxx.xxx.xxx.xxx:xxxx';
var _DOMOTICZ_REFRESH = 60; //in seconds
/* var _DASHTICZ_REFRESH = 30; //in minutes */
var _THEME = 'default'; // default = dashticz default theme
/*
IF YOU HAVE A MEDIABOX FROM ZIGGO (HORIZON), COPY SWITCH_HORIZON.PHP ON A WEBSERVER INSIDE YOUR NETWORK AND CHANGE THE IP.
ENTER THE PATH TO THIS FILE BELOW.
*/
var _HOST_ZIGGO_HORIZON = ''; //e.g. http://192.168.1.3/domoticz/switch_horizon.php';
var _APIKEY_WUNDERGROUND = '';
var _WEATHER_CITY = 'Eindhoven';
var _WEATHER_CITYNAME = ''; //show a different city name, leave empty if same as _WEATHER_CITY
var _WEATHER_COUNTRY = 'NL';
var _USE_AUTO_POSITIONING = true; //don't want to configure positions, use auto positioning
var _USE_FAVORITES = true; //only used when using auto positioning
var _HIDE_SECONDS_IN_CLOCK = false; //do not show the seconds in the clock
var _HIDE_MEDIAPLAYER_WHEN_OFF = false; //when you have a mediaplayer connected, hide it if nothing is playing
var _NEWS_RSSFEED = 'http://www.nu.nl/rss/algemeen';
var _USE_FAHRENHEIT = false;
var _USE_BEAUFORT = true; //Bft instead of m/s
var _TRANSLATE_SPEED = false; //windspeed, north northwest instead of NNW
var _STANDBY_AFTER_MINUTES = 10; //enter amount of minutes like: 5 (5 minutes)
var _SCROLL_NEWS_AFTER = 7000; //milliseconds, so 7000 is 7 seconds
var _SHOW_LASTUPDATE = false;
var _LASTUPDATE_FORMAT = 'DD-MM-YY HH:mm';
var _SCREENSLIDER_EFFECT = 'slide'; //'slide' or 'fade' or 'cube' or 'coverflow' or 'flip'
var _APIKEY_MAPS = '';
var _MAPS_LATITUDE = '';
var _MAPS_LONGITUDE = '';
var _AUTO_SWIPEBACK_TO = 1; //when no activity, swipe back to main screen after x seconds
var _AUTO_SWIPEBACK_TIME = 10; //seconds
//predefined colors, when you have RGB-lamps
var _SAVED_COLORS = ['black', 'white', 'blanchedalmond','rgb(255, 128, 0);', 'hsv 100 70 50', 'lightyellow'];
// iCalendar Plugin, supports all .ics calendar types like Google Calendar, Apple Calendar
var _ICALENDAR_URL = 'https://testurl.com/ical.ics'; //supports .ics type calendars (Google Calendar, Apple Calendar etc.)
var _ICALENDAR_DATEFORMAT = 'friendly'; //'friendly', 'MM.DD.YYYY HH:mm', 'DD.MM.YYYY HH:mm', 'YYYY.MM.DD HH:mm'
var _ICALENDAR_LOCALE = 'en'; //en,hu, etc.
//Buttons or images to open webpages in an iframe, like a news website or weather forecast
var buttons = {}
buttons.buienradar = {width:12, isimage:true, refreshimage:60000, image: 'http://api.buienradar.nl/image/1.0/Rada ... =285&h=256', url: 'http://www.weeronline.nl/Europa/Nederland/Son/4058667'}
buttons.cam1= {width:12, isimage:true, refresh:2000, image: 'http://xxx.xxx.xxx.xxx:xxxx/cgi/jpg/image.cgi', url: 'http://xxx.xxx.xxx.xxx:xxxx/cgi/jpg/image.cgi'}
buttons.cam2= {width:12, isimage:true, refresh:2000, image: 'http://xxx.xxx.xxx.xxx:xxxx/cgi-bin/CGIProxy.fcgi?cmd=snapPicture2&usr=&pwd=', url: 'http://xxx.xxx.xxx.xxx:xxxx/cgi-bin/CGIProxy.fcgi?cmd=snapPicture2&usr=&pwd='}
buttons.cam3= {width:12, isimage:true, refresh:2000, image: 'http://xxx.xxx.xxx.xxx:xxxx/cgi-bin/CGIProxy.fcgi?cmd=snapPicture2&usr=&pwd=', url: 'http://xxx.xxx.xxx.xxx:xxxx/cgi-bin/CGIProxy.fcgi?cmd=snapPicture2&usr=&pwd='}
buttons.cam4= {width:12, isimage:true, refresh:2000, image: 'http://xxx.xxx.xxx.xxx:xxxx/snap.jpeg', url: 'http://xxx.xxx.xxx.xxx:xxxx/snap.jpeg'}
buttons.radio = {width:12, image: 'img/radio_on.png', title: 'Radio', url: 'http://nederland.fm'}
buttons.nunl = {width:12, icon: 'fa-newspaper-o', title: 'Nu.nl', url: 'http://www.nu.nl'}
//CUSTOM POSITIONING:
//defining wich blocks to show, de numbers represents the IDX of the device in Domoticz
//only define if you want to use a custom width instead of the default
var blocks = {}
//blocks[1] = {}
//blocks[1]['width'] = 4; //1 to 12, remove this line if you want to use the default (4)
//blocks[1]['title'] = 'Living room' //if you want change the name of switch different then domoticz
//blocks[1]['icon'] = 'fa-eye'; //if you want an other icon instead of the default, choose from: http://fontawesome.io/cheatsheet/
//blocks[1]['image'] = 'bulb_off.png'; //if you want to show an image instead if icon, place image in img/ folder
//blocks[204] = {} //dimmer
//blocks[204]['width'] = 12;
//blocks[204]['title'] = 'Living room' //if you want change the name of switch different then domoticz
//columns[1] = {}
//columns[1]['blocks'] = ['blocktitle_1',1,2,62,'144_2',204,248,295] //remark: idx 144 produces 2 blocks, so you can use: '144_1' and '144_2' (or of course, just 144 if you want one)
//columns[1]['width'] = 5;
qwerk wrote:has anybody contacted mijnafvalwijzer ?
maybe they are willing to help.
As far as I know , it is the only one in the Netherlands with the most cities.
rbo0567 wrote:Just installed the latest Beta. Now my graphs don't display right anymore. I also noticed that the next screen is partially visible.
It's on my Ipad 2, click link for screenshot
I had this too when I added my cameras. When I disabled them, the part of the second screen was gone again. Also, when I added the cameras, the page took a long time to load. When it was finished loading, the part of the second screen was gone too.
So it might have something to do with the code for the cameras?
rbo0567 wrote:Just installed the latest Beta. Now my graphs don't display right anymore. I also noticed that the next screen is partially visible.
It's on my Ipad 2, click link for screenshot
I had this too when I added my cameras. When I disabled them, the part of the second screen was gone again. Also, when I added the cameras, the page took a long time to load. When it was finished loading, the part of the second screen was gone too.
So it might have something to do with the code for the cameras?
I don't have camera's, and I see this happening too. Sometimes it will go away by going left or right, other times it wont and you need to refresh the page.
Running latest BETA on a Pi-3 | Toon® Thermostat (rooted) | Hue | Tuya | IKEA tradfri | Dashticz V3 on Lenovo Huawei Tablet | Conbee
rbo0567 wrote:Just installed the latest Beta. Now my graphs don't display right anymore. I also noticed that the next screen is partially visible.
It's on my Ipad 2, click link for screenshot
I had this too when I added my cameras. When I disabled them, the part of the second screen was gone again. Also, when I added the cameras, the page took a long time to load. When it was finished loading, the part of the second screen was gone too.
So it might have something to do with the code for the cameras?
Disabled the cameras in CONFIG.js reloaded Dashticz. Part of second screen was still visible and graphs still messed up. Enabled the camera's and reloaded Dashticz again. Same result.
Raspberry Pi 3, RaZberry, RFXtrx433
Various Z-Wave devices, KlikAanKlikUit devices, ESP8266 NodeMCU, Sonoff POW and a Essent E-thermostaat
IP camera: Dahua 4MP IPC-HDBW4421R-AS, Vivotek FD8134V
1: In Domoticz in the Utility tab, I have a Solar panel yield device that displays:
- total kWh
- daily kWh
- current power
solar usage.JPG (18.78 KiB) Viewed 2065 times
When I add this as a 'block' in Dasthicz, I can't select the 'power', but it only gives the 'daily kWh'. How can I change this?
2:
With the help of the OTGW I can distinct the gas usage by 'house heating' and 'tap water heating'. I therefore have 2 virtual gas meters to display this. In Dashticz I have both given them custom titles to show in local language what the device is about. However, it still displays the standard text. Can I change this?
jake wrote:I have 2 questions regarding blocks to place:
1: In Domoticz in the Utility tab, I have a Solar panel yield device that displays:
- total kWh
- daily kWh
- current power
solar usage.JPG
When I add this as a 'block' in Dasthicz, I can't select the 'power', but it only gives the 'daily kWh'. How can I change this?
2:
With the help of the OTGW I can distinct the gas usage by 'house heating' and 'tap water heating'. I therefore have 2 virtual gas meters to display this. In Dashticz I have both given them custom titles to show in local language what the device is about. However, it still displays the standard text. Can I change this?
Gas custom title.JPG
jake wrote:
2:
With the help of the OTGW I can distinct the gas usage by 'house heating' and 'tap water heating'. I therefore have 2 virtual gas meters to display this. In Dashticz I have both given them custom titles to show in local language what the device is about. However, it still displays the standard text. Can I change this?
qwerk wrote:has anybody contacted mijnafvalwijzer ?
maybe they are willing to help.
As far as I know , it is the only one in the Netherlands with the most cities.
Cure is still working at my end with the latest beta.
I wan't to use the calendar functionality with a gmail ical calendar, I'm getting the following error in the console:
No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://10.100.10.3:8080' is therefore not allowed access. The response had HTTP status code 405.
Is there something I have to add to the ical url? Tried crossorigin.me in front but that didn't help. I think I missing something here, there are a lot op posts with a calendar in so I don't really know the latest state
Dashticz needs a subforum with a tread for every functionality , is definitly a populair dashboard as we are already passed 100 pages with posts.
jake wrote:I have 2 questions regarding blocks to place:
1: In Domoticz in the Utility tab, I have a Solar panel yield device that displays:
- total kWh
- daily kWh
- current power
solar usage.JPG
When I add this as a 'block' in Dasthicz, I can't select the 'power', but it only gives the 'daily kWh'. How can I change this?
Could you send me the JSON-output of this device?
jake wrote:
2:
With the help of the OTGW I can distinct the gas usage by 'house heating' and 'tap water heating'. I therefore have 2 virtual gas meters to display this. In Dashticz I have both given them custom titles to show in local language what the device is about. However, it still displays the standard text. Can I change this?
Gas custom title.JPG
Blueone wrote:Cure is still working at my end with the latest beta.
I wan't to use the calendar functionality with a gmail ical calendar, I'm getting the following error in the console:
No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://10.100.10.3:8080' is therefore not allowed access. The response had HTTP status code 405.
Is there something I have to add to the ical url? Tried crossorigin.me in front but that didn't help. I think I missing something here, there are a lot op posts with a calendar in so I don't really know the latest state
Dashticz needs a subforum with a tread for every functionality , is definitly a populair dashboard as we are already passed 100 pages with posts.