Search found 15 matches

by skom
Tuesday 18 April 2023 20:24
Forum: Other questions and discussions
Topic: HTTPrequest from Automagic on Android
Replies: 10
Views: 897

Re: HTTPrequest from Automagic on Android

no one faced such problem?
by skom
Tuesday 04 April 2023 10:15
Forum: Other questions and discussions
Topic: HTTPrequest from Automagic on Android
Replies: 10
Views: 897

Re: HTTPrequest from Automagic on Android

@waltervl: Thanks for the answer. Before reading it, I tried to figure it out on my own and I came to what you replied to me, but thank you very much for your commitment :)

Finally I managed to start domoticz with "sudo service ...." (add parameters in /etc/init.d/domoticz.sh file) but no response ...
by skom
Tuesday 04 April 2023 8:44
Forum: Other questions and discussions
Topic: HTTPrequest from Automagic on Android
Replies: 10
Views: 897

Re: HTTPrequest from Automagic on Android

This is what I did (first listing from my previous post):

./domoticz -www 80 -loglevel debug -debuglevel webserver,received,auth

and after running this I get:

terminate called without an active exception
Aborted

here is a new listing (but identical to that one - except for run time)

pi ...
by skom
Monday 03 April 2023 10:03
Forum: Other questions and discussions
Topic: HTTPrequest from Automagic on Android
Replies: 10
Views: 897

Re: HTTPrequest from Automagic on Android

I'm still at a dead end. It is true that debug works, but I have domoticz on port 80 and if I run it without the -www parameter, I have no access to it from the outside and it does not show any login attempts from dataplicity (it connects through port 80 and domoticz starts on port 8080). When I run ...
by skom
Thursday 30 March 2023 9:41
Forum: Other questions and discussions
Topic: HTTPrequest from Automagic on Android
Replies: 10
Views: 897

Re: HTTPrequest from Automagic on Android

I don't know either I'm doing something wrong or I don't know what? After running domoticz with the parameters "-debuglevel webserver,received,auth" (without quotes :)), the logs were displayed in the console, but there was nothing new about logins, and I was sending the command
https ...
by skom
Wednesday 29 March 2023 13:21
Forum: Other questions and discussions
Topic: HTTPrequest from Automagic on Android
Replies: 10
Views: 897

HTTPrequest from Automagic on Android

Since Domoticz 2022.2 I had problems connecting to Domoticz with Dataplicity. Since version 2023.1 the problem has disappeared :), but not completely. I have flow in Automagic4Android on a mobile phone and send HTTPrequset post from it. Unfortunately, it does not reach Domoticz. I've read a lot ...
by skom
Tuesday 15 November 2022 9:18
Forum: Third party and supplementary tools
Topic: dtgbot - Domoticz TeleGram BOT
Replies: 599
Views: 140340

Re: dtgbot - Domoticz TeleGram BOT

I was reading this thread and I did not find an answer to my question: is it possible to control the security panel by dtgbot (arming / disarming the alarm) with a pin?
by skom
Monday 27 December 2021 20:06
Forum: Cameras
Topic: Camera RTSP
Replies: 3
Views: 4382

Re: Camera RTSP

Can I ask you to explain how to enter the path to the JPG file in the camera settings in Machinon?
https://files.fm/u/b7cs2pfu4#/view/kuc9gfggy
by skom
Monday 27 December 2021 11:52
Forum: Cameras
Topic: Camera RTSP
Replies: 3
Views: 4382

Camera RTSP

I have some wifi cameras that only support RTSP (e.g. INQMEGA 1080p IL-HIP291-1M/2M-AI). I set Node Red to do a jpg dump from time to time (e.g. 10s) to a directory e.g. /home/pi/zdjecie/zdjecie.jpg. The camera, Node Red and Domoticz are on the same home network. How can I now display this photo ...
by skom
Wednesday 26 May 2021 15:05
Forum: Design, usability and languages
Topic: machinon theme
Replies: 715
Views: 169355

Re: machinon theme

On the Machinon Dashboard I would like to move some widgets from Light / Switches Devices and Utility Sensors to Security Devices (there is only a Security Panel) to "clean up" the widgets that monitor various security and alarm elements. Is it possible, because unfortunately I fail? :(
by skom
Tuesday 20 October 2020 13:54
Forum: Third party and supplementary tools
Topic: Dashticz and ZeroTier?
Replies: 0
Views: 783

Dashticz and ZeroTier?

Is it possible to "enter" Dashticz via ZeroTier (IP_zerotier_RPi: Dashticz_port)? When I try to enter this way I get:
"Error while requesting Domoticz version. Possible causes:
Domoticz offline
Domoticz IP incorrect in CONFIG.js
User credentials incorrect in CONFIG.js
Browser IP not whitelist in ...
by skom
Sunday 10 May 2020 13:36
Forum: Dashticz
Topic: free unused dashticz ports?
Replies: 4
Views: 496

Re: free unused dashticz ports?

Thank you again :)
by skom
Sunday 10 May 2020 12:35
Forum: Dashticz
Topic: free unused dashticz ports?
Replies: 4
Views: 496

Re: free unused dashticz ports?

Thank you :).
I release 8083 port, but "sudo docker system prune" did not removed anything :(
I still have don't used:
REPOSITORY TAG IMAGE ID CREATED SIZE
dtv3-8082 latest 270f15e46bc2 2 months ago 300MB
dtv3-8083 latest 270f15e46bc2 2 months ago 300MB
dtv3-8084 latest 270f15e46bc2 2 months ago ...
by skom
Saturday 09 May 2020 22:52
Forum: Dashticz
Topic: free unused dashticz ports?
Replies: 4
Views: 496

free unused dashticz ports?

First I installed dashticz stable version - it was installed on port 8082, then beta version - port 8083, after upgrading to the next beta version dashticz stopped working, so I installed again - port 8084 ... Now I only use the last version. How can I free port 8083 on which nothing is running ...
by skom
Sunday 15 March 2020 9:35
Forum: Python
Topic: Python plugin: Mikrotik RouterOS
Replies: 13
Views: 8127

Re: Python plugin: Mikrotik RouterOS

Regarding the presence detection of e.g. a telephone, I noticed that the status is updated on an ongoing basis in IP/DHCP Server/Leases in the Active Address column table. Maybe this information can be used to detect presence? Unfortunately, I don't know how I can check it using the API :(