dylangmiles

Results 9 comments of dylangmiles

I am also trying to build and get the following error: ``` [downloadtools.Unzip-File] Extracting C:\Users\dylan\Downloads\Mobius-2.0.200\build\localmode\..\tools\TarTool.zip to C:\Users\dylan\Downloads\Mobius-2.0.200\build\localmode\..\tools ... Exception calling "OpenRead" with "1" argument(s): "End of Central Directory record could...

@skaarthik I was building from the Mobius-2.0.200 release using the VS2017 developer command prompt when this was happening. It could be that the TarTool.zip was only getting partially downloaded. I...

@skaarthik Thank you! I will work around it for now and can always build in VS2015 if I run into other problems.

Thanks for trying it out. It is working for my inverter and I am still tweaking the code from time to time. The model name from the sticker on my...

I am taking a deeper look @Fourthbean and it looks like this project could support the Ep3300. > Uses 0a 03 to poll for sensor values and 0a 10 to...

Hello @joshepw, there is no branch for this work yet ... are you still interested in helping out ?

The project using T4 for text templating in the .tt files. I think T4 might only work in Visual Studio.

You could try ``` docker compose build ``` With out the machine architecture argument it should build for whichever processor you are running on. ?

I am using the MQTT plugin to on HA to listen and send messages. This app runs on a Rasberry Pi plugged into the inverter and my HA on a...