Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Possible bug or side effect #133

Open
danielschramm opened this issue Nov 5, 2023 · 0 comments
Open

[BUG] Possible bug or side effect #133

danielschramm opened this issue Nov 5, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@danielschramm
Copy link

danielschramm commented Nov 5, 2023

Describe the bug
Hello, I have a very weird effect using your library in the project Pylontech Python MQTT-Branch.
Tried with 0.9.0 and 0.10.0 - same behavior.
The project gets data from a Pylontech battery stack and generates in my case 8 Devices with each up to 30 Entities.
The project allows execution as HomeAssistant Addon with the appropriate Dockerfile and configuration included in the project.

Now my issue:

  • Running it on my Windows Desktop with Python 3.11 everything works 100% OK.
  • running it as HA Addon Python 3.11 only the first 6 of the 8 devices send the configuration and data messages.
  • Python packages are enforced to be the same via docker container and requirements.txt.
  • The weird thing is that it's completely systematic and not random.
  • Also within a Ubuntu system I have the same behavior as in the Docker container.

To Reproduce
Steps to reproduce the behavior:

  1. Pylontech stack needed with 6 or more batteries.
  2. Install the "Pylontech Python MQTT-Branch" as HomeAssistant Addon

Expected behavior
Should behave equal on windows and inside the HA-Addon-Docker-Container

Desktop (please complete the following information):

  • Dockerfile in the project
  • Requirements.txt in the project

Additional context
None.

@unixorn unixorn added the bug Something isn't working label Dec 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants