Search found 28 matches
- Sunday 20 July 2025 15:57
- Forum: Switches and Scenes
- Topic: Closing roller shutters under certain conditions
- Replies: 1
- Views: 776
Closing roller shutters under certain conditions
Hi For many years, my roller shutters (Somfy) have been controlled by Domoticz without any problems. The closing and opening times are programmed into each shutter device. But recently, I was on my balcony and almost got locked out because my shutters closed at the scheduled time. Fortunately, I had ...
- Saturday 23 January 2021 18:15
- Forum: Heating/cooling
- Topic: Controlling Delonghi Air conditioner
- Replies: 8
- Views: 3976
Re: Controlling Delonghi Air conditioner
Hi MArtin Difficult to answer. On the Aliexpress website there is no technical information. If you have a datasheet of the product, please let send me a scan that could help me to understand how the device works? What I understand is that it is rather intended to function as a relay to increase the ...
- Friday 22 January 2021 21:09
- Forum: Heating/cooling
- Topic: Controlling Delonghi Air conditioner
- Replies: 8
- Views: 3976
Re: Controlling Delonghi Air conditioner
Sorry Martin and thank you for the alert ... my server was halted (I don't no why ).
I just restarted it, so now I think you can access my wiki (please let me know if not)
Jacques
I just restarted it, so now I think you can access my wiki (please let me know if not)
Jacques
- Friday 25 December 2020 21:00
- Forum: LUA
- Topic: Unable to update a user variable
- Replies: 2
- Views: 559
Re: Unable to update a user variable
Thank you Sieth but I have found just now :
is not allowed, because b1 is not replaced by its value which is "Batterie1"
So the good writing is :
and then it works well.
Code: Select all
commandArray['Variable:b1'] = '1'
So the good writing is :
Code: Select all
commandArray['Variable:Batterie1'] = '1'
- Friday 25 December 2020 19:06
- Forum: LUA
- Topic: Unable to update a user variable
- Replies: 2
- Views: 559
Unable to update a user variable
Hi everyone, Below is a part of my script_device code in lua where b1 and b2 are user variables I can easily read them but I cannot change them ... b1 = 'Batterie1' b2 = 'Batterie2' ------------------------------------------------------------------------------ commandArray = {} if (devicechanged ...
- Saturday 19 December 2020 3:50
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Remote session is closed after a few seconds
- Replies: 1
- Views: 327
Re: Remote session is closed after a few seconds
Correction : same problem with Mac
- Thursday 17 December 2020 11:09
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Remote session is closed after a few seconds
- Replies: 1
- Views: 327
Remote session is closed after a few seconds
Dear all Since many years I used to connect to two remote Domoticz server without difficulty until yesterday. Ideed, since yesterday after opening a session using login and password, the session is automatically closed after a few seconds. It seems to appear only with my PC under W10 but not with a ...
- Thursday 17 December 2020 11:01
- Forum: Heating/cooling
- Topic: Controlling Delonghi Air conditioner
- Replies: 8
- Views: 3976
Re: Controlling Delonghi Air conditioner
Hi Martin I am so sorry to reply so late, but I was very busy and I lost my id and pwd. So, yes Delonghi remote control via Domoticz works well Please look at my wiki for more details http://yadalo.no-ip.org/dokuwiki/doku.php?id=projets:projets:domotique:le_climatiseur_mobile_delonghi_serie_ex Hope ...
- Sunday 22 December 2019 19:22
- Forum: Heating/cooling
- Topic: Integration in Domotcz of a Local Air Conditioner Delongi Penguino EX Series
- Replies: 0
- Views: 328
Integration in Domotcz of a Local Air Conditioner Delongi Penguino EX Series
If you want to remote control your local air conditioner Delonghi Penguino EX Series
follow this link http://yadalo.no-ip.org/dokuwiki/doku.p ... i_serie_ex for a detailed description of how to do it.
follow this link http://yadalo.no-ip.org/dokuwiki/doku.p ... i_serie_ex for a detailed description of how to do it.
- Wednesday 11 December 2019 23:39
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Device Sharing
- Replies: 54
- Views: 10360
Re: Device Sharing
But you said that you are running MQTT in parallel. Maybe you can try that. Yes this is what I have done and it works 2019-12-11 23:30:09.076 MQTT: Topic: domoticz/in, Message: {"idx" : 1025, "nvalue" : 0, "svalue" : "23.0;38.1;0"} capteur-mi-ble.png But after all these efforts to make working ...
- Wednesday 11 December 2019 16:46
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Device Sharing
- Replies: 54
- Views: 10360
Re: Device Sharing
Right ... never give up So it works well in my standard configuration Rpi Zero and Rpi B+, Wifi network, last non-beta Domotics version. All "Motherboards Sensors" are well shared. But the Virtual Sensor I use for my Xiaomi sensor is not shared properly, I mean visible on slave side but not visible ...
- Wednesday 11 December 2019 15:25
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Device Sharing
- Replies: 54
- Views: 10360
Re: Device Sharing
It works ! Indeed it was a port issue. The good configuration is : port 8080 for both Master and Slave as you recommended, but 6144 in the Remote Server Config (see screenshot below) config-master.png The next step will be to test a similar configuration on my normal installation (a Rpi Zero and a ...
- Tuesday 10 December 2019 23:15
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Device Sharing
- Replies: 54
- Views: 10360
Re: Device Sharing
Done as you recommended. See log below. Note that Error: Error parsing http request. appears only after upgrading to the beta version Log on slave (ip=192.168.253.100) 2019-12-10 21:49:43.907 Status: Domoticz V4.11563 (c)2012-2019 GizMoCuz 2019-12-10 21:49:43.909 Status: Build Hash: d5e8a14bf, Date ...
- Tuesday 10 December 2019 16:32
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Device Sharing
- Replies: 54
- Views: 10360
Re: Device Sharing
Hi,
Ok let's continue ...
I will apply your recommendations and let you know ...
Write you later.
Best regards
Generally it's not in my vocabulary tooThat's not in my vocabulary, however I cannot force you to go on.


Ok let's continue ...
I will apply your recommendations and let you know ...
Write you later.
Best regards
- Tuesday 10 December 2019 11:52
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Device Sharing
- Replies: 54
- Views: 10360
Re: Device Sharing
Hi I have done many test in various configuration. I replaced the Rpi Zero by a Rpi model 3 with ethernet socket. Both two Rpi run the last Beta version of Domoticz I tested Wifi and Ethernet connection with my box as router or with another router independent of the box But it don't work anyway. So ...
- Thursday 05 December 2019 9:44
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Device Sharing
- Replies: 54
- Views: 10360
Re: Device Sharing
For an unknown reason it seems that the connection between master and slave tween cannot complete.
Maybe an issue with the router configuration ...
I will try to build a second independent LAN (using another router I have) and to connect the master and the slave on it.
Regards
Maybe an issue with the router configuration ...
I will try to build a second independent LAN (using another router I have) and to connect the master and the slave on it.
Regards
- Thursday 05 December 2019 0:11
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Device Sharing
- Replies: 54
- Views: 10360
Re: Device Sharing
Seems now that the master connects and immediately disconnects
- Thursday 05 December 2019 0:10
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Device Sharing
- Replies: 54
- Views: 10360
Re: Device Sharing
Right : moving on new Rpi's doesn't change anything. I have updated both master and slave with the last beta version Now the log on master (a Rpi Zero W) is 2019-12-04 23:06:01.257 Error: UNHANDLED PACKET TYPE: FS20 68 2019-12-04 23:06:31.278 (Device Sharing) Security (Unknown) 2019-12-04 23:06:31 ...
- Wednesday 04 December 2019 21:13
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Device Sharing
- Replies: 54
- Views: 10360
Re: Device Sharing
Thank you so much for your help. I followed all your recommendations but the problem is persistent. I suspect that this comes from my slave who also performs data transfers to the master using the MQTT (Mosquitto) protocol which can generate a conflict with device sharing. Or maybe a problem on the ...
- Wednesday 04 December 2019 8:10
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Device Sharing
- Replies: 54
- Views: 10360
Re: Device Sharing
Something strange ... Looking the log on master side this message is supposed to mean that the master is connected to slave 2019-12-04 08:03:44.695 Status: Domoticz Remote: connected to: 192.168.1.66:6144 But looking the log on salve side I can see only one incoming connection : this is the ...