Search found 2003 matches

by pipiche
Sunday 01 June 2025 18:38
Forum: Python
Topic: Using library with asyncio
Replies: 3
Views: 438

Re: Using library with asyncio

With the plugin Zigbee4Domoticz we are also using asyncio via the zigpy library fully relying on it. what we are doing is to start a dedicated thread here https://github.com/zigbeefordomoticz/Domoticz-Zigbee/blob/ef7e142daa1c843ecbd1d1a2008cbff749925eac/Classes/ZigpyTransport/zigpyThread.py#L84 and ...
by pipiche
Friday 30 May 2025 9:59
Forum: Zigbee
Topic: Z4D plugin - new release
Replies: 3
Views: 102

Z4D plugin - new release

Just to let you know that we have released 7.1.022 yesterday. If you are connected to Internet, the Plugin WebUI should let you know. More information can be found - https://github.com/zigbeefordomoticz/Domoticz-Zigbee/releases/tag/stable7-7.1.022 - https://github.com/zigbeefordomoticz/Domoticz ...
by pipiche
Wednesday 28 May 2025 21:10
Forum: Zigbee
Topic: Not Reachable
Replies: 6
Views: 331

Re: Not Reachable

Unfortunately the Zigate manufacturer seems to have leave the project in a dead way. I tried several time, but unfortunately no way. So to not leave the plugin dead we have invest and make it compatible with the zigpy layers and then support Texas Instrument chipset, SilicoLabs and deCon The plugin ...
by pipiche
Thursday 22 May 2025 19:27
Forum: Python
Topic: install Python modules in Domoticz latest beta
Replies: 4
Views: 359

Re: install Python modules in Domoticz latest beta

I'm struggling with the update. When trying to install plugins with dependencies using pip2, I get following error. error: externally-managed-environment × This environment is externally managed ╰─> To install Python packages system-wide, try apt install python3-xyz, where xyz is the package you are ...
by pipiche
Monday 05 May 2025 18:46
Forum: Temperature and Weather
Topic: Domoticz 2025.1 - Unable to get Netatmo working
Replies: 11
Views: 1418

Re: Domoticz 2025.1 - Unable to get Netatmo working

So what should be the right url ?
Can you put an exemple ? As is that the external ip, the internal ? Can local host acceptable?
by pipiche
Monday 05 May 2025 12:16
Forum: Temperature and Weather
Topic: Domoticz 2025.1 - Unable to get Netatmo working
Replies: 11
Views: 1418

Re: Domoticz 2025.1 - Unable to get Netatmo working

The wiki, seems to be wrong. It is mentioned that "The Redirect URI should contain the IP and port of the Domoticz server. ", and in fact if I removed it then ALL works well.

Would be great that the https://wiki.domoticz.com/Netatmo wiki is updated
by pipiche
Monday 05 May 2025 12:07
Forum: Temperature and Weather
Topic: Netatmo authentication changes Oct 2022
Replies: 401
Views: 60902

Re: Netatmo authentication changes Oct 2022

Not working for me viewtopic.php?t=43457
and no idea on how to troubleshoot and understand the error message
by pipiche
Monday 05 May 2025 11:55
Forum: Temperature and Weather
Topic: Domoticz 2025.1 - Unable to get Netatmo working
Replies: 11
Views: 1418

Domoticz 2025.1 - Unable to get Netatmo working

I installed Domoticz 2025.1 and I'm unable to get Netatmo working , getting this error message when doing the login ! - I even create a new Api, with new client Id and Secret, no success. It was working with the old beta version where we had to generate the token manualy How can we troubleshoot ...
by pipiche
Saturday 22 March 2025 19:36
Forum: Temperature and Weather
Topic: Netatmo authentication changes Oct 2022
Replies: 401
Views: 60902

Re: Netatmo authentication changes Oct 2022

no luck. Latest domoticz build on Docker, create a new app on Netatmo, still

Error: Netatmo Energy: Invalid/no data received (refresh tokens)... HTTP/2 403

will give up
by pipiche
Wednesday 19 March 2025 9:49
Forum: Zigbee
Topic: Z4D plugin - stuck to 7.1.018
Replies: 0
Views: 372

