Well, thank you Rob. Your suggestions made a big difference.
First I tried to disable uac, but to no avail.
Then I deleted domoticz and reeinstalled it in C://
Voila, new custom page is installed :-)
Next thing is to install the Zigbee devices but that will have to wait untill I;m physically ...
Search found 38 matches
- Friday 22 January 2021 20:22
- Forum: Python
- Topic: PermissionError(13, 'Access is denied')
- Replies: 3
- Views: 997
- Thursday 21 January 2021 18:51
- Forum: Python
- Topic: PermissionError(13, 'Access is denied')
- Replies: 3
- Views: 997
Re: PermissionError(13, 'Access is denied')
Hi There,
I'm also a Windows user (sorry..)
When I start domoticz I also get the permission denied error:
2021-01-21 18:19:31.348 Status: (Zigbee2MQTT) Started.
2021-01-21 18:19:36.333 Status: (Zigbee2MQTT) Entering work loop.
2021-01-21 18:19:36.333 Status: (Zigbee2MQTT) Initialized version 3.0 ...
I'm also a Windows user (sorry..)
When I start domoticz I also get the permission denied error:
2021-01-21 18:19:31.348 Status: (Zigbee2MQTT) Started.
2021-01-21 18:19:36.333 Status: (Zigbee2MQTT) Entering work loop.
2021-01-21 18:19:36.333 Status: (Zigbee2MQTT) Initialized version 3.0 ...
- Thursday 25 June 2020 16:42
- Forum: Dashticz
- Topic: Dashticz IP Cameras - Features, Fixes & Updates
- Replies: 180
- Views: 35456
Re: Dashticz IP Cameras - Features, Fixes & Updates
I also noticed the error in the graphs. Was my next problem to fix. (calendar already fixed)
Cleaned my config
var config = {}
config['domoticz_ip'] = 'http://192.168.90.10:8080';
config['login_timeout'] = '60';
config['user_name'] = 'domoticz username';
config['pass_word'] = 'domoticz password ...
Cleaned my config
var config = {}
config['domoticz_ip'] = 'http://192.168.90.10:8080';
config['login_timeout'] = '60';
config['user_name'] = 'domoticz username';
config['pass_word'] = 'domoticz password ...
- Thursday 25 June 2020 13:07
- Forum: Dashticz
- Topic: Dashticz IP Cameras - Features, Fixes & Updates
- Replies: 180
- Views: 35456
Re: Dashticz IP Cameras - Features, Fixes & Updates
Yes, it's strange. In the block the type is camera:
blocks['cam_stairs'] = {
type: 'camera',
imageUrl: 'http://192.168.90.10:8080/camsnapshot.jpg?idx=9',
refresh: 1,
width: 12,
height: 300,
forcerefresh: 1
}
blocks['cam_stairs'] = {
type: 'camera',
imageUrl: 'http://192.168.90.10:8080/camsnapshot.jpg?idx=9',
refresh: 1,
width: 12,
height: 300,
forcerefresh: 1
}
- Thursday 25 June 2020 10:00
- Forum: Dashticz
- Topic: Dashticz IP Cameras - Features, Fixes & Updates
- Replies: 180
- Views: 35456
Re: Dashticz IP Cameras - Features, Fixes & Updates
Ok, added forcerefresh and deleted the agenda. Here is the output:
bundle.js?t=2:102 The AudioContext was not allowed to start. It must be resumed (or created) after a user gesture on the page. https://goo.gl/7K7WLu
(anonymous) @ bundle.js?t=2:102
js/domoticz-api.js:112 Setting up websocket
js ...
bundle.js?t=2:102 The AudioContext was not allowed to start. It must be resumed (or created) after a user gesture on the page. https://goo.gl/7K7WLu
(anonymous) @ bundle.js?t=2:102
js/domoticz-api.js:112 Setting up websocket
js ...
- Tuesday 23 June 2020 17:44
- Forum: Dashticz
- Topic: Dashticz IP Cameras - Features, Fixes & Updates
- Replies: 180
- Views: 35456
Re: Dashticz IP Cameras - Features, Fixes & Updates
Ok, changed the block as follows:
blocks['cam_stairs'] = {
type: 'camera',
imageUrl: 'http://192.168.90.10:8080/camsnapshot.jpg?idx=9',
refresh: 1,
width: 12,
height: 300
}
column section still:
columns[22] = {}
columns[22]['blocks'] = ['cam_stairs']
columns[22]['width'] = 12;
But still a ...
blocks['cam_stairs'] = {
type: 'camera',
imageUrl: 'http://192.168.90.10:8080/camsnapshot.jpg?idx=9',
refresh: 1,
width: 12,
height: 300
}
column section still:
columns[22] = {}
columns[22]['blocks'] = ['cam_stairs']
columns[22]['width'] = 12;
But still a ...
- Monday 22 June 2020 20:14
- Forum: Dashticz
- Topic: Dashticz IP Cameras - Features, Fixes & Updates
- Replies: 180
- Views: 35456
Re: Dashticz IP Cameras - Features, Fixes & Updates
Thank you for your quick reply. I've read it some posts earlier.
But there is nothing to be seen. Dashticz is loading but no "cameras"
(the button.cam still works)
Might it be that this module is not working in "stable" version?
Can try the beta tomorrow..
But there is nothing to be seen. Dashticz is loading but no "cameras"
(the button.cam still works)
Might it be that this module is not working in "stable" version?
Can try the beta tomorrow..
- Monday 22 June 2020 18:35
- Forum: Dashticz
- Topic: Dashticz IP Cameras - Features, Fixes & Updates
- Replies: 180
- Views: 35456
Re: Dashticz IP Cameras - Features, Fixes & Updates
Hi here,
Finally upgraded to Dashticz 3.5 master to try this great looking new module, but I get no image at all.
The block code is:
blocks["cameras"] = {
type: "camera",
cameras: [
{
title: "Taw Hill, West View",
imageUrl: "http://192.168.XX.XX/axis-cgi/jpg/image.cgi",
// videoUrl: "http ...
Finally upgraded to Dashticz 3.5 master to try this great looking new module, but I get no image at all.
The block code is:
blocks["cameras"] = {
type: "camera",
cameras: [
{
title: "Taw Hill, West View",
imageUrl: "http://192.168.XX.XX/axis-cgi/jpg/image.cgi",
// videoUrl: "http ...
- Wednesday 18 September 2019 18:19
- Forum: Python
- Topic: Python Plugin: Life 360 Presence Detection (deprecated)
- Replies: 170
- Views: 52188
Re: Python Plugin: Life 360 Presence Detection
Hi Febalci,
Thank you for your reply. I've been thinking about it today and I think I found the "problem"
I've installed python and the plugin on my camping server.
The coordinates in the settings are not the same as home (of course)
So when my wife went to sports (nicely shown in the location ...
Thank you for your reply. I've been thinking about it today and I think I found the "problem"
I've installed python and the plugin on my camping server.
The coordinates in the settings are not the same as home (of course)
So when my wife went to sports (nicely shown in the location ...
- Tuesday 17 September 2019 20:33
- Forum: Python
- Topic: Python Plugin: Life 360 Presence Detection (deprecated)
- Replies: 170
- Views: 52188
Re: Python Plugin: Life 360 Presence Detection
Ok, thank you for your quick answer.
It's pitty. Great project!
Hope someone will take it to the next level :-)
But could you explain how I should read "Distance" ?
My wife and children are at sportsschool a few 100m from home.
Distance says it's 47 min. Cant't be true.
I'm not at home (work ...
It's pitty. Great project!
Hope someone will take it to the next level :-)
But could you explain how I should read "Distance" ?
My wife and children are at sportsschool a few 100m from home.
Distance says it's 47 min. Cant't be true.
I'm not at home (work ...
- Tuesday 17 September 2019 19:18
- Forum: Python
- Topic: Python Plugin: Life 360 Presence Detection (deprecated)
- Replies: 170
- Views: 52188
Re: Python Plugin: Life 360 Presence Detection
Hi There,
Thanks for making this plugin. I'm using life360 for over a year and domoticz for about 5 years.
Had some troubles installing this on Windows10. Problem was Python. Downgraded to 3.5.3.
Now it's working and I see the devices, location etc (tomtom)
What I don't understand is the Distance ...
Thanks for making this plugin. I'm using life360 for over a year and domoticz for about 5 years.
Had some troubles installing this on Windows10. Problem was Python. Downgraded to 3.5.3.
Now it's working and I see the devices, location etc (tomtom)
What I don't understand is the Distance ...
- Wednesday 13 February 2019 18:57
- Forum: Dashticz
- Topic: Dashticz - Module - Calendar
- Replies: 459
- Views: 121680
Re: Dashticz - Module - Calendar
Ok, I did some more testing by trying to use another (basic) icalendar script which actually happens to work… :o
Downloaded it from https://github.com/Frimkron/PHPCalFeed and used the "remote file" option.
This shows my google calendar!
So I'm guessing curl/xml/permissions to read and write/etc ...
Downloaded it from https://github.com/Frimkron/PHPCalFeed and used the "remote file" option.
This shows my google calendar!
So I'm guessing curl/xml/permissions to read and write/etc ...
- Monday 11 February 2019 21:25
- Forum: Dashticz
- Topic: Dashticz - Module - Calendar
- Replies: 459
- Views: 121680
Re: Dashticz - Module - Calendar
Hello Lokonli (and others),
Thank you for trying to help anyways but I've been trying to fix it and thought to give an update. (no, it still doesn't work)
In the access log I can see the calendar is downloaded correctly (code 200)
desktop-lof6kk7 - - [11/Feb/2019:19:35:49 +0100] "GET ...
- Monday 11 February 2019 20:24
- Forum: Dashticz
- Topic: Dashticz - Module - Calendar
- Replies: 459
- Views: 121680
Re: Dashticz - Module - Calendar
I don't have experience with WAMP, so I'm just guessing: Might be a permissions issue: In Linux the root user must have read access to the files, and permissions to browse the folder hierarchy. chmod -R a+rX does the trick.
The error mentions localhost. Maybe that causes the problem (cross ...
- Friday 01 February 2019 9:18
- Forum: Dashticz
- Topic: Dashticz - Module - Calendar
- Replies: 459
- Views: 121680
Re: Dashticz - Module - Calendar
I indeed expect that the cors errors are not related to the calendar issue. To be sure you could temporarily add the following to your CONFIG.js:
config['default_cors_url'] = 'http://cors-anywhere.herokuapp.com/';
Further, try with only a simple non-google calendar, like:
calendars.afval ...
- Thursday 31 January 2019 16:13
- Forum: Dashticz
- Topic: Dashticz - Module - Calendar
- Replies: 459
- Views: 121680
Re: Dashticz - Module - Calendar
I indeed expect that the cors errors are not related to the calendar issue. To be sure you could temporarily add the following to your CONFIG.js:
config['default_cors_url'] = 'http://cors-anywhere.herokuapp.com/';
Further, try with only a simple non-google calendar, like:
calendars.afval ...
config['default_cors_url'] = 'http://cors-anywhere.herokuapp.com/';
Further, try with only a simple non-google calendar, like:
calendars.afval ...
- Wednesday 30 January 2019 18:56
- Forum: Dashticz
- Topic: Dashticz - Module - Calendar
- Replies: 459
- Views: 121680
Re: Dashticz - Module - Calendar
Hi there dashticz users,
I'm a happy user of dashticz but I'm running into problems with the calendar.
The system is running on W10 with WAMP installed. Under settings I see PHP 5.6.31 running.
In config.js there is the following code regarding the calendar:
config['dashticz_php_path ...
- Tuesday 29 January 2019 18:51
- Forum: Dashticz
- Topic: Dashticz - Module - Calendar
- Replies: 459
- Views: 121680
Re: Dashticz - Module - Calendar
Hi there dashticz users,
I'm a happy user of dashticz but I'm running into problems with the calendar.
The system is running on W10 with WAMP installed. Under settings I see PHP 5.6.31 running.
In config.js there is the following code regarding the calendar:
config['dashticz_php_path']='./vendor ...
I'm a happy user of dashticz but I'm running into problems with the calendar.
The system is running on W10 with WAMP installed. Under settings I see PHP 5.6.31 running.
In config.js there is the following code regarding the calendar:
config['dashticz_php_path']='./vendor ...
- Friday 26 May 2017 12:16
- Forum: Dashticz
- Topic: Dashticz - Function - Trigger action on specific value
- Replies: 71
- Views: 16609
Re: Dashticz - [BETA] - Function - Do something at a specific value
Yep, that did the trick!
Thanks!
Thanks!
- Friday 26 May 2017 11:47
- Forum: Dashticz
- Topic: Dashticz - Function - Trigger action on specific value
- Replies: 71
- Views: 16609
Re: Dashticz - [BETA] - Function - Do something at a specific value
Ok, quite a puzzle (but a nice one...;-)).
Put this in your custom.css for the .warning part and it should work:
.warning {
padding-top: 15px !important;
padding-bottom: 15px !important;
border-radius: 9px !important;
background-color: rgba(199, 44, 43, 0.3) !important;
border: 2px solid ...
Put this in your custom.css for the .warning part and it should work:
.warning {
padding-top: 15px !important;
padding-bottom: 15px !important;
border-radius: 9px !important;
background-color: rgba(199, 44, 43, 0.3) !important;
border: 2px solid ...