jkunczik

Results 12 comments of jkunczik

First of all: Thank you so much for your time and the effort you put into this project! It is really appreciated. I think `drive.copy` does not use the parent,...

An update from john30/ebusd/issues/1205: We found the culprit. All Home Assistant integrations (MQTT and ebusdpy) actively poll read values. Either the HMU or the controller doesn't take kindly if one...

I have the same issue. It happens every when I start the chat after the vault has been closed. Clearing the plugin data works, but only for the session. I...

Don't worry, I know all about lack of time 😄 Thanks for this project! I switched to Mixtral 8x7B. With this model, the plugin seems to load without problems.

I get the same error. However, I do only see it as a notification in obsidian, not in the console (although the debugging console is enabled) Obsidian Log: ``` [PAPA]...

+1 This feature would be awesome! I have a slow laptop, but a decent GPU server, which is sitting idle most of the time.

I tried something similar, because I wanted to move Rasperrymatic into a DMZ, while keeping the DRAP in the iot network. I didn't use pimd, but smcroute (static multicast routing)...

Sure. Here are my observations. I configured smcroute to allow multicast traffic on 224.0.0.1 and 224.0.0.120 between all my networks: ```mermaid stateDiagram LAN_1 --> IOT_100 IOT_100 --> LAN_1 DMZ_11 -->...

I think I have observed that my heat pump stopped working after the log showed a bunch of `sent poll-read hmu ...` statements. I inspected your logs that both [current_08hmu.log](https://github.com/john30/ebusd/files/14470727/current_08hmu.log)...

I dug into the HA integration code and found that ebusdpy (which is used by the HA integration) is issuing the following to read values: https://github.com/CrazYoshi/ebusdpy/blob/977fe2d795e0521a0a99d33f19f2cf8ba28e18cb/ebusdpy/ebusdpy.py#L30C1-L31C58 with a `ttl` of:...