Search found 5 matches

by jorknu
Wednesday 12 November 2025 20:12
Forum: Heating/cooling
Topic: Tado Local and python plugin
Replies: 32
Views: 746

Re: Tado Local and python plugin

Wow, I think I will set up a new container to give this a try.
I have been trying to come up with some python stuff (also using aiohomekit) and then trying to get that connected to C++ so it can be build into the existing integration. But with little time this seems like a futile attempt.

What I ...
by jorknu
Monday 27 October 2025 20:39
Forum: Python
Topic: Help needed: Stopping a python plugin from its own source
Replies: 6
Views: 117

Re: Help needed: Stopping a python plugin from its own source


Announce it in a new forum topic and then I will add it to the wiki plugin list.


Created a forum page, awaiting moderator approval.


Have the people fill in the Domoticz IP and Port in the plugin configuration.


Thanks for the suggestion I am trying to not expose this information via static ...
by jorknu
Monday 27 October 2025 20:31
Forum: Python
Topic: Python Plugin: WeHeat
Replies: 1
Views: 40

Python Plugin: WeHeat

Hi,

Recently had a WeHeat Sparrow heatpump installed.
WeHeat is a Dutch manufacturer of heatpump with a data driven approach.
They have given to the community a HA integration and put on github a python client library:
https://github.com/wefabricate/wh-python

In an effort to learn some python I ...
by jorknu
Sunday 05 October 2025 10:20
Forum: Python
Topic: Help needed: Stopping a python plugin from its own source
Replies: 6
Views: 117

Re: Help needed: Stopping a python plugin from its own source

@pipiche thanks for the suggestion I will try that.

Do you know if there is a reliable way to retrieve the address and port domoticz is running on?
I could try using localhost (or 127.0.0.1) as an address. But the port can be anything (in my case its 80, in the default its 8080, with HTTPs its ...
by jorknu
Friday 12 September 2025 15:39
Forum: Python
Topic: Help needed: Stopping a python plugin from its own source
Replies: 6
Views: 117

Help needed: Stopping a python plugin from its own source

Hi,

I am currently developing a python plugin to read out some information from a WeHeat heatpump.
The plugin is based client library provided by WeHeat.
During the onStart procedure the plugin logs into the WeHeat backend using user credentials and starts using access and refresh tokens from this ...