privatecoder

Results 47 comments of privatecoder

This is from the v3.0 manual for the CAN-Port ![IMG_0069](https://github.com/syssi/esphome-seplos-bms/assets/45964815/d391a823-d5e9-4006-83d8-9e370d8b75f5) (which is the same for my 10E version)

No, you can only access the master this way. You can access all slaves via their ID‘s with the second RS485 connection to the _regular_ RS485 Ports on the master...

@ferelarg an offtopic question: What does the 3.0 BMS send between packs when you just listen (and don't send a telemetry request)? the v16/10e only provides: - lowest/highest cell -...

I also [wrote a script for the v16/10e](https://github.com/Privatecoder/seplos-mqtt-remote-rs485) which requests telemetry and telesignalization frames and decodes them. they include more data than the frames, requested by the master.. however I...

here is an attempted fix for this which seemed to be sufficient in my case EDIT: I deleted my fork/fix in favor of @contra's PR #1570 which fixes this and...

@contra & @Siemienik I now have a very similar issue with worksheet names, which default to "SheetN" if `workbook.xml.rels` is not parsed via `_parseRels(entry)` before ``` const matchingRel = (this.workbookRels...

@contra both, latest stable + your fork. Title is "Sheet1" but should be "my fancy title". I added a `console.log(entry.path)` to the `for await (const entry of zip)` statement to...

@contra & @Siemienik there seems to be an issue with unzipper using async iterators. any await (sample: 1000ms) results in any of the succeeding contents of the zip (here xlsx)...

it doesn't – you can check the sample along with the attached test.xlsx => https://github.com/ZJONSSON/node-unzipper/issues/234

@contra v12.18.0/macOS EDIT: upgrading node to v14.16.0 fixes the issue.