Search found 114 matches

by Filip
Friday 16 January 2026 16:53
Forum: Python
Topic: How to register a plugin on the Wiki
Replies: 11
Views: 825

Re: How to register a plugin on the Wiki

waltervl wrote: Monday 22 December 2025 15:33
madpatrick wrote: Saturday 20 December 2025 10:14 Maybe you can add the BMW plugin

viewtopic.php?t=43875

This a working plugin from Filip
That one was already in....
Not on the https://wiki.domoticz.com/EVehicles#Other_projects
by Filip
Friday 09 January 2026 21:44
Forum: Python
Topic: Help Required on BMW Plugin
Replies: 14
Views: 806

Re: Help Required on BMW Plugin

Final solution in using BMW Cardata on https://github.com/FilipDem/Domoticz-BMW-plugin.
by Filip
Friday 09 January 2026 21:40
Forum: General Discussion
Topic: What's next for Domoticz??
Replies: 48
Views: 6822

Re: What's next for Domoticz??

I am also a long time user with more than 300 devices almost automated lot of things, including connections with alarm system, automatic gate system, mowers, cars, heating system, solar panels, and also basic functions like lights etc... I like its flexibility! Some plugins are available on Github ...
by Filip
Monday 01 September 2025 20:02
Forum: Python
Topic: Help Required on BMW Plugin
Replies: 14
Views: 806

Re: Help Required on BMW Plugin

Thanks Patrick,
OK, this is important: the goal of the test is to evaluate if the problem is in the bimmer_connected library that would not support 2 sessions in parallel or not. If you open only one terminal session and you use your login, do you have the information from your car of still your ...
by Filip
Tuesday 26 August 2025 20:48
Forum: Python
Topic: Help Required on BMW Plugin
Replies: 14
Views: 806

Re: Help Required on BMW Plugin



Hi Patrick,

You are right wrt the version of cryptography that it needs to be downgraded to work with Domoticz. This has not specifically to do with the BMW/bimmer_connecter as you mention correctly.
Unfortunately I don't understand why you run into this problem only with a second instance of ...
by Filip
Friday 22 August 2025 21:35
Forum: Python
Topic: Help Required on BMW Plugin
Replies: 14
Views: 806

Re: Help Required on BMW Plugin

Hi Patrick,

You are right wrt the version of cryptography that it needs to be downgraded to work with Domoticz. This has not specifically to do with the BMW/bimmer_connecter as you mention correctly.
Unfortunately I don't understand why you run into this problem only with a second instance of the ...
by Filip
Tuesday 19 August 2025 21:57
Forum: Python
Topic: Help Required on BMW Plugin
Replies: 14
Views: 806

Help Required on BMW Plugin

Hi all,
Who will be able to help as this topics requires a bit deeper technical knowledge.
I developed a while ago the https://github.com/FilipDem/Domoticz-BMW-plugin , relying on the bimmer_connected library ( https://github.com/bimmerconnected/bimmer_connected ).

All works fine and seems to be ...
by Filip
Tuesday 17 June 2025 13:22
Forum: Bugs and Problems
Topic: Custom icons do not shown anymore / custom icons upload fails
Replies: 30
Views: 5165

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 ...
by Filip
Sunday 01 June 2025 19:37
Forum: Python
Topic: Using library with asyncio
Replies: 4
Views: 2520

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 ...
by Filip
Sunday 01 June 2025 18:00
Forum: Python
Topic: Using library with asyncio
Replies: 4
Views: 2520

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 ...
by Filip
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: 2914

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 ...
by Filip
Friday 25 April 2025 15:59
Forum: Zigbee
Topic: Sonoff SWV-BSP Usage & Experience?
Replies: 2
Views: 1915

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 ...
by Filip
Friday 28 February 2025 18:40
Forum: General Discussion
Topic: Cloudfare Captcha
Replies: 6
Views: 3833

Re: Cloudfare Captcha

It is almost 25% of all Belgian Orange customer and publicly available on the internet...
by Filip
Friday 28 February 2025 15:50
Forum: General Discussion
Topic: Cloudfare Captcha
Replies: 6
Views: 3833

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 ...
by Filip
Friday 28 February 2025 14:06
Forum: Speech & Voice Systems
Topic: Domoticz-Google-Assistant (dzga)
Replies: 372
Views: 101371

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 ...
by Filip
Wednesday 19 February 2025 15:41
Forum: dzVents
Topic: dzVents kWH Power Device returns wrong day-total information
Replies: 2
Views: 1209

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 ...
by Filip
Wednesday 19 February 2025 14:16
Forum: dzVents
Topic: dzVents kWH Power Device returns wrong day-total information
Replies: 2
Views: 1209

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 ...
by Filip
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: 3162

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 ...
by Filip
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: 3162

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 ...
by Filip
Saturday 02 November 2024 19:46
Forum: Speech & Voice Systems
Topic: Domoticz-Google-Assistant (dzga)
Replies: 372
Views: 101371

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 ...