Z4D plugin - stuck to 7.1.018

We have found an issue on 7.1.018 which prevent you to upgrade to any later version. You need to do the update manualy by doing from the Z4D plugin directory git pull sudo python3 -m pip install -r requirements.txt --upgrade If you have access right issue, this is most likely because domoticz is ...
by pipiche
Monday 17 March 2025 16:12
Forum: Zigbee
Topic: update from 7.1.020 to 7.1.021
Replies: 6
Views: 718

Re: update from 7.1.020 to 7.1.021

you can do the following from the home folder

Code: Select all

git reset --hard
git pull
sudo python3 -m pip install -r requirements.txt --upgrade
by pipiche
Sunday 16 March 2025 17:34
Forum: Zigbee
Topic: update from 7.1.020 to 7.1.021
Replies: 6
Views: 718

Re: update from 7.1.020 to 7.1.021

please do a git pull and provide the error messages ?
by pipiche
Tuesday 11 February 2025 22:14
Forum: dzVents
Topic: Anything wrong ? The script just stopped working. Looks it is not triger anymore
Replies: 1
Views: 554

Anything wrong ? The script just stopped working. Looks it is not triger anymore

I have the here after script running. It helps to consolidate in Ampere3, 3 Ampere devices. The 3 Ampere devices are updating on a regular basic, but suddenly the script stopped to be trigger, nothing happen after 19:40 , while the 3 devices are still updated ! Screenshot 2025-02-11 at 22.16.03.png ...
by pipiche
Sunday 09 February 2025 11:19
Forum: Zigbee
Topic: Decided to use plugin Zigbee for domoticz plugin
Replies: 23
Views: 2119

Re: Decided to use plugin Zigbee for domoticz plugin

@hjzwiers thanks for the update.
I'm the Z4D plugin developer, feel free to share your experience ( you can reach me on MP, or on Keybase.io)
by pipiche
Wednesday 05 February 2025 19:24
Forum: Zigbee
Topic: Decided to use plugin Zigbee for domoticz plugin
Replies: 23
Views: 2119

Re: Decided to use plugin Zigbee for domoticz plugin

So it was : '/dev/by-id/ttyUSB0' and in the Z4D plugin it looks like you use 'serialport': '/dev/ttyUSB0'
by pipiche
Wednesday 05 February 2025 18:33
Forum: Zigbee
Topic: Decided to use plugin Zigbee for domoticz plugin
Replies: 23
Views: 2119

Re: Decided to use plugin Zigbee for domoticz plugin

So P is a TexasInstrument. And using ZNP is correct
You might want to check if /dev/ttyUSB0 is pointing to that device.

Last, is that new key ? or what is used before ?
by pipiche
Wednesday 05 February 2025 14:05
Forum: Zigbee
Topic: Decided to use plugin Zigbee for domoticz plugin
Replies: 23
Views: 2119

Re: Decided to use plugin Zigbee for domoticz plugin

What is your Zigbee coordinateur ?
by pipiche
Wednesday 05 February 2025 11:49
Forum: Zigbee
Topic: Decided to use plugin Zigbee for domoticz plugin
Replies: 23
Views: 2119

Re: Decided to use plugin Zigbee for domoticz plugin

Your issue is related to that problem 'Error: Zigbee: An unexpected error occurred while checking package charset-normalizer - charset-normalizer==2.0.11 - charset-normalizer' Kindly have a look to the wiki. You must have the expected version install https://zigbeefordomoticz.github.io/wiki/en-eng ...
by pipiche
Tuesday 28 January 2025 10:44
Forum: Zigbee
Topic: Z4D 3-phase energy monitor
Replies: 7
Views: 1852

Re: Z4D 3-phase energy monitor

https://fr.aliexpress.com/item/1005004775153366.html?src=google&src=google&albch=shopping&acnt=248-630-5778&slnk=&plac=&mtctp=&albbt=Google_7_shopping&gclsrc=aw.ds&albagn=888888&ds_e_adid=&ds_e_matchtype=&ds_e_device=c&ds_e_network=x&ds_e_product_group_id=&ds_e_product_id=fr1005004775153366&ds_e ...