Search found 21 matches

by Filnet
Wednesday 03 July 2024 10:17
Forum: Suggestions
Topic: Support for Somfy Connexoon and Tahoma
Replies: 168
Views: 61149

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: 61149

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: 424485

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: 424485

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: 424485

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 ...
by Filnet
Monday 05 February 2024 7:50
Forum: dzVents
Topic: Switch's state is not update
Replies: 10
Views: 744

Re: Switch's state is not update

I solved my problem with the use of persistant datas.
Thanks to waltervl and gizmocuz.
by Filnet
Saturday 03 February 2024 14:06
Forum: dzVents
Topic: Switch's state is not update
Replies: 10
Views: 744

Re: Switch's state is not update

I understand the design well. It is the same as for LUA (of which dzvents is an application). I'm troubled by the fact that the button's state can change several times in the script but not its representation. Currently I transpose all my lua scripts (>40) into dzvents and I don't always see the ...
by Filnet
Saturday 03 February 2024 8:43
Forum: dzVents
Topic: Switch's state is not update
Replies: 10
Views: 744

Re: Switch's state is not update

Hello gizmocuz I don't want to change state multiple times. The script I wrote is there to highlight the poor real-time button state display. It is only done once the script is finished and not in real time. Try this script: return { on = { timer = {'every 1 minutes'}, devices = {'Bouton ...
by Filnet
Friday 02 February 2024 17:48
Forum: dzVents
Topic: Switch's state is not update
Replies: 10
Views: 744

Re: Switch's state is not update

Yes, you are right: dzvents needs to be refresh but it can't do it in the same passage. It needs to recall all the script (for instance, next minute if trigger is Timer).
by Filnet
Friday 02 February 2024 17:27
Forum: dzVents
Topic: Switch's state is not update
Replies: 10
Views: 744

Re: Switch's state is not update

Hello waltervl

Thank you for your message.
But .state or .active don't work. The state response stay false.
by Filnet
Friday 02 February 2024 15:54
Forum: dzVents
Topic: Switch's state is not update
Replies: 10
Views: 744

Switch's state is not update

Hello! Here is my problem. In the script below, I ask to change the state of a button. This command works well (the button changes state). But if I ask to show me this state immediately, the answer is wrong. Can anyone explain to me? And find me a solution? Thanks return { on = { timer = {'every 1 ...
by Filnet
Tuesday 25 April 2023 18:17
Forum: Python
Topic: Python Plugin: Homekit Insecure Client
Replies: 19
Views: 6481

Re: Python Plugin: Homekit Insecure Client

Hello, I don't see any device in the list of my domoticz. NB: "New devices accepted" is on Can you help me? Best regards Filnet 2023-04-25 18:06:24.867 Status: Homekit Client: Started. 2023-04-25 18:06:25.066 Homekit Client: Debug logging mask set to: PYTHON 2023-04-25 18:06:25.067 Homekit Client ...
by Filnet
Wednesday 05 April 2023 21:06
Forum: MQTT Auto Discovery
Topic: no effects in domoticz with MQTT request
Replies: 1
Views: 321

no effects in domoticz with MQTT request

Hello, I try sending a MQTT request to domoticz with the Terminal. I create a device 'Barometer' (id 864). In the Terminal, I write: mosquitto_pub -h localhost -u XXXX -P XXXX -t 'domoticz/in' -m '{"command":"udevice", "idx":864, "svalue":"999;2"}' Request appears in MQTT Explorer and in the ...
by Filnet
Sunday 12 March 2023 14:21
Forum: Third party and supplementary tools
Topic: Unauthorized 401 - homebridge
Replies: 10
Views: 4267

Re: Unauthorized 401 - homebridge

Hello,

I have same problem. Have you solved it?
by Filnet
Monday 20 June 2022 16:13
Forum: MQTT Auto Discovery
Topic: No data out domoticz
Replies: 6
Views: 576

Re: No data out domoticz

Ok. i am trying install zwave2mqtt todo this testing.

Thanks for your help
by Filnet
Monday 20 June 2022 16:06
Forum: MQTT Auto Discovery
Topic: No data out domoticz
Replies: 6
Views: 576

Re: No data out domoticz

If I understand, "AD gateway" don't send data to mqtt from others devices included in Dz like the other gateway?
by Filnet
Monday 20 June 2022 15:46
Forum: MQTT Auto Discovery
Topic: No data out domoticz
Replies: 6
Views: 576

Re: No data out domoticz

Thanks for response. For testing, one hardware with AD (prefix homeassistant) and another one without AD (prefix domoticz) Here is the log window of MQTT Explorer: domoticz status = online out = { "Battery" : 255, "LastUpdate" : "2022-06-20 15:00:39", "RSSI" : 12, "description" : "", "dtype ...
by Filnet
Monday 20 June 2022 14:43
Forum: MQTT Auto Discovery
Topic: No data out domoticz
Replies: 6
Views: 576

No data out domoticz

Hello I submit my problem. I try using mqtt with dz. When I select "MQTT Client Gateway...", data in and data out appairs in MQTT Explorer. But when I select "MQTT Autodiscovery Client Gateway..." no data goes out domoticz. Where is my mistake? Used with Mosquitto/docker Thanks for your help Filnet
by Filnet
Sunday 14 July 2019 7:37
Forum: Other questions and discussions
Topic: JSON command for create virtual sensor - custom sensor?
Replies: 8
Views: 2728

Re: JSON command for create virtual sensor - custom sensor?

Hello

Have you solved this?

I have the same problem.

Thanks for your help.