codingandmore

Results 8 comments of codingandmore

The issue here is that the inverter seems to be by default in the ["READ PEROIDICALLY"](https://rctclient.readthedocs.io/en/latest/protocol_overview.html#read-periodically) mode. I am not sure if this is new since 2.3.573. It sends every...

I did not do any tests so far, but I assume that as soon as any client connects to port 8899 the server will send the frames. I fear that...

@SaxonWood Interesting! My app is not active and the portal not open (means no browser has a connection, the inverter still has access to the internet). So may be this...

@SaxonWood I have encountered similar issues. I have written a new package parser and a reader sample application based on the code of this repo here. It does not address...

You can update the installation instructions for build3d. I installed yesterday on an Apple Silicon Mac by just: 1. Create an environment 2. pip install build3d 3. pip install ocp_vscode...

Yes nice! I suggest to consider a few more things: - If you follow [the installation instruction](https://build123d.readthedocs.io/en/latest/installation.html)s there is no hint that you have to `pip install ocp_vscode`. For me...

I am not the only one who struggled at this point, see [here](https://github.com/gumyr/build123d/discussions/766). Suggestion: The recommended method for most users to install build123d is: ``` pip install build123d ``` buiild123d...

Understood, but keep the documentation consistent. This means that the provided sample code should work after following the installation instructions. Currently the doc states the recommended way is to use...