Search found 36 matches

by Filnet
Saturday 02 August 2025 15:40
Forum: Bugs and Problems
Topic: bug with openURL after updating Domoticz?
Replies: 14
Views: 860

Re: bug with openURL after updating Domoticz?

I don’t think so because the LUA script work fine in the same Time.
by Filnet
Saturday 02 August 2025 7:36
Forum: Bugs and Problems
Topic: bug with openURL after updating Domoticz?
Replies: 14
Views: 860

Re: bug with openURL after updating Domoticz?

I had created a token available during 72h. No, my research is a failure. Something is amazing: I leave the scripts #3 and #4 executing every minute during 48h. On each call, URL response is effective. Script #3 (LUA) : Always received a json, every minute. Script #4 (dzvents): Sometime, 4 json in ...
by Filnet
Wednesday 30 July 2025 17:46
Forum: Bugs and Problems
Topic: bug with openURL after updating Domoticz?
Replies: 14
Views: 860

Re: bug with openURL after updating Domoticz?

I don't understand why Script #3 (LUA) is OK and not in Script #4 (dzvents). Script #3 commandArray = {} local getHTTP = function(cmd) local config=assert(io.popen('curl -m 8 '..cmd)) local location = config:read('*all') config:close() return location end apikey = 'xxxxxxxxxxxxx' cmd = 'https ...
by Filnet
Tuesday 29 July 2025 13:50
Forum: Bugs and Problems
Topic: bug with openURL after updating Domoticz?
Replies: 14
Views: 860

Re: bug with openURL after updating Domoticz?

domoticz beta updated (always on beta since 8 years) No docker container for domoticz NB: I use openURL (GET but without headers) in another events and they go fine. In Debug, the format of the headers seems amazing to me... but I am not a specialist... Debug: 2025-07-29 13:30:05.232 dzVents: Debug ...
by Filnet
Tuesday 29 July 2025 10:18
Forum: Others
Topic: integration ismartgate in domoticz
Replies: 17
Views: 2445

Re: integration ismartgate in domoticz

Fantastic!!
I hav'nt sawn this add in the doc!

Thank you for your help.
by Filnet
Tuesday 29 July 2025 9:14
Forum: Bugs and Problems
Topic: bug with openURL after updating Domoticz?
Replies: 14
Views: 860

Re: bug with openURL after updating Domoticz?

Hello Waltervi, I already test it. In domoticz: The response with OpenURL is: <html><head><title>Request Rejected</title></head><body>The requested URL was rejected. Please consult with your administrator. Your support ID is: 16363103684453842932 In terminal: $ curl -X GET 'https://public-api ...
by Filnet
Tuesday 29 July 2025 8:55
Forum: Others
Topic: integration ismartgate in domoticz
Replies: 17
Views: 2445

Re: integration ismartgate in domoticz

Thanks Flyingdomoticz. Effectively, your plugin appears in the Hardware's list with the comment header. But the following of the plugin is not good. The plugin don't find some libraries. I solved the problem by using os_execute and processing the received response in a dzvents and a device switch ...
by Filnet
Tuesday 29 July 2025 8:15
Forum: Bugs and Problems
Topic: bug with openURL after updating Domoticz?
Replies: 14
Views: 860

bug with openURL after updating Domoticz?

