Search found 375 matches

by akamming
Wednesday 06 August 2025 20:10
Forum: Bugs and Problems
Topic: MQTT Broker PlugIn - Option "Prevent Loop" - No echoing back of MQTT messages with set "False" / "Nein"
Replies: 14
Views: 498

Re: MQTT Broker PlugIn - Option "Prevent Loop" - No echoing back of MQTT messages with set "False" / "Nein"

Hello together, after testing your proposal message ... { "command": "udevice", "idx" : 107, "nvalue" : 1, } instead of my simple one ... { "idx" : 107, "nvalue" : 1 } there was no difference in my domoticz setup ... still no echoing back of MQTT messages to domoticz/out ... strange. After this, I ...
by akamming
Monday 04 August 2025 21:29
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: P1 meter, trying to add net ampere sensor
Replies: 7
Views: 205

Re: P1 meter, trying to add net ampere sensor

Perhaps think of connecting your home P1 meter directly to the ecvv application, so without Domoticz. Or buy better hardware that is able to run Domoticz being updated every second with P1 data (20+ devices). As stated hardware is not the issue. Pi 4b is fast enough. I am only missing a net ...
by akamming
Monday 04 August 2025 16:32
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: P1 meter, trying to add net ampere sensor
Replies: 7
Views: 205

Re: P1 meter, trying to add net ampere sensor

waltervl wrote: Monday 04 August 2025 15:16 I do not use evcc what is that?
An energy management system which optimizes for the cheapest or most co2 friendly way of charging your car and/or home battery

https://evcc.io/
by akamming
Monday 04 August 2025 14:14
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: P1 meter, trying to add net ampere sensor
Replies: 7
Views: 205

Re: P1 meter, trying to add net ampere sensor

Why doing this? You can just request both ampere devices in your evcc load balancing script? And also Domoticz (well the hardware it is running on) could be not handling P1 updates every 1 or 5 seconds! Nope, that doesn’t work. In evcc I can configurere Only 1 current device and evcc expects this t ...
by akamming
Monday 04 August 2025 13:18
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: P1 meter, trying to add net ampere sensor
Replies: 7
Views: 205

P1 meter, trying to add net ampere sensor

