Trigun wrote:
Haha ok, i guess i should have been more specific i meant Wich version. @ jake, Are you on the latest? If not; perhaps an update of Your os is an option?
Also, try downloading another browser on the tab.
After I saw in the 'show your dashticz' topic that user Swordfish used this device, I googled it at XDA and found a broad community around it. I therefore bought a 2nd hand one on Marktplaats, put TWRP and 2 different flavors of Android 7.1.2 on it. Both firmwares behave the same way as I described.
So far I tried with a blank CM 14.1 version the 'Full Kiosk Browser' and 'Chrome'. On my current firmware (Xenon HD, for what's in a name) I only used 'Chrome' with equal issues.
Obviously the clock value is a GMT value (2hr behind Amsterdam), while the tablet itself is in the right time zone. I checked the RPI and also there both the time is accurate and the time zone is specified correctly.
I am on the latest beta and started to disable functions, like the buienradar and news feed, traffic and train info, but to no avail.
Is you're tablet rooted?
I use the original firmeware (4.4.2) and chrome browers (Shortcut to Dashticz on homescreen).
Have no problems with running Dashticz or time or graph.
To close the topic:
I would expect that the behavior was inversed (better performance with a lean custom ROM). I have tried the default LOS 14.1, but also Xenon HD, both Android Nougat. The performance with Dashticz was equally bad over time (other websites run smooth, no other issues with these ROM's).
To outrule the standard Samsung ROM's experience, I decided to put NoleKat.T310. v1.1 (a tweaked version of the stock touchwiz experience, based on Android KitKat) and... the Dashticz runs smooth for days, no hickups by moving through screens. Just as it is intended to be. = happy Dashticz user
Fill in a place at http://www.weeronline.nl and use the link created. It has the numeric part at the end of the url.
Thank you, I did try that before but then there was no extended url , only weeronline.nl
Now I suddenly see the extra part, must have been selective blind.
I have a dimmer switch in dashticz (lightbulb picture and a slider in one button) but i can't switch the light.
It inpossible to turn on the light by pushing de dot on the slider bar. I also can slide the bar and the light Will dim but i can't turn the light off. When i push the lightbulb Nothing switches the light won't go on or off at all?
Has someone an idea what i do wrong?
Teunissm wrote:I have a dimmer switch in dashticz (lightbulb picture and a slider in one button) but i can't switch the light.
It inpossible to turn on the light by pushing de dot on the slider bar. I also can slide the bar and the light Will dim but i can't turn the light off. When i push the lightbulb Nothing switches the light won't go on or off at all?
Has someone an idea what i do wrong?
Thanx Marcel
Maybe you can explain what kind of dimmer/switch hardware you are using. Does it work with Domoticz?
It is a normal Ac light dimmer in domoticz. It should work i guess? And in domoticz it works fine. Also does it works fine on An Android phone. But i found the problem when using An iPad.
Teunissm wrote:It is a normal Ac light dimmer in domoticz. It should work i guess? And in domoticz it works fine. Also does it works fine on An Android phone. But i found the problem when using An iPad.
I know this is probably something really simple, but I can't see it.
Clean install from github on a lighttpd server that's also running pi-hole.
I modified just the top of custom/CONFIG.js to have the IP address of the domoticz server.
I have dashticz installed on lighttpd on the same box as domoticz. It's starting to work but very little is actually shown on the main screen.
My domoticz dashboard looks like this
Screenshot 2017-06-28 08.57.46.png (176.24 KiB) Viewed 2328 times
But my Dashticz dashboard looks like this
Screenshot 2017-06-28 09.04.24.png (93.91 KiB) Viewed 2328 times
i.e. only the switches, no group, temps etc (and also no google map)
I imagine this is not a new problem, but with a thread that's 127 pages long it's impossible to find anything
var _LANGUAGE = 'en_US'; //or: en_US, fr_FR, hu_HU
var _HOST_DOMOTICZ = 'http://domoticz.agdon.net:8080';
var _DOMOTICZ_REFRESH = 5; //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 = 'XXXX';
var _WEATHER_CITY = 'St Neots';
var _WEATHER_CITYNAME = ''; //show a different city name, leave empty if same as _WEATHER_CITY
var _WEATHER_COUNTRY = 'GB';
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 = false; //enter amount of minutes like: 5 (5 minutes)
var _SCROLL_NEWS_AFTER = 7000; //milliseconds, so 7000 is 7 seconds
var _SHOW_LASTUPDATE = true;
var _LASTUPDATE_FORMAT = 'DD-MM-YY HH:mm';
var _SCREENSLIDER_EFFECT = 'slide'; //'slide' or 'fade' or 'cube' or 'coverflow' or 'flip'
var _APIKEY_MAPS = 'XXXX';
var _MAPS_LATITUDE = '52.222';
var _MAPS_LONGITUDE = '-0.277';
var _AUTO_SWIPEBACK_TO = 1; //when no activity, swipe back to main screen after x seconds
var _AUTO_SWIPEBACK_TIME = 10; //seconds
The switches that are shown on the Dashticz Dashboard are marked as favourites. So are the temperature gauges and scene/group, though.
I thought that all the devices that show on the Domoticz dashboard (because they have been yellow-starred) should appear on the Dashticz dashboard. Or am I missing something?