I update plugin and now it works good.
Thank you very much.
Search found 14 matches
- Saturday 20 August 2022 12:15
- Forum: Python
- Topic: Python plugin: Presence detection from wireless router
- Replies: 1117
- Views: 232869
- Saturday 20 August 2022 9:06
- Forum: Python
- Topic: Python plugin: Presence detection from wireless router
- Replies: 1117
- Views: 232869
Re: Python plugin: Presence detection from wireless router
Thank you.
Here is log
2022-08-20 10:01:01.615 Status: iDetect: Entering work loop.
2022-08-20 10:01:01.615 Status: iDetect: Started.
2022-08-20 10:01:02.394 Status: iDetect: Initialized version 2.0, author 'ESCape'
2022-08-20 10:01:03.691 iDetect: Debug logging mask set to: PYTHON
2022-08-20 10 ...
Here is log
2022-08-20 10:01:01.615 Status: iDetect: Entering work loop.
2022-08-20 10:01:01.615 Status: iDetect: Started.
2022-08-20 10:01:02.394 Status: iDetect: Initialized version 2.0, author 'ESCape'
2022-08-20 10:01:03.691 iDetect: Debug logging mask set to: PYTHON
2022-08-20 10 ...
- Friday 19 August 2022 22:38
- Forum: Python
- Topic: Python plugin: Presence detection from wireless router
- Replies: 1117
- Views: 232869
Re: Python plugin: Presence detection from wireless router
Hallo!
I use this plugin a long time. Some time ago I updated plugins and libraries. And now I have some problem with iDetect plugin. I get errors like
iDetect: 10.1.0.1 SSH Could not connect (with os key). Exception: Int or String expected
I try to use plugin with login/password without any ...
I use this plugin a long time. Some time ago I updated plugins and libraries. And now I have some problem with iDetect plugin. I get errors like
iDetect: 10.1.0.1 SSH Could not connect (with os key). Exception: Int or String expected
I try to use plugin with login/password without any ...
- Sunday 06 February 2022 20:53
- Forum: Design, usability and languages
- Topic: I can't see "apply" button
- Replies: 1
- Views: 3191
I can't see "apply" button
If I change language to russian (russian words are longer then english), menu in defaut theme takes two lines. Then I can't see "apply" button. And I can't change anything in user interface. How can I cange language to english? Maybe, I can change some configuration file?
- Thursday 11 June 2020 11:38
- Forum: Examples & Solutions
- Topic: Get solar data without API [SOLVED]
- Replies: 2
- Views: 2570
Get solar data without API [SOLVED]
I find it here https://easydomoticz.com/forum/viewtopic.php?f=17&t=8787
--[[ sunAzimuth.lua for [ dzVents >= 2.4.14 (domoticz >= V4.10444)]
author/auteur = papoo
update/mise à jour = 04/08/2019
creation = 04/08/2019
place this DZvents script in /domoticz/scripts/dzVents/scripts/ directory ...
--[[ sunAzimuth.lua for [ dzVents >= 2.4.14 (domoticz >= V4.10444)]
author/auteur = papoo
update/mise à jour = 04/08/2019
creation = 04/08/2019
place this DZvents script in /domoticz/scripts/dzVents/scripts/ directory ...
- Tuesday 12 May 2020 8:16
- Forum: Cameras
- Topic: ESP32-CAM as doorbell with camera
- Replies: 277
- Views: 82846
Re: ESP32-CAM as doorbell with camera
It's not working for some long time. Day or two and device will not responding.
Can you share your current code for device?
Can you share your current code for device?
- Monday 11 May 2020 19:22
- Forum: Speech & Voice Systems
- Topic: Domoticz-Google-Assistant (dzga)
- Replies: 372
- Views: 100854
Re: Domoticz-Google-Assistant (dzga)
Thank you for your work.
I try to install dzga on my Ubuntu. It have to be installed only to /user/<username> directory. But dzga service not start.
Then I manually execute install scripts
bash /scripts/install.sh
bash /scripts/service-installer.sh
reload daemon
systenctl daemon-reload
end start ...
I try to install dzga on my Ubuntu. It have to be installed only to /user/<username> directory. But dzga service not start.
Then I manually execute install scripts
bash /scripts/install.sh
bash /scripts/service-installer.sh
reload daemon
systenctl daemon-reload
end start ...
- Saturday 09 May 2020 11:31
- Forum: Cameras
- Topic: ESP32-CAM as doorbell with camera
- Replies: 277
- Views: 82846
Re: ESP32-CAM as doorbell with camera
Nice project!
I have it running for a couple of months now.
Works good most of the time, but when the wifi connection is lost, the unit crashes.
...
Hallo!
I add to general code (to the and of loop) follow
if ( WiFi.status() == WL_CONNECTED )
{
// WiFi is UP, do what ever
} else ...
- Thursday 07 May 2020 14:56
- Forum: Dashticz
- Topic: Dashticz Graphs - Features, Fixes & Updates
- Replies: 188
- Views: 22764
Re: Dashticz Graphs - Features, Fixes & Updates
this works for me
blocks['frontdoor_cam'] = {
type: 'camera',
imageUrl: 'http://192.168.2.9:8080/camsnapshot.jpg?idx=1',
videoUrl: 'http://192.168.2.9:8080/camsnapshot.jpg?idx=1',
refresh: 1000,
width: 12,
height: 355
}
the only thing not working is the fullscreen image when i click ...
- Thursday 07 May 2020 12:07
- Forum: Dashticz
- Topic: Dashticz Graphs - Features, Fixes & Updates
- Replies: 188
- Views: 22764
Re: Dashticz Graphs - Features, Fixes & Updates
Hallo!
Thank you for your work.
I start to use Dashticz beta and I have some problem.
1. I can't hide graph buttons. Code like
.block_multigraph_outside .graph_buttons {
display: none
}
or
.block_multigraph_outside .graph_header {
display: none;
}
not working.
2. Code
options: {
scales ...
Thank you for your work.
I start to use Dashticz beta and I have some problem.
1. I can't hide graph buttons. Code like
.block_multigraph_outside .graph_buttons {
display: none
}
or
.block_multigraph_outside .graph_header {
display: none;
}
not working.
2. Code
options: {
scales ...
- Saturday 28 December 2019 17:50
- Forum: Python
- Topic: Python plugin: Presence detection from wireless router
- Replies: 1117
- Views: 232869
Re: Python plugin: Presence detection from wireless router
@JediMax
It’s going to be challenging to diagnose a problem like this without access to the specific router. Maybe I can tell a little more from the full debug log.
Can you enable debug mode and share the debug log (from the start of the plugin until it fails)?
Ssh indeed looks like a suspect ...
- Friday 27 December 2019 17:45
- Forum: Python
- Topic: Python plugin: Presence detection from wireless router
- Replies: 1117
- Views: 232869
Re: Python plugin: Presence detection from wireless router
Thank you for answer.
I install requests python module. Then I reinstall plugin. When I add new hardware (using plugin), new hardware adds normally. But then Domoticz stops. In log last line is about starting iDetect plugin.
I use Xiaomi 3G router with alternative firmware (Padavan).
I try to add ...
I install requests python module. Then I reinstall plugin. When I add new hardware (using plugin), new hardware adds normally. But then Domoticz stops. In log last line is about starting iDetect plugin.
I use Xiaomi 3G router with alternative firmware (Padavan).
I try to add ...
- Thursday 26 December 2019 14:28
- Forum: Python
- Topic: Python plugin: Presence detection from wireless router
- Replies: 1117
- Views: 232869
Re: Python plugin: Presence detection from wireless router
I install new version. And at start I have some errors in log
2019-12-26 15:18:42.652 Error: (iDetect) 'onStart' failed 'ImportError'.
2019-12-26 15:18:42.652 Error: (iDetect) ----> Line 427 in '/home/domoticz/plugins/iDetect/plugin.py', function onStart
2019-12-26 15:18:42.652 Error: (iDetect ...
2019-12-26 15:18:42.652 Error: (iDetect) 'onStart' failed 'ImportError'.
2019-12-26 15:18:42.652 Error: (iDetect) ----> Line 427 in '/home/domoticz/plugins/iDetect/plugin.py', function onStart
2019-12-26 15:18:42.652 Error: (iDetect ...
- Tuesday 23 April 2019 14:37
- Forum: Dashticz
- Topic: Dashticz - Translations - NEW LANGUAGES WANTED!
- Replies: 36
- Views: 37165
Re: Dashticz - Translations - NEW LANGUAGES WANTED!
I can't send PM, but I can help with localise. I can help with ukrainian.