Hello, During several years, my dzVents work fine but since 20/07/2025, it doesn't work. Here is my actual code: key = 'xxxxxxxxx' dz.openURL({ url = URL, method = 'GET', headers = { ['accept'] = '*/*', ['apikey'] = key, }, callback = nom_callback, }) Response is not a json. When i use Terminal with ...
by Filnet
Friday 25 July 2025 16:23
Forum: Others
Topic: integration ismartgate in domoticz
Replies: 17
Views: 2445

Re: integration ismartgate in domoticz

Hello waltervi, ...It's me! I solved my problem: I deleted the folder httpx and reinstall with pip3 ... Now "ismartgate" works fine. But... plugin.py make issues: 2025-07-25 16:11:55.556 Error: iSmartGate: (ismartgate) failed to load 'plugin.py', Python Path used was '/home/pi/domoticz/plugins ...
by Filnet
Friday 25 July 2025 10:56
Forum: Others
Topic: integration ismartgate in domoticz
Replies: 17
Views: 2445

Re: integration ismartgate in domoticz

Thank you for your help.

I keep your plugin, case of I found the key of my problem.

I do step by step a full installation of my domotic on the second Pi.
by Filnet
Friday 25 July 2025 9:02
Forum: Others
Topic: integration ismartgate in domoticz
Replies: 17
Views: 2445

Re: integration ismartgate in domoticz

I had already this.
I try again now...
The error message is always the same.
by Filnet
Friday 25 July 2025 8:43
Forum: Others
Topic: integration ismartgate in domoticz
Replies: 17
Views: 2445

Re: integration ismartgate in domoticz

Yes,
python 3.11.2 (on the two Raspberry)
by Filnet
Friday 25 July 2025 0:14
Forum: Others
Topic: integration ismartgate in domoticz
Replies: 17
Views: 2445

Re: integration ismartgate in domoticz

I tried this procedure, but I had to add the argument "--break-system-packages" to pip3 to complete the installation. $ pip3 install ismartgate --break-system-packages ... Installing collected packages: ismartgate Successfully installed ismartgate-5.0.2 But, I got the following error: $ ismartgate ...
by Filnet
Tuesday 22 July 2025 14:17
Forum: Others
Topic: integration ismartgate in domoticz
Replies: 17
Views: 2445

Re: integration ismartgate in domoticz

Thank you, waltervi.
I have seen this python plugin.
I will try this solution.
by Filnet
Monday 21 July 2025 23:59
Forum: Others
Topic: integration ismartgate in domoticz
Replies: 17
Views: 2445

integration ismartgate in domoticz

Hello,
Has anyone done this?
Thank you for your help.
by Filnet
Wednesday 03 July 2024 10:17
Forum: Suggestions
Topic: Support for Somfy Connexoon and Tahoma
Replies: 168
Views: 63932

Re: Support for Somfy Connexoon and Tahoma

I solved my problem!

The switch on the Somfy remote (Situo 5) must be in "Auto".
by Filnet
Wednesday 03 July 2024 9:52
Forum: Suggestions
Topic: Support for Somfy Connexoon and Tahoma
Replies: 168
Views: 63932

Re: Support for Somfy Connexoon and Tahoma

Hello, I use Tahoma Switch I install plugin. Here are the messages: 2024-07-03 09:12:35.324 Status: Somfy Tahoma IO: Stop directive received. 2024-07-03 09:12:35.412 Status: Somfy Tahoma IO: Exiting work loop. 2024-07-03 09:12:35.425 Status: Somfy Tahoma IO: Stopping threads. 2024-07-03 09:12:35.425 ...
by Filnet
Wednesday 13 March 2024 17:35
Forum: Design, usability and languages
Topic: NEW frontpage.html - request comments
Replies: 1301
Views: 431506

Re: NEW frontpage.html - request comments

I cleaned the cache several times...

I finally found the issue: Firefox had protect the access... Unprotect option for the IP of my domoticz does the job...

Thanks again for your quick help.
by Filnet
Wednesday 13 March 2024 17:17
Forum: Design, usability and languages
Topic: NEW frontpage.html - request comments
Replies: 1301
Views: 431506

Re: NEW frontpage.html - request comments

thanks for your post.

Cleaning cache on Safari was the solution. (I thought I had doing this yesterday...)
But no action on firefox, parameters leaves empty. Not better with private connection.
by Filnet
Wednesday 13 March 2024 16:41
Forum: Design, usability and languages
Topic: NEW frontpage.html - request comments
Replies: 1301
Views: 431506

Re: NEW frontpage.html - request comments

Hello I try using custom.html. On my Macbook through Safari or Firefox, this page is visible but no parameters is updated. They are empty. But using Safari on my iphone or ipad, the page is OK. I don't understand why... "http://192.168.-.--:8080/json.htm?type=command&param=getdevices&plan=9" show a ...