Coder Social home page Coder Social logo

Comments (22)

str2der avatar str2der commented on August 16, 2024 1

Same here!

from modbustcp2mqtt.

kirangp avatar kirangp commented on August 16, 2024 1

@loucksg Is there any way I can install this addon with your pull request in HA? Looks like the pull request has not been approved/merged.

from modbustcp2mqtt.

mife1005 avatar mife1005 commented on August 16, 2024

I have the same problem. Hoping for a solution!

from modbustcp2mqtt.

anthony-spruyt avatar anthony-spruyt commented on August 16, 2024

Pretty much all the sungrow addons have this problem atm. Tried pinning some different versions but no luck.

from modbustcp2mqtt.

Ralphy140 avatar Ralphy140 commented on August 16, 2024

Same issue for me

from modbustcp2mqtt.

kalaws avatar kalaws commented on August 16, 2024

+1

from modbustcp2mqtt.

AndersKalen avatar AndersKalen commented on August 16, 2024

+1

from modbustcp2mqtt.

SoWizard avatar SoWizard commented on August 16, 2024

Yup ditto - same issue here. Just freshly installed Home Assistant OS, running in VM.

from modbustcp2mqtt.

loucksg avatar loucksg commented on August 16, 2024

k, so it does not look like the:
pycryptodomex==3.11.0
Is in the main requirements, however I am cautious this is inside the Docker container... just need to work out how to get inside that and the wrapping here, as a blunt hammer may try:
pycryptodomex~=3.11.0
for requirements.txt, that should install anything compatible with 3.11 code stream...

from modbustcp2mqtt.

loucksg avatar loucksg commented on August 16, 2024

found it in Dockerfile:
COPY requirements.txt ./
RUN apk add --no-cache python3-dev py3-pip g++
RUN pip install --upgrade pycryptodomex==3.11.0 --no-cache-dir -r requirements.txt

Changing to:
COPY requirements.txt ./
RUN apk add --no-cache python3-dev py3-pip g++
RUN pip install --upgrade pycryptodomex~=3.11.0 --no-cache-dir -r requirements.txt

... let's see what goes boom.

from modbustcp2mqtt.

loucksg avatar loucksg commented on August 16, 2024

pull request created, not sure if someone needs to approve here, will dig a little further around repo

from modbustcp2mqtt.

ltw001 avatar ltw001 commented on August 16, 2024

same here. Also freshly installed Home Assistant OS running in a VM.
@loucksg I'm not sure, how to understand your last answer: what exactly was the outcome and is there a workaround at the moment?
I tried Part 2 from here and it seems to work: https://gist.github.com/Paraphraser/cad3b0aa6428c58ee87bc835ac12ed37

from modbustcp2mqtt.

SoWizard avatar SoWizard commented on August 16, 2024

@ltw001 Link seems broken?

from modbustcp2mqtt.

benborra avatar benborra commented on August 16, 2024

@loucksg Is there any way I can install this addon with your pull request in HA? Looks like the pull request has not been approved/merged.

I'm guessing we could fork https://github.com/MatterVN/HassioAddon and this repo and fix it on that fork?
I've tried that but I'm rather new to Home Assistant add-ons and can't seem to get the reference from the HassioAddon repo to the submodule to work.

from modbustcp2mqtt.

kilador avatar kilador commented on August 16, 2024

Same problem here. I try to install the addon following the instructions but still does not work.

is it possible to upload with the fix ?

from modbustcp2mqtt.

sharkpunch5 avatar sharkpunch5 commented on August 16, 2024

+1 same issue here when attempting to install

from modbustcp2mqtt.

SL666 avatar SL666 commented on August 16, 2024

@ltw001 Link seems broken?

I think it's this -
https://gist.github.com/Paraphraser/cad3b0aa6428c58ee87bc835ac12ed37#part-2--using-patched-images-in-homeassistant

but seems to be referencing gosungrow not modbustcp2mqtt

from modbustcp2mqtt.

RafAustralia avatar RafAustralia commented on August 16, 2024

same here totally fresh here - how to fix this? - please help

from modbustcp2mqtt.

benborra avatar benborra commented on August 16, 2024

same here totally fresh here - how to fix this? - please help

Hi @RafAustralia, this was fixed in a fork over at https://github.com/DisreputableCode/HassioAddons
Been using it from r about a month or 2 without any problems.

from modbustcp2mqtt.

RafAustralia avatar RafAustralia commented on August 16, 2024

from modbustcp2mqtt.

RafAustralia avatar RafAustralia commented on August 16, 2024

from modbustcp2mqtt.

benborra avatar benborra commented on August 16, 2024

No worries, was one of the most complex things I've done so far in home assistant as well.
I unfortunately don't recall which guide I followed but I also had some issues fetching the data from my sungrow converter because I was polling to frequently. Couldn't even reach it directly by IP anymore myself.

I also had to add the MQTT to my Integrations.
image

And there I needed to add my parameters.

image

image

from modbustcp2mqtt.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.