Thanks.
This week on holiday but then i try
Search found 15 matches
- Monday 28 October 2024 19:23
- Forum: Zigbee
- Topic: downgrade Domoticz for Zigbee
- Replies: 13
- Views: 2118
- Monday 21 October 2024 11:26
- Forum: Zigbee
- Topic: downgrade Domoticz for Zigbee
- Replies: 13
- Views: 2118
Re: downgrade Domoticz for Zigbee
i@raspberrypi:~/domoticz/plugins/Domoticz-Zigbee $ git checkout stable7-7.1.001 When i use this command I got this error error: Your local changes to the following files would be overwritten by checkout: plugin.py Please commit your changes or stash them before you switch branches. Aborting How can ...
- Sunday 20 October 2024 11:24
- Forum: Zigbee
- Topic: downgrade Domoticz for Zigbee
- Replies: 13
- Views: 2118
Re: downgrade Domoticz for Zigbee
Version: 2024.7 (build 16267) Build Hash: 83c3c5310 Compile Date: 2024-09-30 09:17:12 dzVents Version: 3.1.8 Python Version: 3.9.2 (default, Feb 28 2021, 17:03:44) [GCC 10.2.1 20210110] ZigBeeforDomoticZ plug-in Admin Interface Versie 7.1.012 timer function works strangely The problem occurs with 2 ...
- Saturday 19 October 2024 19:54
- Forum: Zigbee
- Topic: downgrade Domoticz for Zigbee
- Replies: 13
- Views: 2118
Re: downgrade Domoticz for Zigbee
Thanks Pipiche i will try this. Now i can try other versions.
- Friday 18 October 2024 14:10
- Forum: Zigbee
- Topic: downgrade Domoticz for Zigbee
- Replies: 13
- Views: 2118
Re: downgrade Domoticz for Zigbee
Received an image of his Domoticz from a fellow Domoticz user with "Zigbee for Domoticz" version 7.1.001 Restored my backup of the database and made everything work again. Now the problem is no longer present. I'll wait until Pipiche has time again so I can use the latest version. Thanks for ...
- Thursday 17 October 2024 17:56
- Forum: Zigbee
- Topic: downgrade Domoticz for Zigbee
- Replies: 13
- Views: 2118
downgrade Domoticz for Zigbee
Version: 2024.7 (build 16267) Build Hash: 83c3c5310 Compile Date: 2024-09-30 09:17:12 dzVents Version: 3.1.8 Python Version: 3.9.2 (default, Feb 28 2021, 17:03:44) [GCC 10.2.1 20210110] Raspberry 3 how can i downgrade Domoticz for Zigbee? i have now problems I think that version 7.1.001 works wel ...
- Monday 14 October 2024 14:34
- Forum: Bugs and Problems
- Topic: Timer function works strangely
- Replies: 8
- Views: 1245
Re: Timer function works strangely
Private Message not yet responding
how can i downgrade Domoticz for Zigbee?
I think that version 7.1.001 works wel for me in the past
I will try that.
Now i on 7.1.012
how can i downgrade Domoticz for Zigbee?
I think that version 7.1.001 works wel for me in the past
I will try that.
Now i on 7.1.012
- Friday 04 October 2024 20:23
- Forum: Bugs and Problems
- Topic: Timer function works strangely
- Replies: 8
- Views: 1245
Re: Timer function works strangely
I send a mail
Thanks
Thanks
- Thursday 03 October 2024 14:17
- Forum: Bugs and Problems
- Topic: Timer function works strangely
- Replies: 8
- Views: 1245
Re: Timer function works strangely
I have update Zigbee for Domoticz
Pair all devices
En have new testing the lamp
Same problem.
Where the off command is coming from?
Pair all devices
En have new testing the lamp
Same problem.
Where the off command is coming from?
- Tuesday 01 October 2024 19:28
- Forum: Bugs and Problems
- Topic: Timer function works strangely
- Replies: 8
- Views: 1245
Re: Timer function works strangely
By plugin
ZigBeeforDomoticZ plug-in Admin Interface
Versie 7.1.007
ZigBeeforDomoticZ plug-in Admin Interface
Versie 7.1.007
- Tuesday 01 October 2024 18:12
- Forum: Bugs and Problems
- Topic: Timer function works strangely
- Replies: 8
- Views: 1245
Timer function works strangely
Version: 2024.7 (build 16267) Build Hash: 83c3c5310 Compile Date: 2024-09-30 09:17:12 dzVents Version: 3.1.8 Python Version: 3.9.2 (default, Feb 28 2021, 17:03:44) [GCC 10.2.1 20210110] timer function works strangely The problem occurs with 2 of my Zigbee Ikea lights GU 10 RGBWW No problems with ...
- Thursday 13 February 2020 18:32
- Forum: ESP8266
- Topic: How to Send data to ESP8266 display
- Replies: 5
- Views: 6262
Re: How to Send data to ESP8266 display
thanks
This is new for my.
I try to look at it how this is working
This is new for my.
I try to look at it how this is working
- Wednesday 12 February 2020 15:14
- Forum: ESP8266
- Topic: How to Send data to ESP8266 display
- Replies: 5
- Views: 6262
Re: How to Send data to ESP8266 display
Oke this is working. -- LCD Aansturen commandArray = {} Levering = 'P1 Smart Meter Delivery L1'; Verbruik = 'Power'; if otherdevices_svalues[Verbruik] > '0.0' then LCDLine3 = otherdevices_svalues[Verbruik]; commandArray[1] = {['OpenURL']="http://192.168.0.21/control?cmd=lcd,3,1,Verbruik ...
- Wednesday 05 February 2020 20:09
- Forum: ESP8266
- Topic: How to Send data to ESP8266 display
- Replies: 5
- Views: 6262
Re: How to Send data to ESP8266 display
I use now in a lua script
commandArray[#commandArray+1] = {['OpenURL']='http://192.168.0.21/control?cmd=lcd,4,12,test'}
then i get on the display on line 4 pos 12 the word test
How can i display a value b.v. power with idx 90
Thanks Jan
commandArray[#commandArray+1] = {['OpenURL']='http://192.168.0.21/control?cmd=lcd,4,12,test'}
then i get on the display on line 4 pos 12 the word test
How can i display a value b.v. power with idx 90
Thanks Jan
- Friday 31 January 2020 21:31
- Forum: ESP8266
- Topic: How to Send data to ESP8266 display
- Replies: 5
- Views: 6262
How to Send data to ESP8266 display
I have Domoticz running on a Raspberry. I use different ESP8266 with espeasy on it sending data to Domoticz Now i want on a display, at the ESPEasy, some data from Domoticz to display. In Domoticz i can send 1 data to the ESP8266 with HTTPLink (http://192.168.0.21/control?cmd=lcd,3,12,%v) I have to ...