GithubHelp home page GithubHelp logo

hassio-add-ons's People

Contributors

artemvladimirov avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

hassio-add-ons's Issues

Really heavy backup

I installed the add-on. It works well, but the size of its backup one day after installation looks disturbing.
666

Won't connect to AC

Aux AC with working Ac Freedom but the integration can't connect to it

{"level":"error","error":"read udp 172.30.33.5:54290->192.168.100.28:80: i/o timeout","device":"ec0bae411dcd","time":"2024-02-26T02:22:15Z","caller":"/app/broadlinkac2mqtt/main.go:156","message":"Failed to Auth device ec0bae411dcd. Reconnect in 3 seconds..."}

  • ip: 192.168.100.28
    mac: ec0bae411dcd
    name: MH Childroom AC
    port: 80

Use pre-build binaries

My RPi 3B+ nearly died trying to build the docker image for this on HassOS. Would it be possible to have it download pre-build binaries from GitHub rather than compiling everything locally?

Faled to install addo

Hey!
go the following message when trying to install addon

Failed to install add-on
The command '/bin/sh -c wget https://github.com/ArtemVladimirov/broadlinkac2mqtt/archive/refs/tags/v1.4.0.zip && unzip v1.4.0.zip && mv /app/broadlinkac2mqtt-1.4.0 /app/broadlinkac2mqtt && rm v1.4.0.zip' returned a non-zero code: 1

When i try download manually from https://github.com/ArtemVladimirov/broadlinkac2mqtt/archive/refs/tags/v1.4.0.zip
i've got file with name "broadlinkac2mqtt-1.4.0.zip" not just "v1.4.0.zip"

Screen switch reverse

Good day,
Found that screen switch works in reverse mode.
When switch is off screen on AC is on.

Greenwind inverter ac

Hi, my log is:

{"level":"error","error":"ErrorInvalidResultPacket","input":{"Command":106,"Payload":"Fs0Rbe/ji/q6hXD8QcD7vg==","Mac":"24dfa7b5ba42"},"time":"2024-03-13T01:46:31Z","caller":"/app/broadlinkac2mqtt/app/service/service.go:232","message":"Checksum is incorrect"}
{"level":"error","device":"24dfa7b5ba42","time":"2024-03-13T01:46:31Z","caller":"/app/broadlinkac2mqtt/app/service/service.go:1134","message":"failed to get ambient temperature"}

Any idea to resolve.
Thanks

2022 Vortex AC

Hi,

I have 3 Vortex AC units (2 from 2016 and 1 from 2022)
I had no issues connecting the ones from 2016 but unfortunately the one from 2022 is not connecting:

s6-rc: info: service s6rc-oneshot-runner: starting
s6-rc: info: service s6rc-oneshot-runner successfully started
s6-rc: info: service fix-attrs: starting
s6-rc: info: service fix-attrs successfully started
s6-rc: info: service legacy-cont-init: starting
s6-rc: info: service legacy-cont-init successfully started
s6-rc: info: service legacy-services: starting
s6-rc: info: service legacy-services successfully started
{"level":"debug","time":"2023-09-13T14:33:38Z","caller":"/app/broadlinkac2mqtt/config/config.go:47","message":"Start reading a config file"}
{"level":"error","error":"read udp 172.30.33.4:60992->192.168.0.49:80: i/o timeout","time":"2023-09-13T14:33:48Z","caller":"/app/broadlinkac2mqtt/app/webClient/client.go:43","message":"Failed to read the response"}
{"level":"error","error":"read udp 172.30.33.4:60992->192.168.0.49:80: i/o timeout","input":{"Command":101,"Payload":"RTRS5/ku2pWDRJMINe+abftpLcNwuQRDrFzWP7tTrfoIgUyn+M9BcQAyjlcMO4bJTQVwhEmjieKa4QRUNqBb3dwCwWGvEyXofhmw99HOBo0=","Mac":"ec0bae566d7a"},"device":"ec0bae566d7a","time":"2023-09-13T14:33:48Z","caller":"/app/broadlinkac2mqtt/app/service/service.go:665","message":"failed to send a command"}
{"level":"error","error":"read udp 172.30.33.4:60992->192.168.0.49:80: i/o timeout","input":{"Mac":"ec0bae566d7a"},"time":"2023-09-13T14:33:48Z","caller":"/app/broadlinkac2mqtt/app/service/service.go:139","message":"failed to send command"}
{"level":"error","error":"read udp 172.30.33.4:60992->192.168.0.49:80: i/o timeout","device":"ec0bae566d7a","time":"2023-09-13T14:33:48Z","caller":"/app/broadlinkac2mqtt/main.go:156","message":"Failed to Auth device ec0bae566d7a. Reconnect in 3 seconds..."}

