b3nn0 / hassio-addon-ism7mqtt

HomeAssistant Addon for running ism7mqtt to fetch data from Wolf heaters
Apache License 2.0
18 stars 3 forks source link

use oldism7proxy possible? #35

Open mr-gosh opened 7 months ago

mr-gosh commented 7 months ago

I have an ism7i with FW-Version: 1.70 so i can communicate with

./oldism7proxy -i 192.168.1.127 -d

and that activate the config tool via:

./ism7config -i 127.0.0.1 -p secretpassword

but can I use that in the addon ass well?

mr-gosh commented 7 months ago

i tried to copy the oldism7proxy in the arm and arm64 version over to my HASS-OS to execute it by hand - but that doesnt seem to work - but do you plan to integrate the proxy into the addon as well?

b3nn0 commented 7 months ago

No plans right now, no. You could of course run it manually somewhere else, and then point the add-on to it, but that's it.

mr-gosh commented 7 months ago

Thanks for the hint - executing the oldism7proxy on another machine works - but executing it directly on the pi running Hassio doesn't seem to work. Would be awesome if this functionality would be integrated into the add-on :D

Chris2834 commented 2 months ago

I have also an ism7i with FW-Version: 1.70.. and acutally I do have a lot of dropouts via smartset cloud so I found this add-on via link.

I would hope to get the oldism7proxy included into the AddOn as well. ;-)

b3nn0 commented 2 months ago

If someone provides a pull request that properly implements support for that, I'm happy to merge it. I have no way to test it myself. In fact, I probably won't even have a Wolf heater any more by the end of the year..

b3nn0 commented 2 months ago

FWIW, I just checked. ism7proxy and oldism7proxy are currently not part of the official Docker image. We'd either have to download them dynamically if needed, or adapter the Dockerfile to not be based on the official ism7mqtt docker image, but instead build it ourself (i.e. base it on the DotNet SDK). Then add a configuration variable so the user can enable it, and adjust the run.sh script to launch it if configured.

Or ask @zivillian to add *ism7proxy binaries to the official docker image, then it would be a bit simpler. Only need new config variable and run.sh adjustments.

aimoehi commented 2 months ago

push i am on an even older firmware (1.60) and would appreciate a solution. or is there any way to update the firmware on the ism7? :D as the smartset portal obiously now blocking Hassio due to many queries ;)

thanks!