Hi, I have a use case for a net ampere sensor (to send the amperages to evcc for loadbalancing purposes). P1 meter already has a "Current" and a "Current Delivery" sensor. However what i want to add a sensor, which combines the two. So e.g. Current is (8.6A, 0A, 0A) and Current Delivery is (0A, 2A ...
by akamming
Saturday 26 July 2025 16:38
Forum: Heating/cooling
Topic: OpenTherm weather dependent heating control
Replies: 36
Views: 10716

Re: OpenTherm weather dependent heating control

Project Update: Now in Visual Studio Code! I’ve migrated the esp_domoticz_opentherm_handler project from the Arduino IDE to Visual Studio Code. This change makes development and maintenance much easier, and brings all the benefits of VS Code’s modern environment. Important: If you want to use this c ...
by akamming
Friday 25 July 2025 20:42
Forum: Heating/cooling
Topic: OpenTherm weather dependent heating control
Replies: 36
Views: 10716

Re: OpenTherm weather dependent heating control

However, I found another problem. In the previous software version, I could also control the options shown in the screenshot below from Domoticz. Now, in Domoticz, I can only control the Curvature option. The other settings didn't appear in Domoticz. It’s not a problem of the device. But it’s a lim ...
by akamming
Wednesday 23 July 2025 18:11
Forum: Heating/cooling
Topic: OpenTherm weather dependent heating control
Replies: 36
Views: 10716

Re: OpenTherm weather dependent heating control

i just updated the code, so you can now also use mqtt for the outside temperature. it's not a setup i use for myself, so i could not test very well. Pls let me know if it works. Something must be wrong. I've tried various sensors in Domoticz, and each one shows an outside temperature of 100 degrees ...
by akamming
Sunday 13 July 2025 14:41
Forum: Python
Topic: Python Plugin: Volvo EV
Replies: 211
Views: 47330

Re: Python Plugin: Volvo EV

Hello @akamming, You wrote: They fixed it. I checked the logs today, cause it would fail, since i implemented the workaround on July 7th. But the refresh token call now also sends back a new token. I did a scan on the logs and on July 10th as of about 2100 it was fixed. I did not see that . Fur me ...
by akamming
Sunday 13 July 2025 14:28
Forum: Heating/cooling
Topic: OpenTherm weather dependent heating control
Replies: 36
Views: 10716

Re: OpenTherm weather dependent heating control

Maciek90 wrote: Tuesday 01 July 2025 18:01 In that case I'll wait patiently :)
i just updated the code, so you can now also use mqtt for the outside temperature.

it's not a setup i use for myself, so i could not test very well. Pls let me know if it works.
by akamming
Sunday 13 July 2025 13:01
Forum: Python
Topic: Python Plugin: Volvo EV
Replies: 211
Views: 47330

Re: Python Plugin: Volvo EV

Hello @akamming, You wrote: They fixed it. I checked the logs today, cause it would fail, since i implemented the workaround on July 7th. But the refresh token call now also sends back a new token. I did a scan on the logs and on July 10th as of about 2100 it was fixed. I did not see that . Fur me ...
by akamming
Saturday 12 July 2025 16:00
Forum: Python
Topic: Python Plugin: Volvo EV
Replies: 211
Views: 47330

Re: Python Plugin: Volvo EV

Hi, @akammingm Interesting article, I found, and probably for "something" new to come, as announced in that email. https://auth0.com/blog/id-token-access-token-what-is-the-difference/ Just to prepare yourself. Regards Hi @FireWizard: They fixed it. I checked the logs today, cause it would fail ...
by akamming
Thursday 10 July 2025 17:50
Forum: Python
Topic: Python Plugin: Volvo EV
Replies: 211
Views: 47330

Re: Python Plugin: Volvo EV

Hello @akamming, You said: It is a bad sign they already started changing the Production environment without notifying the developers community and/or updating the docs on what they did Hopefully they don’t do this too often, cause then it becomes frustrating to maintain a plugin like this. It’s jus ...
by akamming
Tuesday 08 July 2025 8:37
Forum: Python
Topic: Python Plugin: Volvo EV
Replies: 211
Views: 47330

Re: Python Plugin: Volvo EV

Hi, @akammingm Interesting article, I found, and probably for "something" new to come, as announced in that email. https://auth0.com/blog/id-token-access-token-what-is-the-difference/ Just to prepare yourself. Regards Yeah I already found more artikels/docs like that.Unfortunately it all depends on ...
by akamming
Monday 07 July 2025 18:02
Forum: Python
Topic: Python Plugin: Volvo EV
Replies: 211
Views: 47330

Re: Python Plugin: Volvo EV

Hi, actually what's in the custom text device so that I have an overview in just 1 place. Not sure how I can accomplish this. several ways to go: You could create a dzVents script to populate a text device or use something like dashticz to create your overview. To be honest domoticz is a outdated ...
by akamming
Monday 07 July 2025 17:29
Forum: Python
Topic: Python Plugin: Volvo EV
Replies: 211
Views: 47330

Re: Python Plugin: Volvo EV

Hi @akamming, The refresh token under 2 is (or was, since it’s no langer there) langer valid dan 1800s. I’ve Done tests with a refresh token of more than 2 days old and could still obtain a new token I think, you are correct, but if you rotate the refresh_token, the old one will become invalid and w ...
by akamming
Monday 07 July 2025 14:38
Forum: Python
Topic: Python Plugin: Volvo EV
Replies: 211
Views: 47330

Re: Python Plugin: Volvo EV

Hello @akamming, I googled. Id token is a know thing in oauth: I know, but I like to know, what Volvo's intention is I think that Volvo's security is okay, with oauth2.0 and in addition pkce. So, what would they do more? I did not get that email Probably, you never used the old (now deprecated) API ...
by akamming
Sunday 06 July 2025 22:24
Forum: Python
Topic: Python Plugin: Volvo EV
Replies: 211
Views: 47330

Re: Python Plugin: Volvo EV

Hello @akamming You asked: How do you automatically reauthorize? It’s an 2fa solution… I said before: I think that developers should co-operate instead of competing. Keep in mind, that I use Node-RED and not Python or DzVents or Lua. In my opinion it is the ideal combination and that is probably the ...
by akamming
Saturday 05 July 2025 22:09
Forum: Python
Topic: Python Plugin: Volvo EV
Replies: 211
Views: 47330

Re: Python Plugin: Volvo EV

@akamming I saw, that ThomasDDN tried to persuade you to move to HA. :D I think, you had a serious question and to be honest, I think that developers should co-operate instead of competing. In particular in case of companies like Volvo, which are not developer friendly, regarding communication or ...
by akamming
Saturday 05 July 2025 20:02
Forum: Python
Topic: Python Plugin: Volvo EV
Replies: 211
Views: 47330

Re: Python Plugin: Volvo EV

Hi @akamming, tx. i now made a workaround to not try to update the refresh token if it's not in the output. It is valid for 7 days, si it is running agina. I hope Volvo fixes before this before 7 days expire, otherwise i'm forced to do 2FA every week. I am very interested in your test results ...