Skip to content

Conversation

@jgulick48
Copy link
Contributor

Building on #239, adding registers for the EPS data and also updating the json for the Home Assistant integration.

@jgulick48 jgulick48 changed the title add eps registers and home assitant json #237 add eps registers and home assitant json Mar 4, 2024
Comment on lines -17 to +18
FROM debian:bullseye-slim
RUN apt-get update && apt-get install -y libssl1.1 && rm -rf /var/lib/apt/lists/*
FROM debian:bookworm-slim
RUN apt-get update && apt-get install -y openssl && rm -rf /var/lib/apt/lists/*
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh nice, might this help with the ssl build failures I was struggling with yesterday? The commits to master were trying to fix it, I ended up staying on an older rust compiler/clap version to work around it. I'll retry newer versions after merging this, hopefully it helps.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, I was getting ssl errors on startup and this is what fixed it for me.

@celsworth
Copy link
Owner

celsworth commented Mar 5, 2024

This looks good, the only thing thats starting to fall behind is probably the database storage, but I'm not sure if anyone really cares.

I thought about removing it entirely because the sqlx library is a pain in the ass anyway..

Edit: oh actually might be good to get these in Influx though (which is a lot easier). I can do that separately.

@presto8
Copy link
Contributor

presto8 commented Mar 12, 2024

Thanks for doing this! I have a new inverter setup and am figuring out how to balance the split phases. I saw on the web dashboard "EPS L1N" and "L2N" and was wondering how to get those in lxp-bridge. Then I saw this pull request :)

@celsworth celsworth merged commit 056741a into celsworth:master Mar 12, 2024
@presto8
Copy link
Contributor

presto8 commented Mar 13, 2024

Unfortunately this PR seems to have broken lxp-bridge on my system. I'm not sure how to go about debugging it, but what happens is if I run this new build, the active EPS power stops being updated. If I revert back to the previous commit, it works. I'll try to collect more debug info, just an initial observation.

@celsworth
Copy link
Owner

Unfortunately this PR seems to have broken lxp-bridge on my system. I'm not sure how to go about debugging it, but what happens is if I run this new build, the active EPS power stops being updated. If I revert back to the previous commit, it works. I'll try to collect more debug info, just an initial observation.

I'm addressing this in #249

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants