Search found 53 matches

by kofec
Friday 17 March 2023 16:27
Forum: Speech & Voice Systems
Topic: Domoticz-Google-Assistant (dzga)
Replies: 361
Views: 79272

Re: Domoticz-Google-Assistant (dzga)

And it is working fine now:
curl -v --insecure -H 'Accept: application/json' -H "Authorization: Bearer aAaAaAaAaAaAaAaAaAaA" --data "SYNC" -X POST https://192.168.100.150:3030/sync

Synchronization request sent, status_code: True
by kofec
Friday 17 March 2023 16:15
Forum: Speech & Voice Systems
Topic: Domoticz-Google-Assistant (dzga)
Replies: 361
Views: 79272

Re: Domoticz-Google-Assistant (dzga)

Thanks again for reply I found a solution:
https://github.com/DewGew/Domoticz-Goog ... issues/308
by kofec
Wednesday 08 March 2023 19:39
Forum: Speech & Voice Systems
Topic: Domoticz-Google-Assistant (dzga)
Replies: 361
Views: 79272

Re: Domoticz-Google-Assistant (dzga)

Thanks a lot for quick reply. But probably it needs more modification. One was that I should change http -> https right ? That my fault as I didn't mentioned that I have SSL enabled second question is regarding token. I have version DZGA Version: 1.10.9 and on settings page only one token is for ...
by kofec
Wednesday 04 January 2023 14:48
Forum: Other questions and discussions
Topic: Tasmota energy meters, no decimals
Replies: 2
Views: 339

Re: Tasmota energy meters, no decimals

Hi,
Did you resolve your issue ?
@waltervl Thanks the solution works, just need to figure out how to get the data from two channel energy meters like the DUAL R3. I did publish this issue in the forum, but nothing came back.
by kofec
Friday 23 December 2022 9:45
Forum: Speech & Voice Systems
Topic: Domoticz-Google-Assistant (dzga)
Replies: 361
Views: 79272

Re: Domoticz-Google-Assistant (dzga)

Thanks a lot for quick reply. But probably it needs more modification. One was that I should change http -> https right ? That my fault as I didn't mentioned that I have SSL enabled second question is regarding token. I have version DZGA Version: 1.10.9 and on settings page only one token is for ...
by kofec
Thursday 22 December 2022 12:11
Forum: Speech & Voice Systems
Topic: Domoticz-Google-Assistant (dzga)
Replies: 361
Views: 79272

Re: Domoticz-Google-Assistant (dzga)

Hi, I have a question regarding sync. Is there an easy way to call "https://[YOUR REVERSE PROXY URL]/sync" from dzVents or any command line instruction which trigger sync. Sync is working fine but first we need to authorized and click "SIGN IN". Maybe there is a way to using wget, curl ?
by kofec
Wednesday 21 December 2022 12:39
Forum: Examples & Solutions
Topic: Check/read "who/what" change the status
Replies: 2
Views: 882

Re: Check/read "who/what" change the status

Works perfect - thank you 2022-12-21 12:37:48.350 Status: dzVents: Info: Handling events for: "TEstSwitch", value: "Closed" 2022-12-21 12:37:48.352 Status: dzVents: Info: ReadUser: : ------ Start internal script: ReadUser: Device: "TEstSwitch (VirtualDEV)", Index: 16 2022-12-21 12:37:48.354 Status ...
by kofec
Wednesday 21 December 2022 9:43
Forum: Examples & Solutions
Topic: Check/read "who/what" change the status
Replies: 2
Views: 882

Check/read "who/what" change the status

Hi,
Is it possible to check/read "who/what" change the status of device ?
ChangeBy e.g: Admin (IP: 192.168.X.X) or MQTTclientLocal
by kofec
Monday 19 September 2022 11:26
Forum: Python
Topic: Cannot add method in python script
Replies: 3
Views: 292

Re: Cannot add method in python script

Hi,
Thanks for quick replay. I made a misteke in the example. Can you add any method using "DE" object in the code e.g:

def DisplaySomething():
DE.Log("Python: Test")

And call this method in the code
by kofec
Monday 19 September 2022 9:49
Forum: Python
Topic: Cannot add method in python script
Replies: 3
Views: 292

Cannot add method in python script

