Search found 327 matches

by akamming
Tuesday 17 December 2024 17:47
Forum: MQTT Auto Discovery
Topic: update zwave-js-ui
Replies: 10
Views: 450

Re: update zwave-js-ui

is this necessary to update to a newer version? in general: don't fix if it ain't broken. but a new version might support newer devices. and why is this so difficult? What's so difficult about that single line? I made 1 docker compose file for my containers (influxdb, grafana, zwave-js-ui ...
by akamming
Tuesday 17 December 2024 15:57
Forum: Python
Topic: Python Plugin: Volvo EV
Replies: 154
Views: 18388

Re: Python Plugin: Volvo EV

On tweakers I saw this: "data": [ { "command": "LOCK_REDUCED_GUARD", "href": "/v2/vehicles/vin/commands/lock-reduced-guard" }, { "command": "LOCK", "href": "/v2/vehicles/vin/commands/lock" }, { "command": "UNLOCK", "href": "/v2/vehicles/vin/commands/unlock" }, { "command": "HONK", "href": "/v2 ...
by akamming
Friday 13 December 2024 12:52
Forum: Bugs and Problems
Topic: Error: GetJSonDevices: exception occurred : 'stoll'
Replies: 3
Views: 121

Re: Error: GetJSonDevices: exception occurred : 'stoll'

it's difficult to troubleshoot. Cause when i look at all the svalues for the devices in the meter update are numbers (as strings) Theses scripts run a lot (e.g. my p1 meter reports every 10 seconds. So the actual energy consumption is also updates every 10 seconds) and i only get this error once or ...
by akamming
Tuesday 10 December 2024 12:08
Forum: Bugs and Problems
Topic: Error: GetJSonDevices: exception occurred : 'stoll'
Replies: 3
Views: 121

Error: GetJSonDevices: exception occurred : 'stoll'

Hi, since a few months my domoticz is less stable. Every now and then it just stops working. Also not crashing, so no specific errors to look for. The only hint i have is that around the same time when this started occuring, i also occasionally get a the following error in the logging Error ...
by akamming
Sunday 08 December 2024 12:01
Forum: Third party and supplementary tools
Topic: Communicating with home assistant
Replies: 2
Views: 775

Re: Communicating with home assistant

Just found out how publish a domoticz switch as a MQTT switch in home assistant: Add the following to your mqtt.yaml file (see instructions above in this topic how to create that file in HASS): switch: - state_topic: "domoticz/out/<idx>" value_template: "{% if value_json.nvalue==1 -%}ON{%- else ...
by akamming
Sunday 08 December 2024 11:54
Forum: Others
Topic: MQTT on domoticz/in and domoticz/out
Replies: 2
Views: 80

Re: MQTT on domoticz/in and domoticz/out

wim57 wrote: Sunday 08 December 2024 11:44 I think you have to set 'prevent loop' to false on the Domoticz MQTT Client Gateway in Hardware settings.
But beware that this can result in the message looping with other devices acting on domoticz/in and out.
ah... perfect... this indeed fixes it!
by akamming
Sunday 08 December 2024 11:34
Forum: Others
Topic: MQTT on domoticz/in and domoticz/out
Replies: 2
Views: 80

MQTT on domoticz/in and domoticz/out

Hi, i am trying to sync some domoticz switches with home assistant. So i made a config in home assistant that - reads domitcz/out/<idx> for the switch state - can send to domoticz/in commands when a button is pushed from home assistant. Config seems to be fine: - If a switch state is changed in ...
by akamming
Monday 02 December 2024 16:30
Forum: Bugs and Problems
Topic: gpio fails as of kernel 6.6 on rpi
Replies: 12
Views: 1335

Re: gpio fails as of kernel 6.6 on rpi

The issue as logged in https://github.com/domoticz/domoticz/issues/6040 is solved in latest stable 2024.7 So it should work again as akamming tested it in a beta release. No need to do a workaround. But best is that @akamming will reply here indeed. it's indeed fixed in the domoticz code.. so the ...
by akamming
Monday 04 November 2024 18:36
Forum: Heating/cooling
Topic: OpenTherm weather dependent heating control
Replies: 17
Views: 4106

Re: OpenTherm weather dependent heating control

Maciek90 wrote: Sunday 03 November 2024 18:22 Unfortunately my coding skills are very poor. Maybe you are planning to create such a modification? ;)
Sorry… no plans and no reason to do so… works 100% stable using wifi…
by akamming
Sunday 03 November 2024 9:03
Forum: Python
Topic: Python Plugin: Volvo EV
Replies: 154
Views: 18388

Re: Remaining charging time

The Volvo plugin offers new opportunities. First of all it can be used to set a desired charging level. Create a sensor , a slider to set a level from 0 to 100% Compare the desired level with domoticz.devices('XC40-ChargeLevel').state and control when the battery charging should be stopped. On the ...
by akamming
Saturday 02 November 2024 7:56
Forum: Third party and supplementary tools
Topic: Communicating with home assistant
Replies: 2
Views: 775

Communicating with home assistant

Hi, Just 2 Share the knowledge: I like home assistant because of the big community, the nice dashboarding and the many many integrations, but i also like domoticz e.g. because of the P1 integration (and the nice reports on it), and the easy way of scripting (HA has no alternative for something like ...
by akamming
Sunday 27 October 2024 13:21
Forum: Heating/cooling
Topic: OpenTherm weather dependent heating control
Replies: 17
Views: 4106

Re: OpenTherm weather dependent heating control

Probably Will work, but only after some code changes The code Will now look for a wifi config first so that has to be changed for this device I also only tested On esp8266 platform. I never compiled on esp32. So this might also trigger Some code changes If you have Some coding skills, you can make ...
by akamming
Saturday 19 October 2024 21:54
Forum: Heating/cooling
Topic: OpenTherm weather dependent heating control
Replies: 17
Views: 4106

Re: OpenTherm weather dependent heating control

If you are regering to the firmware I described above: that one support ota upgrades.

But since you also need to upload the data files with littlefs, then ota upgrade is Only supported of you use the Legacy version of the arduino ide (can be found on the software page on the arduino site)
by akamming
Tuesday 15 October 2024 11:17
Forum: Python
Topic: Python Plugin: Volvo EV
Replies: 154
Views: 18388

Re: Python Plugin: Volvo EV

Since 09-10-2024 the plugin didn't update anymore. Several times I reset the car,.... nothing I just read the posts about 2FA and did the sequence. Still,.... nothing The logs: 2024-10-15 11:00:59.692 Status: PluginSystem: Failed dynamic library load, install the latest libpython3.x library that is ...
by akamming
Tuesday 15 October 2024 10:52
Forum: Python
Topic: Python Plugin: Volvo EV
Replies: 154
Views: 18388

Re: Python Plugin: Volvo EV

I haven't expericied any problems, so far. But good to know that your plugin also supports 2FA now, great work! Very likely that's because you are already on the latest version which support 2FA and already made the tokens persistent for a restart. But if domoticz is down for about 2 hours, you ...
by akamming
Tuesday 15 October 2024 10:50
Forum: Heating/cooling
Topic: OpenTherm weather dependent heating control
Replies: 17
Views: 4106

Re: OpenTherm weather dependent heating control

For whoever is using this plugin to control their heating/cooling with the opentherm adapter from Ihor Melnyk: I moved the functionality of the plugin to the custom firmware (https://github.com/akamming/esp_domoticz_opentherm_handler). So if you update you firmware of the ESP8266, you will no longer ...
by akamming
Tuesday 15 October 2024 10:35
Forum: Python
Topic: Python Plugin: Volvo EV
Replies: 154
Views: 18388

Re: Python Plugin: Volvo EV

Since every (post) function we try returns an error 500, it looks liket that someting is clearly wrong on the Volvo side, so I can report that to them. To quote myself, It looks like Volvo has changed something at their side, because locking/unlocking the car seems to work now. Tx, glad it works ...
by akamming
Tuesday 01 October 2024 9:31
Forum: Python
Topic: Python Plugin: Volvo EV
Replies: 154
Views: 18388

Re: Python Plugin: Volvo EV

Normally when removing a device controlled by a plugin you should restart the plugin (or Domoticz) to get a new similar device back. Indeed a restart might help. If the issue persists, you can switch on debugging and look for clues in the logging... If i delete any device it is recreated again ...
by akamming
Monday 23 September 2024 21:53
Forum: Python
Topic: Python Plugin: Volvo EV
Replies: 154
Views: 18388

Re: Python Plugin: Volvo EV

Hi @waltervl, I think, you are right, but this is also a python application. One thing, I do not like, is that Linus Dietz (dielee) has introduced 2FA, similar to the log-in procedure for the Volvo app. Unnessary i.m.o. And using Node-RED gives you control over your own application. There is a ...
by akamming
Friday 20 September 2024 19:14
Forum: Python
Topic: Python Plugin: Volvo EV
Replies: 154
Views: 18388

Re: Python Plugin: Volvo EV

Hello @akamming, I follow your post (and also other posts, regarding Volvo), although I do not use your plugin, but Node-RED (as I use this for a long time) I noticed this at the HA plug-in github page. See: https://github.com/Dielee/volvo2mqtt/issues/237 They released a fix today. So obviously ...