Hello!
I'm trying to pair a MOES Smart touch dimmer.
https://www.fruugo.se/moes-zigbee-touch ... UNEALw_wcB
I've tried pairing it a couple of times and it always fail. Would it be possible to add support for this? Hope the below log helps, the time stamp is around 09.36
Pairing MOES Smart touch dimmer fails
Moderator: leecollings
-
- Posts: 107
- Joined: Thursday 01 January 2015 18:56
- Target OS: Linux
- Domoticz version:
- Contact:
Pairing MOES Smart touch dimmer fails
- Attachments
-
- PluginZigbee_15.log
- (13.47 KiB) Downloaded 19 times
-
- Posts: 2016
- Joined: Monday 02 April 2018 20:33
- Target OS: Raspberry Pi / ODroid
- Domoticz version: beta
- Location: France
- Contact:
Re: Pairing MOES Smart touch dimmer fails
You look to be on a old plugin version.
kindly advise that you switch to develop branch and try it
then restart the plugin
kindly advise that you switch to develop branch and try it
Code: Select all
git checkout develop
git pull
sudo python3 -m pip install -r requirements.txt --upgrade
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: 107
- Joined: Thursday 01 January 2015 18:56
- Target OS: Linux
- Domoticz version:
- Contact:
Re: Pairing MOES Smart touch dimmer fails
I allready were on develop branch 6.4.325 but the updat to 6.4.412 seems to have solved the issue, thanks as always.
I get loads of errors from Domoticz after updating though. This is in a win10 environment with Python 3.8.9.
I get loads of errors from Domoticz after updating though. This is in a win10 environment with Python 3.8.9.
Code: Select all
2023-04-05 12:35:27.004 Error: (JSONtoPython) Parse Error on '{ "PluginConf":{ "TimeStamp":1680078311.341207,"b64Settings":{ "filename":"C:\Program Files (x86)\Domoticz\plugins\Domoticz-Zigbee\Conf/PluginConf-15.json","pluginHome":"C:\Program Files (x86)\Domoticz\plugins\Domoticz-Zigbee\","homedirectory":"C:\Program Files (x86)\Domoticz\plugins\Domoticz-Zigbee\","pluginData":"C:\Program Files (x86)\Domoticz\plugins\Domoticz-Zigbee\Data/","pluginConfig":"C:\Program Files (x86)\Domoticz\plugins\Domoticz-Zigbee\Conf/","pluginOTAFirmware":"C:\Program Files (x86)\Domoticz\plugins\Domoticz-Zigbee\OTAFirmware/","pluginReports":"C:\Program Files (x86)\Domoticz\plugins\Domoticz-Zigbee\Reports/","pluginWWW":"C:\Program Files (x86)\Domoticz\plugins\Domoticz-Zigbee\www/","pluginLogs":"C:\Program Files (x86)\Domoticz\plugins\Domoticz-Zigbee\Logs/","expJsonDatabase":0},"Version":1}}'
2023-04-05 12:35:27.004 Error: Zigbee: getConfigItem - Domoticz.Configuration read failed: ''NoneType' object is not subscriptable'
2023-04-05 12:35:27.019 Error: Zigbee: Updating path from C:\Program Files (x86)\Domoticz\plugins\Domoticz-Zigbee\Conf/PluginConf-15.json to C:\Program Files (x86)\Domoticz\plugins\Domoticz-Zigbee\Conf\PluginConf-15.json is required, but no backward compatibility
2023-04-05 12:35:27.035 Error: Zigbee: Updating path from C:\Program Files (x86)\Domoticz\plugins\Domoticz-Zigbee\ to C:\Program Files (x86)\Domoticz\plugins\Domoticz-Zigbee is required, but no backward compatibility
2023-04-05 12:35:27.035 Error: Zigbee: Updating path from C:\Program Files (x86)\Domoticz\plugins\Domoticz-Zigbee\ to C:\Program Files (x86)\Domoticz\plugins\Domoticz-Zigbee is required, but no backward compatibility
2023-04-05 12:35:27.035 Error: Zigbee: Updating path from C:\Program Files (x86)\Domoticz\plugins\Domoticz-Zigbee\Data/ to C:\Program Files (x86)\Domoticz\plugins\Domoticz-Zigbee\Data is required, but no backward compatibility
2023-04-05 12:35:27.035 Error: Zigbee: Updating path from C:\Program Files (x86)\Domoticz\plugins\Domoticz-Zigbee\Conf/ to C:\Program Files (x86)\Domoticz\plugins\Domoticz-Zigbee\Conf is required, but no backward compatibility
2023-04-05 12:35:27.035 Error: Zigbee: Updating path from C:\Program Files (x86)\Domoticz\plugins\Domoticz-Zigbee\OTAFirmware/ to C:\Program Files (x86)\Domoticz\plugins\Domoticz-Zigbee\OTAFirmware is required, but no backward compatibility
2023-04-05 12:35:27.035 Error: Zigbee: Updating path from C:\Program Files (x86)\Domoticz\plugins\Domoticz-Zigbee\Reports/ to C:\Program Files (x86)\Domoticz\plugins\Domoticz-Zigbee\Reports is required, but no backward compatibility
2023-04-05 12:35:27.035 Error: Zigbee: Updating path from C:\Program Files (x86)\Domoticz\plugins\Domoticz-Zigbee\www/ to C:\Program Files (x86)\Domoticz\plugins\Domoticz-Zigbee\www is required, but no backward compatibility
2023-04-05 12:35:27.035 Error: Zigbee: Updating path from C:\Program Files (x86)\Domoticz\plugins\Domoticz-Zigbee\Logs/ to C:\Program Files (x86)\Domoticz\plugins\Domoticz-Zigbee\Logs is required, but no backward compatibility
-
- Posts: 2016
- Joined: Monday 02 April 2018 20:33
- Target OS: Raspberry Pi / ODroid
- Domoticz version: beta
- Location: France
- Contact:
Re: Pairing MOES Smart touch dimmer fails
The first errors seems to occurred only on Win10 environment due to the \ character.
if from the WebUI Setting you enable PosixPathUpdate this will update the Path to the Posix way. But be aware in that case, you don't have compatibility to move the plugin downward like switching to stable6.3 .
if from the WebUI Setting you enable PosixPathUpdate this will update the Path to the Posix way. But be aware in that case, you don't have compatibility to move the plugin downward like switching to stable6.3 .
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: 107
- Joined: Thursday 01 January 2015 18:56
- Target OS: Linux
- Domoticz version:
- Contact:
Re: Pairing MOES Smart touch dimmer fails
Thanks, I see no reason to downgrade but one never knows. I'll live with the errors for now but will keep this tip in mind.
Who is online
Users browsing this forum: No registered users and 1 guest