Pfff, it's really giving me headaches..
Uninstalling doesn't work. From which folder should I perform the command of uninstalling it?
I also found something about removing it with checkinstall. However checkinstall gives me errors like this:
Could not build the ssl module!
Python requires an ...
Search found 132 matches
- Friday 07 February 2020 11:28
- Forum: Zigbee
- Topic: Domoticz-deCONZ issues
- Replies: 24
- Views: 2639
- Thursday 06 February 2020 18:50
- Forum: Zigbee
- Topic: Domoticz-deCONZ issues
- Replies: 24
- Views: 2639
Re: Domoticz-deCONZ issues
Removing using that code doesn't work..
pi@RP-Domoticz:~$ sudo apt-get remove python3.8 --purge
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package python3.8
E: Couldn't find any package by regex 'python3.8'
I installed it using ...
pi@RP-Domoticz:~$ sudo apt-get remove python3.8 --purge
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package python3.8
E: Couldn't find any package by regex 'python3.8'
I installed it using ...
- Thursday 06 February 2020 7:47
- Forum: Zigbee
- Topic: Domoticz-deCONZ issues
- Replies: 24
- Views: 2639
Re: Domoticz-deCONZ issues
Would you be able to help me out on:
- removing Python 3.8 completely, without leaving anything
- finding Python 3.5/3.6/3.7 in my package?
- removing Python 3.8 completely, without leaving anything
- finding Python 3.5/3.6/3.7 in my package?
- Wednesday 05 February 2020 20:48
- Forum: Zigbee
- Topic: Domoticz-deCONZ issues
- Replies: 24
- Views: 2639
Re: Domoticz-deCONZ issues
In the logs when I check on startup there is no information about the python framework other than this (when I search for Python):
2020-02-05 09:30:10.570 Status: PluginSystem: Failed dynamic library load, install the latest libpython3.x library that is available for your platform.
2020-02-05 09:30 ...
2020-02-05 09:30:10.570 Status: PluginSystem: Failed dynamic library load, install the latest libpython3.x library that is available for your platform.
2020-02-05 09:30 ...
- Wednesday 05 February 2020 9:33
- Forum: Zigbee
- Topic: Domoticz-deCONZ issues
- Replies: 24
- Views: 2639
Re: Domoticz-deCONZ issues
Still, when restarting Domoticz I get these errors:
2020-02-05 09:30:10.570 Status: PluginSystem: Failed dynamic library load, install the latest libpython3.x library that is available for your platform.
2020-02-05 09:30:13.174 Status: EventSystem - Python: Failed dynamic library load, install the ...
2020-02-05 09:30:10.570 Status: PluginSystem: Failed dynamic library load, install the latest libpython3.x library that is available for your platform.
2020-02-05 09:30:13.174 Status: EventSystem - Python: Failed dynamic library load, install the ...
- Tuesday 04 February 2020 20:45
- Forum: Zigbee
- Topic: Domoticz-deCONZ issues
- Replies: 24
- Views: 2639
Re: Domoticz-deCONZ issues
Ok, so I finally managed to make the python3 point to the right version by adding an alias to .bash_profile.
However, I am still getting this:
sudo apt install libpython3.8
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package ...
However, I am still getting this:
sudo apt install libpython3.8
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package ...
- Tuesday 04 February 2020 20:13
- Forum: Zigbee
- Topic: Domoticz-deCONZ issues
- Replies: 24
- Views: 2639
Re: Domoticz-deCONZ issues
After removing 3.4:
update-alternatives --config python3
There is 1 choice for the alternative python3 (providing /usr/bin/python).
Selection Path Priority Status
------------------------------------------------------------
0 /usr/bin/python3.8 1 auto mode
* 1 /usr/bin/python3.8 1 manual mode ...
update-alternatives --config python3
There is 1 choice for the alternative python3 (providing /usr/bin/python).
Selection Path Priority Status
------------------------------------------------------------
0 /usr/bin/python3.8 1 auto mode
* 1 /usr/bin/python3.8 1 manual mode ...
- Tuesday 04 February 2020 13:09
- Forum: Zigbee
- Topic: Domoticz-deCONZ issues
- Replies: 24
- Views: 2639
Re: Domoticz-deCONZ issues
This is what returns:
sudo apt install libpython3.8
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package libpython3.8
E: Couldn't find any package by regex 'libpython3.8'
Installing libpython3.8 doesn't work..
And this:
sudo update ...
sudo apt install libpython3.8
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package libpython3.8
E: Couldn't find any package by regex 'libpython3.8'
Installing libpython3.8 doesn't work..
And this:
sudo update ...
- Monday 03 February 2020 11:01
- Forum: Zigbee
- Topic: Domoticz-deCONZ issues
- Replies: 24
- Views: 2639
Re: Domoticz-deCONZ issues
I am currently not able to find how to install libpython3.8...
Currently I am having these messages on startup of Domoticz:
2020-02-03 10:59:10.009 Status: PluginSystem: Failed dynamic library load, install the latest libpython3.x library that is available for your platform.
2020-02-03 10:59:12.491 ...
Currently I am having these messages on startup of Domoticz:
2020-02-03 10:59:10.009 Status: PluginSystem: Failed dynamic library load, install the latest libpython3.x library that is available for your platform.
2020-02-03 10:59:12.491 ...
- Friday 31 January 2020 16:25
- Forum: Zigbee
- Topic: Domoticz-deCONZ issues
- Replies: 24
- Views: 2639
Re: Domoticz-deCONZ issues
Yes, i am using Raspbian Jessie.
I now installed python 3.8.1 following your link. However requesting the version still tells me it's 3.4.2. I guess I need to remove the old version of Python? How do I do so?
I now installed python 3.8.1 following your link. However requesting the version still tells me it's 3.4.2. I guess I need to remove the old version of Python? How do I do so?
- Friday 31 January 2020 11:32
- Forum: Zigbee
- Topic: Domoticz-deCONZ issues
- Replies: 24
- Views: 2639
Re: Domoticz-deCONZ issues
I tried with: sudo apt-get install python3
However it says: python3 is already the newest version
How can I update?
However it says: python3 is already the newest version
How can I update?
- Friday 31 January 2020 8:18
- Forum: Zigbee
- Topic: Domoticz-deCONZ issues
- Replies: 24
- Views: 2639
Re: Domoticz-deCONZ issues
Current Domoticz version: 4.11590
Current Python version: 3.4.2
It could well be my first Python plugin, but I'm not sure..
Why would I change a line in the plugin.py file?
Current Python version: 3.4.2
It could well be my first Python plugin, but I'm not sure..
Why would I change a line in the plugin.py file?
- Wednesday 29 January 2020 20:39
- Forum: Zigbee
- Topic: Domoticz-deCONZ issues
- Replies: 24
- Views: 2639
Domoticz-deCONZ issues
Hello,
I have a problem with Domoticz-deCONZ. When I activate Domoticz-deCONZ it says the following in the log:
2020-01-29 18:27:49.289 Status: (deCONZ) Started.
However, after this Domoticz freezes and stops working.
I am using it with a ConBee II stick which is working in combination with the ...
I have a problem with Domoticz-deCONZ. When I activate Domoticz-deCONZ it says the following in the log:
2020-01-29 18:27:49.289 Status: (deCONZ) Started.
However, after this Domoticz freezes and stops working.
I am using it with a ConBee II stick which is working in combination with the ...
- Wednesday 22 January 2020 8:06
- Forum: Zigbee
- Topic: Which Zigbee controller
- Replies: 25
- Views: 15460
Which Zigbee controller
Hello,
I would like to start working with Zigbee with Domoticz.
I already found out that there are multiple options and all have limitations.
The 3 options I found are:
- ZiGate: https://zigate.fr/
- Phoscon USB dongle: https://www.robbshop.nl/conbee-ii-zigbee-usb-dongle
- Zigbee print: https ...
I would like to start working with Zigbee with Domoticz.
I already found out that there are multiple options and all have limitations.
The 3 options I found are:
- ZiGate: https://zigate.fr/
- Phoscon USB dongle: https://www.robbshop.nl/conbee-ii-zigbee-usb-dongle
- Zigbee print: https ...
- Thursday 06 June 2019 11:21
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Lets Encrypt error
- Replies: 4
- Views: 2426
Re: Lets Encrypt error
Hmm, looking through this and checking some things out I come to the following.
I created the folders manually (/.well-known/acme-challenge) and put a file in there.
When I try to access this through http://LOCALIP/.well-known/acme-challenge it throws a 404 error.
However when I try to access this ...
I created the folders manually (/.well-known/acme-challenge) and put a file in there.
When I try to access this through http://LOCALIP/.well-known/acme-challenge it throws a 404 error.
However when I try to access this ...
- Wednesday 05 June 2019 11:16
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Lets Encrypt error
- Replies: 4
- Views: 2426
Lets Encrypt error
Hello,
I am trying to install an SSL certificate following this: https://www.domoticz.com/wiki/Native_secure_access_with_Lets_Encrypt
However, at this step I receive an error.
sudo /etc/letsencrypt/letsencrypt-auto certonly --webroot --email <your email> -d <your complete sub.domain name> -w <user ...
I am trying to install an SSL certificate following this: https://www.domoticz.com/wiki/Native_secure_access_with_Lets_Encrypt
However, at this step I receive an error.
sudo /etc/letsencrypt/letsencrypt-auto certonly --webroot --email <your email> -d <your complete sub.domain name> -w <user ...
- Wednesday 05 June 2019 10:48
- Forum: Utility
- Topic: P1 counter values history
- Replies: 7
- Views: 3162
P1 counter values history
Hello,
Is there a possibility to get the history of the P1 counter values?
Domoticz only shows the values of the usage/return per day, but I would like to read out the counter values at certain dates in history. Is this possible?
Or do I need to make a dummy device to record the counter values ...
Is there a possibility to get the history of the P1 counter values?
Domoticz only shows the values of the usage/return per day, but I would like to read out the counter values at certain dates in history. Is this possible?
Or do I need to make a dummy device to record the counter values ...
- Tuesday 09 April 2019 16:11
- Forum: Python
- Topic: Ginlong, Omnik Solar, Solarman and Trannergy Inverters
- Replies: 231
- Views: 100099
Re: Ginlong, Omnik Solar, Solarman and Trannergy Inverters
So you now have no errors left? 
- Tuesday 09 April 2019 15:42
- Forum: Python
- Topic: Ginlong, Omnik Solar, Solarman and Trannergy Inverters
- Replies: 231
- Views: 100099
Re: Ginlong, Omnik Solar, Solarman and Trannergy Inverters
And change this:
To:
Code: Select all
idata = string.match(item.data, 'myDeviceArray%[0%]="(.-)";')Code: Select all
idata = string.match(item.data, 'webData="(.-)";')- Tuesday 09 April 2019 15:20
- Forum: Other questions and discussions
- Topic: HarmonyHubControl not showing devices and activities
- Replies: 3
- Views: 685
Re: HarmonyHubControl not showing devices and activities
Yes, it is!
So there must be a different problem..
So there must be a different problem..