Search found 107 matches
- Tuesday 17 June 2025 13:22
- Forum: Bugs and Problems
- Topic: Custom icons do not shown anymore / custom icons upload fails
- Replies: 30
- Views: 2557
Re: Custom icons do not shown anymore / custom icons upload fails
tnx Ronka 👍 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Domoticz Icon Generator</title> <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/jszip.min.js"></script> <script src="https://cdn.ta ...
- Sunday 01 June 2025 19:37
- Forum: Python
- Topic: Using library with asyncio
- Replies: 4
- Views: 543
Re: Using library with asyncio
Thanks for your feedback. This is exactly the principle I used... Start a thread --> creates the loop --> start the task with run_until_complete --> in my cased the task is running in endless loop to get instructions through queue... ___asyncio_plugin.py.txt L430: create thread L647: create loop (in ...
- Sunday 01 June 2025 18:00
- Forum: Python
- Topic: Using library with asyncio
- Replies: 4
- Views: 543
Re: Using library with asyncio
I am already suffering a while from a strange behavior. Just as example, I have 2 plugins: 1) BMW and 2) Husvqarna . Husqvarna is using httpx (httpx.Client() - synchronous sessions). The BMW plugin is based on the bimmer_connected library, using httpx.AsyncClient() and asyncio. All is running fine ...
- Friday 16 May 2025 21:06
- Forum: Python
- Topic: PyCapsule_Import "charset_normalizer.md__mypyc.init_charset_normalizer___md" is not valid
- Replies: 0
- Views: 259
PyCapsule_Import "charset_normalizer.md__mypyc.init_charset_normalizer___md" is not valid
Hey all, I am already searching some days on a problem, but don't manage to get it solved. Hopefully one of you can give the crucial information. I am using domoticz in a docker container installed from https://hub.docker.com/r/domoticz/domoticz: Version: 2024.7; Build Hash: b317cfab1 ; Compile Date ...
- Friday 25 April 2025 15:59
- Forum: Zigbee
- Topic: Sonoff SWV-BSP Usage & Experience?
- Replies: 2
- Views: 832
Re: Sonoff SWV-BSP Usage & Experience?
I recently bought 2 of them... I had the same thoughts... Currently I placed a switch on the power supply of the pump... Goal is to be able to cut the pump if the valve would not close for one or other reason (communication problem, battery, ...). I have - unfortunately - not an experience if ...
- Friday 28 February 2025 18:40
- Forum: General Discussion
- Topic: Cloudfare Captcha
- Replies: 6
- Views: 2398
Re: Cloudfare Captcha
It is almost 25% of all Belgian Orange customer and publicly available on the internet...
- Friday 28 February 2025 15:50
- Forum: General Discussion
- Topic: Cloudfare Captcha
- Replies: 6
- Views: 2398
Cloudfare Captcha
Since the installation of a new PC (a couple of months now) running Ubuntu 24.04/Linux, addressing the domoticz site (forum or wiki) results in Cloudfare asking for a Captcha "Verifying you are human by completing the action below ... forum.domoticz.com needs to review the security of your ...
- Friday 28 February 2025 14:06
- Forum: Speech & Voice Systems
- Topic: Domoticz-Google-Assistant (dzga)
- Replies: 369
- Views: 89763
Re: Domoticz-Google-Assistant (dzga)
From the docker-compose (/opt/dzga-flask/instance:/instance) and a quick look in the /opt/dzga-flask/instance, I understood that all the settings are kept in this location. Am I then also right that updating the docker image could also erase these files? Wouldn't it be better to keep these outside ...
- Wednesday 19 February 2025 15:41
- Forum: dzVents
- Topic: dzVents kWH Power Device returns wrong day-total information
- Replies: 2
- Views: 338
Re: dzVents kWH Power Device returns wrong day-total information
Hi thanks for the feedback. I didn't expect it was a (probably) known issue... Yes indeed, I only update the device when there is a change, which is in my opinion a good behaviour. I will need to see then how I can force an update one a day even if the value did not change (to avoid to do it ...
- Wednesday 19 February 2025 14:16
- Forum: dzVents
- Topic: dzVents kWH Power Device returns wrong day-total information
- Replies: 2
- Views: 338
dzVents kWH Power Device returns wrong day-total information
I am running Domoticz Version: 2024.7, Build Hash: b317cfab1, Compile Date: 2024-07-13 16:59:31, dzVents Version: 3.1.8, Python Version: 3.9.2 (default, Mar 12 2021, 04:06:34) [GCC 10.2.1 20210110]. I have a dzVents script asking every day at 23:59 the day totals of the following power device: https ...
- Friday 06 December 2024 19:56
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Using python 3.10 on Bullseye with Domoticz
- Replies: 1
- Views: 1716
Re: Using python 3.10 on Bullseye with Domoticz
Instead of using this way, I was thinking also to the possibility to compile the python 3.10 version. Then I could use update-alternatives to manage the 2 version (default would be 3.9) But then I comie up with a similar question: can my raspberry pi system run on 3.9 (Bullseye), while domoticz uses ...
- Wednesday 06 November 2024 21:56
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Using python 3.10 on Bullseye with Domoticz
- Replies: 1
- Views: 1716
Using python 3.10 on Bullseye with Domoticz
I currently running Domoticz 2024.7 on Rpi/Bulleye, meaning defaults Python 3.9. I am now running into troubles due to a bug in Python 3.9 --> https://github.com/python/cpython/issues/88216 . The bug is solved in Python 3.10, but not backported in Python 3.9. I would like to avoid migrating to ...
- Saturday 02 November 2024 19:46
- Forum: Speech & Voice Systems
- Topic: Domoticz-Google-Assistant (dzga)
- Replies: 369
- Views: 89763
Re: Domoticz-Google-Assistant (dzga)
I am working with DZGA since a very long time... All is working nice... I have one protected device... Initially working with Google Assistant worked fine: asking to switch the device generated the request to say the code... However since a few months, it doesn't work anymore: Google Assistant is ...
- Friday 20 September 2024 8:52
- Forum: Python
- Topic: Python plugin: Husqvarna automower
- Replies: 19
- Views: 3421
Re: Python plugin: Husqvarna automower
Hi, seems it cannot find the python library Domoticz. This should have come with the installation of Domoticz...
So i think it is rather a problem with the installation/setup of Domoticz than the plugin...
Have you already another python plugin running?
F
So i think it is rather a problem with the installation/setup of Domoticz than the plugin...
Have you already another python plugin running?
F
- Wednesday 11 September 2024 10:25
- Forum: Utility
- Topic: Manually enter energy data
- Replies: 5
- Views: 1661
Re: Manually enter energy data
Hi, I assume that it is not possible to give also the date as input for the manual entered data points...
If we import data from an XLS or JSON, I would like that the data point is set in the past on the domoticz device to be able to input historical data... Is this possible?
If we import data from an XLS or JSON, I would like that the data point is set in the past on the domoticz device to be able to input historical data... Is this possible?
- Tuesday 10 September 2024 17:17
- Forum: Speech & Voice Systems
- Topic: Migration from dzga to DZGA-Flask
- Replies: 0
- Views: 1446
Migration from dzga to DZGA-Flask
Hi all, I think it is useful to make a dedicated topic wrt migration from dzga to DZGA-Flask. I have a specific question: is it possible to stop dzga and switch to DZGA-Flask without any other changes needed? * I have currently dzga running on a RPI as a service. Domoticz is running on the same RPI ...
- Friday 30 August 2024 10:14
- Forum: Python
- Topic: Stoll error after device creation
- Replies: 2
- Views: 1045
Re: Stoll error after device creation
Hi, thanks for the feedback... I checked with an SQL viewer earlier and the sValue was indeed empty. I am almost sure that setting it to 0 would help. Even when I thought about it, I was not eager to change directly in the database to avoid side-effect problems. I checked if it was not possible to ...
- Friday 23 August 2024 8:38
- Forum: Python
- Topic: Stoll error after device creation
- Replies: 2
- Views: 1045
Stoll error after device creation
Hi all, I have the same issue after moving from a 2023 version to the 2024.7 on a raspberry pi. Version: 2024.7 Build Hash: b317cfab1 Compile Date: 2024-07-13 16:59:31 dzVents Version: 3.1.8 Python Version: 3.9.2 (default, Mar 12 2021, 04:06:34) [GCC 10.2.1 20210110] The error happens immediately ...
- Wednesday 31 July 2024 23:00
- Forum: Temperature and Weather
- Topic: Lost with Openweathermap
- Replies: 7
- Views: 2509
Re: Lost with Openweathermap
Finally solved and the only way is to add a subscription.
I subscribed and defined the max. API calls to 1000 so that there is no risk to exceed the "free" limit...
Drawback: credit card information is used...
I subscribed and defined the max. API calls to 1000 so that there is no risk to exceed the "free" limit...
Drawback: credit card information is used...
- Wednesday 31 July 2024 20:43
- Forum: Temperature and Weather
- Topic: Lost with Openweathermap
- Replies: 7
- Views: 2509
Re: Lost with Openweathermap
Both are on the same network... So should not give a difference.
***Update*** Just tried with CURL on the Raspberry running Domoticz and it works also... So seems not any blocking IP address...
curl "https://api.openweathermap.org/data/2.5 ... appid=xxxx"
***Update*** Just tried with CURL on the Raspberry running Domoticz and it works also... So seems not any blocking IP address...
curl "https://api.openweathermap.org/data/2.5 ... appid=xxxx"