ErikTempelaarVO
ErikTempelaarVO
I was trying a build in Azure Devops CI and it failed with errors like in #974, which led me here (eventually) I was able to work around it by...
@newegnaro Have you seen this: https://github.com/WilbertVerhoeff/Growatt It works great on my inverter, flashing the official dongle was easy (and its not expensive)
Apologies, I was very busy this week. I tried the workaround and it does work. Thank you.
If this is not the right place to ask, please tell me where to go. The docs (here: https://www.msys2.org/wiki/Porting/) point to https://github.com/msys2/path_convert, but that repo is archived since the end...
@Biswa96 Thanks for the reply. Here's a minimal example that reproduces the problem with the paths: ``` $ C:/.conan/1fbf05/1/bin/msys64/mingw32/bin/python.exe -c "import sys; print(sys.argv)" --import=TYPES#C:/.conan/bd88a7/1/src/deps/ua-nodeset/Schema/Opc.Ua.Types.bsd ['-c', '--import=TYPES#C;C:\\.conan\\1fbf05\\1\\bin\\msys64\\.conan\\bd88a7\\1\\src\\deps\\ua-nodeset\\Schema\\Opc.Ua.Types.bsd'] ``` Or this one,...
Might be related to Samsung / OneUI. I have the same same on Galaxy S23. S9 with LineageOS doesn't have this issue.
Could this be caused by the unit because it's running in ECO mode, combined with a lack of motion detected? The setpoint for 'No movement' is 33C
Could you provide a little more detail? I'm looking into creating dynamic ports from config file and I'd like to be able to use structs. I am unable to find...
I only reviewed the code. Have not tried it yet. Unable to do so now. Maybe later this week.
In Msys2 the change in src/idl/src/file.h is required for it to build. ``` #ifdef _MSC_VER # include typedef SSIZE_T ssize_t; #endif ``` Otherwise it fails with this error: ``` [246/284]...