[Zigbee4Domoticz Plugin] new version annoucement
Moderator: leecollings
-
- Posts: 2016
- Joined: Monday 02 April 2018 20:33
- Target OS: Raspberry Pi / ODroid
- Domoticz version: beta
- Location: France
- Contact:
[Zigbee4Domoticz Plugin] new version annoucement
We are please to let you know that we have just release the version 6.3 of the Zigbee for Domoticz plugin.
Most of the features added to the plugin are in relation with Texas Instrument deConz and Silicon Labs based Coordinators.
* Automatic backup coordinator (and restore)
* Network Topology based on Routing table (in addition of the neighbourg tables)
* Edition of main-powered Configure Reporting
* Reverse proxy capable of the WEBui component
In order to have a smooth transition when moving to version 6.3 and where there is no data migration, it would be good to take the following steps:
1. Stop the plugin by disabling from the Hardware Domoticz plugin list ( use the enable/disable button and press update).
2. Stop Domoticz as you will have to restart it in order to load a new plugin configuration item .
3. if you are not on 6.1.5 and you didn't use the WebAdmin Plugin Update menu, do the following
`cd Domoticz-Zigbee` (or Domoticz-Zigate for the old installation)
`git config --add submodule.recurse true`
`git pull --recurse-submodules` ( you might have to use the sudo command if you get access right issues)
`sudo python3 -m pip --no-input install -r requirements.txt`
4. Restart Domoticz
5. Go to the Hardware menu , and select the ZigbeeforDomoticz plugin.
Check that the __API bas url__ is correctly setup.
6. Enable the Plugin in order to start it.
7. Check Domoticz logs for any errors
8. Check Plugin logs ( Domoticz-Zigbee/Logs/PluginZigbee_xx.log )
Most of the features added to the plugin are in relation with Texas Instrument deConz and Silicon Labs based Coordinators.
* Automatic backup coordinator (and restore)
* Network Topology based on Routing table (in addition of the neighbourg tables)
* Edition of main-powered Configure Reporting
* Reverse proxy capable of the WEBui component
In order to have a smooth transition when moving to version 6.3 and where there is no data migration, it would be good to take the following steps:
1. Stop the plugin by disabling from the Hardware Domoticz plugin list ( use the enable/disable button and press update).
2. Stop Domoticz as you will have to restart it in order to load a new plugin configuration item .
3. if you are not on 6.1.5 and you didn't use the WebAdmin Plugin Update menu, do the following
`cd Domoticz-Zigbee` (or Domoticz-Zigate for the old installation)
`git config --add submodule.recurse true`
`git pull --recurse-submodules` ( you might have to use the sudo command if you get access right issues)
`sudo python3 -m pip --no-input install -r requirements.txt`
4. Restart Domoticz
5. Go to the Hardware menu , and select the ZigbeeforDomoticz plugin.
Check that the __API bas url__ is correctly setup.
6. Enable the Plugin in order to start it.
7. Check Domoticz logs for any errors
8. Check Plugin logs ( Domoticz-Zigbee/Logs/PluginZigbee_xx.log )
Zigbee for Domoticz plugin / RPI3B+ / Electrolama ZZH-P / 45 devices
If the plugin provides you value, you can support me with a donation Paypal.
Wiki is available here.
Zigbee for Domoticz FAQ
If the plugin provides you value, you can support me with a donation Paypal.
Wiki is available here.
Zigbee for Domoticz FAQ
- waltervl
- Posts: 5851
- Joined: Monday 28 January 2019 18:48
- Target OS: Linux
- Domoticz version: 2024.7
- Location: NL
- Contact:
Re: [Zigbee4Domoticz Plugin] new version annoucement
Just updated the plugin with the wiki instruction https://zigbeefordomoticz.github.io/wik ... gin-update
git submodule update --init --recursive
So it went wrong.....
And had to go all the way through all errors.
My advice: put the above update instruction to 6.3 stable in the wiki as it seems that i have done all steps now by learning on the way
git submodule update --init --recursive
So it went wrong.....
And had to go all the way through all errors.
My advice: put the above update instruction to 6.3 stable in the wiki as it seems that i have done all steps now by learning on the way