For python script (time based) I would like to add method and this method didn't see DEVICE object e.g.: import DomoticzEvents as DE DE.Log("Python: Changed: " + DE.changed_device.Describe()) def DisplaySomething(): DE.Log("Python: Test") if DE.changed_device_name == "Test": if DE.Devices["Test ...
by kofec
Wednesday 25 May 2022 9:39
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: Latest update crashes domoticz
Replies: 29
Views: 3705

Re: Latest update crashes domoticz

In my case I also have to back to build 14337 to have below plugin running fine: https://github.com/guillaumezin/DomoticzEbusd Some logs but rather not helpful: Tue May 24 20:58:42 2022 daemon.info domoticz: VailantPiec: Debug set to 1 Tue May 24 20:58:42 2022 daemon.info domoticz: VailantPiec ...
by kofec
Tuesday 16 November 2021 12:15
Forum: Python
Topic: Python Plugin: ebusd
Replies: 178
Views: 28657

Re: Python Plugin: ebusd

@Barberousse First, thanks for creating this plugin - it is working great. I have a question regarding parameter "Read-only". If I set it to "True" what I should expect ? I expect that we will only read from ebusd but never write. In my case, the domoticz is reading the values of some parameters ...
by kofec
Wednesday 25 March 2020 16:48
Forum: dzVents
Topic: minutesAgo on persistant data always returns 0 [Solved]
Replies: 5
Views: 3302

Re: minutesAgo on persistant data always returns 0 [Solved]

Thanks it also help me
by kofec
Tuesday 23 April 2019 21:04
Forum: Other questions and discussions
Topic: Enable hardware with script or API
Replies: 10
Views: 2270

Re: Enable hardware with script or API

It works. Thanks a lot: wget -q -O - "http://192.168.1.11:8080/json.htm?type=command&param=updatehardware&htype=41&name=MySensorsKinowaNano&enabled=true&i dx=2&port=/dev/ttyUSB0" { "status" : "OK", "title" : "UpdateHardware" }
by kofec
Tuesday 23 April 2019 18:35
Forum: Other questions and discussions
Topic: Enable hardware with script or API
Replies: 10
Views: 2270

Re: Enable hardware with script or API

How to enable device ? I'm able to disable but not enable: wget -q -O - "http://192.168.1.11:8080/json.htm?type=command&param=updatehardware&htype=41&name=MySensorsKinowaNano&enabled=false& idx=2" { "status" : "OK", "title" : "UpdateHardware" } wget -q -O - "http://192.168.1.11:8080/json.htm?type ...
by kofec
Thursday 07 March 2019 16:04
Forum: Python
Topic: [solved] python script triggered by any/random events
Replies: 2
Views: 669

Re: python script triggered by any/random events

Thanks - so I close the subject
by kofec
Tuesday 05 March 2019 8:39
Forum: Python
Topic: [solved] python script triggered by any/random events
Replies: 2
Views: 669

[solved] python script triggered by any/random events

My version: 2019-03-04 19:41:59.050 Status: Domoticz V4.10531 (c)2012-2019 GizMoCuz 2019-03-04 19:41:59.051 Status: Build Hash: bf19d8bb, Date: 2019-02-27 09:04:05 2019-03-04 19:41:59.052 Status: Startup Path: /usr/share/domoticz/ 2019-03-04 19:41:59.153 Status: EventSystem: reset all events... 2019 ...
by kofec
Monday 04 March 2019 16:06
Forum: Python
Topic: Variable "changed_device" always empty
Replies: 0
Views: 372

Variable "changed_device" always empty

Hi I have simple script - below. How to access/display changed_device and changed_device_name ? import DomoticzEvents as DEVS DEVS.Log("Python: Changed: " + DEVS.changed_device.Describe()) DEVS.Log("DEVS.changed_device_name: " + str(DEVS.changed_device_name)) DEVS.Log("DEVS.changed_device.name ...
by kofec
Saturday 23 February 2019 17:42
Forum: Python
Topic: Python Plugin Domoticz-Enigma2
Replies: 31
Views: 8859

Re: Python Plugin Domoticz-Enigma2

find location of "xmltodict" and add/correct this path in plugin.py
pathOfPackages = '/usr/lib/python3.4/site-packages/' <- correct this
by kofec
Saturday 23 February 2019 13:12
Forum: Python
Topic: Python Plugin Domoticz-Enigma2
Replies: 31
Views: 8859

Re: Python Plugin Domoticz-Enigma2

Is the script "enigma2.sh" working?