Search found 16 matches

by Jojik1
Tuesday 16 February 2021 22:51
Forum: Cameras
Topic: ESP32-CAM as doorbell with camera
Replies: 277
Views: 83431

Re: ESP32-CAM as doorbell with camera

So progress!
An image is already being sent to me using the command line.
It needed to be added
! bot!
curl -s -X POST "https://api.telegram.org/151... - NO
curl -s -X POST "https://api.telegram.org/bot151... OK



https://ibb.co/747zHK4

Thank you.

Yes it helped.
The image is already stored in the ...
by Jojik1
Tuesday 16 February 2021 21:01
Forum: Cameras
Topic: ESP32-CAM as doorbell with camera
Replies: 277
Views: 83431

Re: ESP32-CAM as doorbell with camera

Good day,
please, give me an advice.
ESP32 - CAM
uploaded image - OK
PC Windows 10
http://192.168.31.7/capture - OK
http://192.168.31.7/stream - OK

Raspberry domoticz ip 192.168.31.55:9090
running command

#!/bin/sh
SnapFile="/var/tmp/camsnapshot_deur.jpg"

# Get image doorbel
wget -O $SnapFile ...
by Jojik1
Sunday 27 December 2020 12:30
Forum: Python
Topic: Python Plugin: Ubiquiti UniFi Switch
Replies: 5
Views: 1045

Re: Python Plugin: Ubiquiti UniFi Switch

Hello, can you help me a little?
SHH over Putty is working.
But in Domoticz a problem with Python? How to remove?

2020-12-27 12:31:01.677 Error: Unifi hardware (24) thread seems to have ended unexpectedly
2020-12-27 12:31:06.488 Status: (Unifi) Stop directive received.
2020-12-27 12:31:06.488 ...
by Jojik1
Thursday 01 October 2020 22:29
Forum: ESP8266
Topic: Water meter ESPeasy Wemos TCRT5000 WIFI
Replies: 36
Views: 22434

Re: Water meter ESPeasy Wemos TCRT5000 WIFI

OK then!
Output Data Type: Triple
according to the instructions was Single
by Jojik1
Thursday 01 October 2020 22:00
Forum: ESP8266
Topic: Water meter ESPeasy Wemos TCRT5000 WIFI
Replies: 36
Views: 22434

Re: Water meter ESPeasy Wemos TCRT5000 WIFI

Please, does anyone know why I have ESP in "Generic - Dummy Device / Liters"
one VALUES item??
How can I add more?
The m3 measurement already works perfectly.
values.png
values.png (14.63 KiB) Viewed 5342 times
by Jojik1
Monday 01 June 2020 19:12
Forum: dzVents
Topic: help operating the socket
Replies: 3
Views: 421

Re: help operating the socket

OK gradually

Switch = open OR button = click
!ALIKE!
Switch = open AND button = click
always socket ON

I ask
Switch = open !and! button = click ---- socket ON
Switch = open and button = nothing ---- socket nothing
switch = closed and button = nothing ---- socket nothing
by Jojik1
Sunday 31 May 2020 22:14
Forum: dzVents
Topic: help operating the socket
Replies: 3
Views: 421

Re: help operating the socket

in Blockly I can't write
by Jojik1
Sunday 31 May 2020 21:11
Forum: dzVents
Topic: help operating the socket
Replies: 3
Views: 421

help operating the socket

Good day,
in case you can ask for help, i don't know english only with translator, i need to write this task. It won't work in Blockly:

1. switch, open - closed
2. button, click - double click
3. socket, on - off
these are two conditions:

IF switch OPEN so if button CLICK so socket ON.

IF switch ...
by Jojik1
Tuesday 18 February 2020 23:43
Forum: Python
Topic: Python plugin: Xiaomi Mi Robot Vacuum
Replies: 311
Views: 123371

Re: Python plugin: Xiaomi Mi Robot Vacuum

2020-02-18 23:41:17.613 (robot) Pushing 'onHeartbeatCallback' on to queue
2020-02-18 23:41:17.614 (robot) Processing 'onHeartbeatCallback' message
2020-02-18 23:41:17.614 (robot) Calling message handler 'onHeartbeat'.
2020-02-18 23:41:17.614 (robot) Pushing 'WriteDirective' on to queue
2020-02-18 23 ...
by Jojik1
Thursday 30 January 2020 21:23
Forum: LUA
Topic: energy meter day - night
Replies: 2
Views: 586

Re: energy meter day - night

thank you for your reply, but I don't understand.
value RFXMeter, Counter I use because it is the only one giving the exact value of consumption (calculated SDM630)
by Jojik1
Wednesday 29 January 2020 17:22
Forum: LUA
Topic: energy meter day - night
Replies: 2
Views: 586

energy meter day - night

Hello my English bad.
I use: SDM 630 https://github.com/MFxMF/SDM630-Modbus - connected domoticz OK.
import energy measurement day and night
when day domoticz idx 108 off
when night domoticz idx 108 on

when idx(27) --OWL !!! other meter Type: General,kWh !!! OK
when idx(341) --OWL !!! meter SDM 630 ...
by Jojik1
Monday 20 January 2020 21:43
Forum: Python
Topic: Python plugin: Eastron SDM630-Modbus V2
Replies: 18
Views: 13222

Re: Python plugin: Eastron SDM630-Modbus V2

Good day,
I'm a complete beginner.
Can't use this solution?

Code: Select all

https://diytechandrepairs.nu/esp8266-to-monitor-electricity-with-sdm-devices-and-send-to-mqtt/
I can't use myself
by Jojik1
Wednesday 08 January 2020 1:28
Forum: Python
Topic: Python Plugin: PWS (Personal Weather Station)
Replies: 61
Views: 16872

Re: Python Plugin: PWS (Personal Weather Station)

yes it works.)
Magic
Thank you
:D
by Jojik1
Tuesday 07 January 2020 0:16
Forum: Python
Topic: Python Plugin: PWS (Personal Weather Station)
Replies: 61
Views: 16872

Re: Python Plugin: PWS (Personal Weather Station)

Good day,
I have this station:
https://www.amazon.co.uk/Waldbeck-Professional-Measurements-Information-Pressure/dp/B07JN73RKW/ref=sr_1_3?camp=1634&creative=6738&keywords=Waldbeck&linkCode=ur2&linkId=bf8a0e87bbeed63f4803fadb6a04551e&qid=1578352194&sr=8-3
unfortunately I fail to operate domoticz ...