Domoticz running on Udoo X86 (on Ubuntu)
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
-
- Posts: 77
- Joined: Saturday 27 July 2019 0:39
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: [Zigbee4Domoticz Plugin] new version annoucement
Thank you for the feedback. It's updated.
Sorry for the inconveniences.
Sorry for the inconveniences.
Moderator on Easydomoticz.com, the French DomoticZ forum.
French writer for ZigBeeForDomoticZ Plugin Wiki
French writer for ZigBeeForDomoticZ Plugin Wiki
- waltervl
- Posts: 5851
- Joined: Monday 28 January 2019 18:48
- Target OS: Linux
- Domoticz version: 2024.7
- Location: NL
- Contact:
Re: [Zigbee4Domoticz Plugin] new version annoucement
Again a minor improvement on the wiki manually update plugin I think.
Current wiki says
I did
Plugin update through website is not running for me as I need to do this update actions with sudo.
Current wiki says
It suggests that you do not need to do an git pull anymore. But you have to.Manually
Go in your DomoticZ directory using a command line and open the plugins directory then the Domoticz-Zigate-Plugin directory.
Run: git submodule update --init --recursive
Note : Since version 6, the git pull is no longer enough.
In case you have edited/updated some of the plugin controlled file, you might get an error message protecting any update. In such situation you can reset those files with the latest version with the following commands
git reset –-hard
git pull --force
Run: sudo chmod +x plugin.py
Restart Domoticz.
I did
Code: Select all
git pull
git submodule update --init --recursive
Domoticz running on Udoo X86 (on Ubuntu)
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
-
- Posts: 2016
- Joined: Monday 02 April 2018 20:33
- Target OS: Raspberry Pi / ODroid
- Domoticz version: beta
- Location: France
- Contact:
Re: [Zigbee4Domoticz Plugin] new version annoucement
On which system/OS are you ? is Domoticz running with a normal user ?
you need to have all files own by the username running Domoticz, so you might want to do a
Code: Select all
cd Domoticz-Zigbee ; sudo chown xxx:yyy .
Zigbee for Domoticz plugin / RPI3B+ / Electrolama ZZH-P / 45 devices
If the plugin provides you value, you can support me with a donation Paypal.
Wiki is available here.
Zigbee for Domoticz FAQ
If the plugin provides you value, you can support me with a donation Paypal.
Wiki is available here.
Zigbee for Domoticz FAQ
- waltervl
- Posts: 5851
- Joined: Monday 28 January 2019 18:48
- Target OS: Linux
- Domoticz version: 2024.7
- Location: NL
- Contact:
Re: [Zigbee4Domoticz Plugin] new version annoucement
I am running on Ubuntu 18.04.LTS on a X86 system.
Domoticz is running as root (installed with sudo)
I had to do all plugin git install commands with sudo the get things running.
I will try out the chown command this week.
Domoticz is running as root (installed with sudo)
I had to do all plugin git install commands with sudo the get things running.
I will try out the chown command this week.
Domoticz running on Udoo X86 (on Ubuntu)
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
-
- Posts: 2016
- Joined: Monday 02 April 2018 20:33
- Target OS: Raspberry Pi / ODroid
- Domoticz version: beta
- Location: France
- Contact:
Re: [Zigbee4Domoticz Plugin] new version annoucement
So plug-in upgrade via webUi > admin > upgrade should work then.
And as DomoticZ is running root indeed some files get own by root
And as DomoticZ is running root indeed some files get own by root
Zigbee for Domoticz plugin / RPI3B+ / Electrolama ZZH-P / 45 devices
If the plugin provides you value, you can support me with a donation Paypal.
Wiki is available here.
Zigbee for Domoticz FAQ
If the plugin provides you value, you can support me with a donation Paypal.
Wiki is available here.
Zigbee for Domoticz FAQ
-
- Posts: 141
- Joined: Saturday 19 September 2020 21:02
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 2025.1
- Location: Krimpen aan den IJssel
- Contact:
Re: [Zigbee4Domoticz Plugin] new version annoucement
Dear forum members,
I'm on my test raspberry to make a clean install with Bullseye and Domoticz.
Unfortunately with zigbee4domoticz I have an error that I can't get out of.
Port forwarding is on
What am I doing wrong?
I have tried all my ip addresses and ports but I keep getting an error.
Z4D log
Domoticz log
I'm on my test raspberry to make a clean install with Bullseye and Domoticz.
Unfortunately with zigbee4domoticz I have an error that I can't get out of.
Port forwarding is on
What am I doing wrong?
I have tried all my ip addresses and ports but I keep getting an error.
Z4D log
Code: Select all
10: Object {"0":{"Time":"19/02/2023 23:13:36","Module":"DZDB","nwkid":"None","PluginHealth":"Startup","message":"Urlopen to http://127.0.0.1:7878/json.htm?type=hardware rejected. Error: HTTP Error 401: Unauthorized","PermitToJoin":{"Duration":0,"Starttime":1676844851},"Thread":"MainThread"},"1":{"Time":"19/02/2023 23:13:36","Module":"DZDB","nwkid":"None","PluginHealth":"Startup","message":"Urlopen to http://127.0.0.1:7878/json.htm?type=hardware rejected. Error: HTTP Error 401: Unauthorized","PermitToJoin":{"Duration":0,"Starttime":1676844851},"Thread":"MainThread"},"LastLog":1,"StartTime":"19/02/2023 23:13:36","FirmwareVersion":"Z-Stack 3.30+ (build 20220219)","FirmwareMajorVersion":"20","PluginVersion":["stable6-6.3.010"]}
11: Object {"0":{"Time":"20/02/2023 15:12:11","Module":"DZDB","nwkid":"None","PluginHealth":"Startup","message":"Urlopen to http://127.0.0.1:7878/json.htm?type=hardware rejected. Error: HTTP Error 401: Unauthorized","PermitToJoin":{"Duration":0,"Starttime":1676902366},"Thread":"MainThread"},"1":{"Time":"20/02/2023 15:12:11","Module":"DZDB","nwkid":"None","PluginHealth":"Startup","message":"Urlopen to http://127.0.0.1:7878/json.htm?type=hardware rejected. Error: HTTP Error 401: Unauthorized","PermitToJoin":{"Duration":0,"Starttime":1676902366},"Thread":"MainThread"},"LastLog":1,"StartTime":"20/02/2023 15:12:11","FirmwareVersion":"Z-Stack 3.30+ (build 20220219)","FirmwareMajorVersion":"20","PluginVersion":["stable6-6.3.010"]}
12: Object {"0":{"Time":"20/02/2023 15:37:30","Module":"DZDB","nwkid":"None","PluginHealth":"Startup","message":"Urlopen to http://127.0.0.1:8080/json.htm?type=hardware rejected. Error: <urlopen error [Errno 111] Connection refused>","PermitToJoin":{"Duration":0,"Starttime":1676903882},"Thread":"MainThread"},"1":{"Time":"20/02/2023 15:37:30","Module":"DZDB","nwkid":"None","PluginHealth":"Startup","message":"Urlopen to http://127.0.0.1:8080/json.htm?type=hardware rejected. Error: <urlopen error [Errno 111] Connection refused>","PermitToJoin":{"Duration":0,"Starttime":1676903882},"Thread":"MainThread"},"LastLog":1,"StartTime":"20/02/2023 15:37:30","FirmwareVersion":"Z-Stack 3.30+ (build 20220219)","FirmwareMajorVersion":"20","PluginVersion":["stable6-6.3.010"]}
13: Object {"0":{"Time":"20/02/2023 15:39:46","Module":"DZDB","nwkid":"None","PluginHealth":"Startup","message":"Urlopen to http://192.168.1.15:8080/json.htm?type=hardware rejected. Error: <urlopen error [Errno 111] Connection refused>","PermitToJoin":{"Duration":0,"Starttime":1676904018},"Thread":"MainThread"},"1":{"Time":"20/02/2023 15:39:46","Module":"DZDB","nwkid":"None","PluginHealth":"Startup","message":"Urlopen to http://192.168.1.15:8080/json.htm?type=hardware rejected. Error: <urlopen error [Errno 111] Connection refused>","PermitToJoin":{"Duration":0,"Starttime":1676904018},"Thread":"MainThread"},"LastLog":1,"StartTime":"20/02/2023 15:39:46","FirmwareVersion":"Z-Stack 3.30+ (build 20220219)","FirmwareMajorVersion":"20","PluginVersion":["stable6-6.3.010"]}
14: Object {"0":{"Time":"20/02/2023 15:42:25","Module":"DZDB","nwkid":"None","PluginHealth":"Startup","message":"Urlopen to http://192.168.1.15:7878/json.htm?type=hardware rejected. Error: HTTP Error 401: Unauthorized","PermitToJoin":{"Duration":0,"Starttime":1676904177},"Thread":"MainThread"},"1":{"Time":"20/02/2023 15:42:25","Module":"DZDB","nwkid":"None","PluginHealth":"Startup","message":"Urlopen to http://192.168.1.15:7878/json.htm?type=hardware rejected. Error: HTTP Error 401: Unauthorized","PermitToJoin":{"Duration":0,"Starttime":1676904177},"Thread":"MainThread"},"LastLog":1,"StartTime":"20/02/2023 15:42:25","FirmwareVersion":"Z-Stack 3.30+ (build 20220219)","FirmwareMajorVersion":"20","PluginVersion":["stable6-6.3.010"]}
LastLog: 14
Code: Select all
2023-02-20 15:12:11.879 Error: Z4D: Urlopen to http://127.0.0.1:7878/json.htm?type=hardware rejected. Error: HTTP Error 401: Unauthorized
2023-02-20 15:12:11.890 Error: Z4D: Urlopen to http://127.0.0.1:7878/json.htm?type=hardware rejected. Error: HTTP Error 401: Unauthorized
2023-02-20 15:37:30.278 Error: Z4D: Urlopen to http://127.0.0.1:8080/json.htm?type=hardware rejected. Error: <urlopen error [Errno 111] Connection refused>
2023-02-20 15:37:30.290 Error: Z4D: Urlopen to http://127.0.0.1:8080/json.htm?type=hardware rejected. Error: <urlopen error [Errno 111] Connection refused>
2023-02-20 15:39:46.586 Error: Z4D: Urlopen to http://192.168.1.15:8080/json.htm?type=hardware rejected. Error: <urlopen error [Errno 111] Connection refused>
2023-02-20 15:39:46.594 Error: Z4D: Urlopen to http://192.168.1.15:8080/json.htm?type=hardware rejected. Error: <urlopen error [Errno 111] Connection refused>
2023-02-20 15:42:25.815 Error: Z4D: Urlopen to http://192.168.1.15:7878/json.htm?type=hardware rejected. Error: HTTP Error 401: Unauthorized
2023-02-20 15:42:25.825 Error: Z4D: Urlopen to http://192.168.1.15:7878/json.htm?type=hardware rejected. Error: HTTP Error 401: Unauthorized
- Attachments
-
- zigbee4domoticz.png (124.81 KiB) Viewed 2268 times
-
- Domoticz.png (78.96 KiB) Viewed 2268 times
Yours sincerely,
Fred
Rasberry Pi 3B+ - Debian Bullseye - Domoticz 2025.1
RFLink - RFXCom - Zigbee (CC2531)
P1 Smart Meter - KaKu
Fred
Rasberry Pi 3B+ - Debian Bullseye - Domoticz 2025.1
RFLink - RFXCom - Zigbee (CC2531)
P1 Smart Meter - KaKu
-
- Posts: 2016
- Joined: Monday 02 April 2018 20:33
- Target OS: Raspberry Pi / ODroid
- Domoticz version: beta
- Location: France
- Contact:
Re: [Zigbee4Domoticz Plugin] new version annoucement
I guess you have a problem which is related to the new security fashion from Domoticz.
So you have to have the IP address to be on the "trusted IP list" from Domoticz
So you have to have the IP address to be on the "trusted IP list" from Domoticz
Zigbee for Domoticz plugin / RPI3B+ / Electrolama ZZH-P / 45 devices
If the plugin provides you value, you can support me with a donation Paypal.
Wiki is available here.
Zigbee for Domoticz FAQ
If the plugin provides you value, you can support me with a donation Paypal.
Wiki is available here.
Zigbee for Domoticz FAQ
-
- Posts: 748
- Joined: Saturday 27 February 2016 12:49
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 2020.2
- Location: NL
- Contact:
Re: [Zigbee4Domoticz Plugin] new version annoucement
I had some problems with this as well, had multiple IP addresses in the trusted networks field.
Found out that they should be separated by a semicolon, and NO spaces! (I had originally inserted a space for readability)
It now works OK.
Hans
-
- Posts: 141
- Joined: Saturday 19 September 2020 21:02
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 2025.1
- Location: Krimpen aan den IJssel
- Contact:
Re: [Zigbee4Domoticz Plugin] new version annoucement
Hoi pipiche,
What I have now entered is,
login name(domoticz):password(domoticz):IP address(domoticz):port(domoticz).
Still the same error.
The plugin does work, I can add parts and they work well.
Yours sincerely,
Fred
Rasberry Pi 3B+ - Debian Bullseye - Domoticz 2025.1
RFLink - RFXCom - Zigbee (CC2531)
P1 Smart Meter - KaKu
Fred
Rasberry Pi 3B+ - Debian Bullseye - Domoticz 2025.1
RFLink - RFXCom - Zigbee (CC2531)
P1 Smart Meter - KaKu
-
- Posts: 2016
- Joined: Monday 02 April 2018 20:33
- Target OS: Raspberry Pi / ODroid
- Domoticz version: beta
- Location: France
- Contact:
Re: [Zigbee4Domoticz Plugin] new version annoucement
Domoticz 2023.1 requires https if the IP address is not trusted. from what I saw in your log you are using only http, so make sure that the IP are Trusted.
Zigbee for Domoticz plugin / RPI3B+ / Electrolama ZZH-P / 45 devices
If the plugin provides you value, you can support me with a donation Paypal.
Wiki is available here.
Zigbee for Domoticz FAQ
If the plugin provides you value, you can support me with a donation Paypal.
Wiki is available here.
Zigbee for Domoticz FAQ
- kiddigital
- Posts: 438
- Joined: Thursday 10 August 2017 6:52
- Target OS: Raspberry Pi / ODroid
- Domoticz version: Beta
- Location: Netherlands
- Contact:
[Zigbee4Domoticz Plugin] new version annoucement
Or if the plugin is using Basic Authentication over http (and not https) you need to enable it in the security section.
But it is more secure if you would do things over https instead of http.
But it is more secure if you would do things over https instead of http.
One RPi with Domoticz, RFX433e, aeon labs z-wave plus stick GEN5, ha-bridge 5.4.0 for Alexa, Philips Hue Bridge, Pimoroni Automation Hat
One RPi with Pi foundation standard touch screen to display Dashticz
One RPi with Pi foundation standard touch screen to display Dashticz
-
- Posts: 141
- Joined: Saturday 19 September 2020 21:02
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 2025.1
- Location: Krimpen aan den IJssel
- Contact:
Re: [Zigbee4Domoticz Plugin] new version annoucement
thanks for the tip
Yours sincerely,
Fred
Rasberry Pi 3B+ - Debian Bullseye - Domoticz 2025.1
RFLink - RFXCom - Zigbee (CC2531)
P1 Smart Meter - KaKu
Fred
Rasberry Pi 3B+ - Debian Bullseye - Domoticz 2025.1
RFLink - RFXCom - Zigbee (CC2531)
P1 Smart Meter - KaKu
-
- Posts: 141
- Joined: Saturday 19 September 2020 21:02
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 2025.1
- Location: Krimpen aan den IJssel
- Contact:
Re: [Zigbee4Domoticz Plugin] new version annoucement
I know that's better. But to do that is quite complicated I understand. I have yet to find an easy description for thiskiddigital wrote: ↑Wednesday 22 February 2023 6:50 Or if the plugin is using Basic Authentication over http (and not https) you need to enable it in the security section.
But it is more secure if you would do things over https instead of http.
Yours sincerely,
Fred
Rasberry Pi 3B+ - Debian Bullseye - Domoticz 2025.1
RFLink - RFXCom - Zigbee (CC2531)
P1 Smart Meter - KaKu
Fred
Rasberry Pi 3B+ - Debian Bullseye - Domoticz 2025.1
RFLink - RFXCom - Zigbee (CC2531)
P1 Smart Meter - KaKu
- waltervl
- Posts: 5851
- Joined: Monday 28 January 2019 18:48
- Target OS: Linux
- Domoticz version: 2024.7
- Location: NL
- Contact:
Re: [Zigbee4Domoticz Plugin] new version annoucement
Check this wiki: https://www.domoticz.com/wiki/Native_HT ... SL_support for just using https. When using HTTPS for outside with a self signed cerificate see wiki https://www.domoticz.com/wiki/Native_se ... ts_Encrypt (also mentiond in the native https page)Fredom wrote: ↑Friday 24 February 2023 14:47I know that's better. But to do that is quite complicated I understand. I have yet to find an easy description for thiskiddigital wrote: ↑Wednesday 22 February 2023 6:50 Or if the plugin is using Basic Authentication over http (and not https) you need to enable it in the security section.
But it is more secure if you would do things over https instead of http.
Domoticz running on Udoo X86 (on Ubuntu)
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
-
- Posts: 141
- Joined: Saturday 19 September 2020 21:02
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 2025.1
- Location: Krimpen aan den IJssel
- Contact:
Re: [Zigbee4Domoticz Plugin] new version annoucement
Thanks for the tip.waltervl wrote: ↑Friday 24 February 2023 14:59Check this wiki: https://www.domoticz.com/wiki/Native_HT ... SL_support for just using https. When using HTTPS for outside with a self signed cerificate see wiki https://www.domoticz.com/wiki/Native_se ... ts_Encrypt (also mentiond in the native https page)Fredom wrote: ↑Friday 24 February 2023 14:47I know that's better. But to do that is quite complicated I understand. I have yet to find an easy description for thiskiddigital wrote: ↑Wednesday 22 February 2023 6:50 Or if the plugin is using Basic Authentication over http (and not https) you need to enable it in the security section.
But it is more secure if you would do things over https instead of http.
I will definitely do something with it.
Yours sincerely,
Fred
Rasberry Pi 3B+ - Debian Bullseye - Domoticz 2025.1
RFLink - RFXCom - Zigbee (CC2531)
P1 Smart Meter - KaKu
Fred
Rasberry Pi 3B+ - Debian Bullseye - Domoticz 2025.1
RFLink - RFXCom - Zigbee (CC2531)
P1 Smart Meter - KaKu
-
- Posts: 10
- Joined: Tuesday 21 February 2023 18:42
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: [Zigbee4Domoticz Plugin] new version annoucement
Shall I open a new tread or can you help me.
In the Domoticz Add screen I write following
admin:[email protected].
Port 50x
Is that wrong to do.
- Sjonnie2017
- Posts: 365
- Joined: Wednesday 02 August 2017 19:43
- Target OS: Linux
- Domoticz version: Latest ß
- Location: The Netherlands
- Contact:
Re: [Zigbee4Domoticz Plugin] new version annoucement
Please open a separate thread for your issue as it is not related to the Zigbee4Domoticz plugin.monette999 wrote: ↑Sunday 02 April 2023 12:45 IMG_20230402_124327.jpgI have similar issues with login of Solarmax Plugin with Lan
Shall I open a new tread or can you help me.
In the Domoticz Add screen I write following
admin:[email protected].
Port 50x
Is that wrong to do.IMG_20230402_124449.jpg
Thank you!
ConBee II - TRÅDFRI lights + switches, loads of ChingLing dimmers and switches, Heiman and Xiaomi sensors
SolarEdge SE4000H (with active modbus_tcp)
YouLess Energy meter
Shelly 2.5 in roller shutter mode
SolarEdge SE4000H (with active modbus_tcp)
YouLess Energy meter
Shelly 2.5 in roller shutter mode
Who is online
Users browsing this forum: No registered users and 1 guest