Any idea what I can do?

Hi, in my AC greenwind

my log:

{"function":"github.com/ArtemVladimirov/broadlinkac2mqtt/app/service.(*service).GetDeviceAmbientTemperature","file":"/app/broadlinkac2mqtt/app/service/service.go","line":228},"msg":"Checksum is incorrect","input":{"Command":106,"Payload":"Fs0Rbe/ji/q6hXD8QcD7vg==","Mac":"24dfa7b5ba42"}}
thanks for your help

Update to 1.4.0 fails

Hey,

update to 1.4.0 is failing:
The command '/bin/ash -o pipefail -c if [ "${BUILD_ARCH}" = "armhf" ]; then wget -O broadlinkac2mqtt.tar.gz https://github.com/ArtemVladimirov/broadlinkac2mqtt/releases/download/${BUILD_VERSION}/broadlinkac2mqtt-${BUILD_VERSION}-linux-arm.tar.gz; elif [ "${BUILD_ARCH}" = "armv7" ]; then wget -O broadlinkac2mqtt.tar.gz https://github.com/ArtemVladimirov/broadlinkac2mqtt/releases/download/${BUILD_VERSION}/broadlinkac2mqtt-${BUILD_VERSION}-linux-arm7.tar.gz; elif [ "${BUILD_ARCH}" = "aarch64" ]; then wget -O broadlinkac2mqtt.tar.gz https://github.com/ArtemVladimirov/broadlinkac2mqtt/releases/download/${BUILD_VERSION}/broadlinkac2mqtt-${BUILD_VERSION}-linux-arm64.tar.gz; elif [ "${BUILD_ARCH}" = "i386" ]; then wget -O broadlinkac2mqtt.tar.gz https://github.com/ArtemVladimirov/broadlinkac2mqtt/releases/download/${BUILD_VERSION}/broadlinkac2mqtt-${BUILD_VERSION}-linux-386.tar.gz; elif [ "${BUILD_ARCH}" = "amd64" ]; then wget -O broadlinkac2mqtt.tar.gz https://github.com/ArtemVladimirov/broadlinkac2mqtt/releases/download/${BUILD_VERSION}/broadlinkac2mqtt-${BUILD_VERSION}-linux-amd64.tar.gz; else echo 'NOT VALID BUILD'; exit 1; fi && tar -xzf broadlinkac2mqtt.tar.gz && rm broadlinkac2mqtt.tar.gz && chmod a+x ./run.sh && mkdir config && apk add --no-cache gcc g++ make && pip3 install --no-cache-dir -U pyyaml' returned a non-zero code: 1

Screenshot_2023-07-24-17-39-39-370_io homeassistant companion android-edit

No changelog found for add-on 97e9acfb_broadlinkac2mqtt!

Client error on /addons/97e9acfb_broadlinkac2mqtt/changelog request 0, message='Attempt to decode JSON with unexpected mimetype: application/octet-stream', url=URL('http://172.30.32.2/addons/97e9acfb_broadlinkac2mqtt/changelog')

but... integration working as expected. It looks like inside the add-on description, the correct link to the changelog is missing. When clicked, a message pops up: "No changelog found for add-on 97e9acfb_broadlinkac2mqtt!"

Docker

Hi There,

I was trying to create a docker out of your dockerfile but get the error "NOT VALID BUILD". Is it possible to make it available for docker container on dockerhub?

Regards.
Bob

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.