Search found 11 matches
- Monday 14 January 2019 22:23
- Forum: Dashticz
- Topic: Dashticz standby screen showing photo's, how?
- Replies: 2
- Views: 1011
Re: Dashticz standby screen showing photo's, how?
I've been playing around with that with lots of attempts. Using scrolling screens and have 1 screen contrain the slide show in a frame. Tried 'daydream' from android system. My lastest attempt is having the frames on the standby screen. Seems to work but then the dim function is kinda messing with ...
- Thursday 10 January 2019 20:29
- Forum: Dashticz
- Topic: Dashticz - Tablet Hardware
- Replies: 35
- Views: 10604
Re: Dashticz - Tablet Hardware
i found a nexus 10 with pogo charger which is fine charging and not emptying. However the fullscreen chrome some time crashes , can't figure out what is causing this, played too much with settings and daydream options (i really would like it to show picture slide show when not being controlled after ...
- Sunday 23 December 2018 22:33
- Forum: Dashticz
- Topic: graph on air quality not rendering
- Replies: 4
- Views: 647
Re: graph on air quality not rendering
got it figured, had to add some more stuff for co2 specific in graph.js
} else if (result.hasOwnProperty('co2')) {
graphProperties = {
keys: ['co2'],
labels: ['ppm'],
};
now graph is showing data nicely
} else if (result.hasOwnProperty('co2')) {
graphProperties = {
keys: ['co2'],
labels: ['ppm'],
};
now graph is showing data nicely
- Monday 17 December 2018 14:49
- Forum: Dashticz
- Topic: graph on air quality not rendering
- Replies: 4
- Views: 647
Re: graph on air quality not rendering
HEy Hansie, thanks for responding, but no, it's the internal CO2 measures i get from the Netatmo. Within domoticz, it shows nicely the graph, just not in dashticz.. This error is related to it as far as i can dig (it's gone if i don't include the graph) Uncaught TypeError: Cannot read property '0 ...
- Sunday 16 December 2018 21:13
- Forum: Dashticz
- Topic: graph on air quality not rendering
- Replies: 4
- Views: 647
Re: graph on air quality not rendering
So i tried adding a 'case' for Air Quality, what results in the ? for units changed to my 'ppm' input, so that part did something. However, there is still no graph, did see in desktop browser a script error, but that one i just can't figure out. Will post that error later, maybe someone can give a ...
- Saturday 15 December 2018 12:28
- Forum: Dashticz
- Topic: graph on air quality not rendering
- Replies: 4
- Views: 647
graph on air quality not rendering
Hi not a long time user yet, but having fun a lot creating good dashboard. However, there is one graph that does not get rendered. A block appears with current value and text, but no graph. I'm not a developer, but i can see in graph.js there is no specific case for airquality devices. Is it ...
- Tuesday 23 October 2018 16:25
- Forum: Temperature and Weather
- Topic: evohome web api not showing my devices
- Replies: 8
- Views: 1323
Re: evohome web api not showing my devices
beta works fine indeed. Nice to see beta be usable so far too
next is understanding virtual devices setup
next is understanding virtual devices setup
- Monday 22 October 2018 11:21
- Forum: Temperature and Weather
- Topic: evohome web api not showing my devices
- Replies: 8
- Views: 1323
Re: evohome web api not showing my devices
That might become a challenge if you are on the latest stable. :D In 4.9700 adding Hue bulbs or groups does not work. It is solved but the solution is only available in later beta's do you know what was the issue? i did see somthing on versions in june (beta's).. not seen any fix so far Pleas have ...
- Monday 22 October 2018 9:41
- Forum: Temperature and Weather
- Topic: evohome web api not showing my devices
- Replies: 8
- Views: 1323
Re: evohome web api not showing my devices
now next step is HUE bridge not loading bulbs :) That might become a challenge if you are on the latest stable. :D In 4.9700 adding Hue bulbs or groups does not work. It is solved but the solution is only available in later beta's do you know what was the issue? i did see somthing on versions in ...
- Monday 22 October 2018 9:20
- Forum: Temperature and Weather
- Topic: evohome web api not showing my devices
- Replies: 8
- Views: 1323
Re: evohome web api not showing my devices
I added hardware Evohome with WEB api. So that went well It added devices in the Setup/Devices list, so that was promising. In the log I see 2018-10-21 20:27:35.867 (Evo Thermostat) fetch data from server So it is fetching data, again very promising. BUT I cannot see any device on temperature tab ...
- Sunday 21 October 2018 20:32
- Forum: Temperature and Weather
- Topic: evohome web api not showing my devices
- Replies: 8
- Views: 1323
evohome web api not showing my devices
hi First time here, searched a lot on my issue, but can'f find anything close to it. So here it comes: I have domoticz running on a synology I added hardware Evohome with WEB api. So that went well It added devices in the Setup/Devices list, so that was promising. In the log I see 2018-10-21 20:27 ...