Razvan Grigore

Results 70 issues of Razvan Grigore

### Board esp32-s3-custom-board ### Device Description Custom built board, but it worked with older Ethernet library, this error happens since we switched to ETH.h (so Wiznet via SPI + iwIP)...

Status: Awaiting triage

I can propose my local changes, this is merely a question to the other users, if I'm missing something: Anything against creating the worker queue if it does not exist...

## Error ``` ❌ (node_modules/@react-native-community/slider/ios/RNCSliderComponentView.mm:5:9) 3 | #import 4 | ⁠5 | #import | ^ 'react/renderer/components/RNCSlider/RNCSliderComponentDescriptor.h' file not found 6 | #import 7 | #import 8 | #import ``` *...

bug report
requires: author feedback

I understood the original idea of the code to have some kind of "virtual" reservation on connectorId 0, but now the OCTT really wants to get back StatusNotification with `Reserved`...

@matth-x what do you think about this? We found this removed a lot of lines of code from our main loop. If you like the idea, I can add a...

This PR makes all those tests pass: - TC_056 Central Smart Charging - TxDefaultProfile - TC_066_CS - Get Composite Schedule - TC_067_CS - Clear Charging Profile - TC_072_CS - Stacking...

When StopTransactionOnInvalidId = false, the dedup of StatusNotification messages is important, OCTT expects Charging, not Preparing + SuspendedEV + Charging. ``` [23:12:57.681] [info] ========================== Starting Main Testcase Steps ========================== [23:12:57.782]...

Closes #397 This test-case has changed in the meantime, so retries is 0 in OCTT, which in the current implementation means "not even trying once". ``` 2025-11-30 22:27:23.945 RESPONSE 2025-11-30...

We're implementing the OCPP 1.6 version of `SignedMeterValues` in our firmware according to this document: https://openchargealliance.org/wp-content/uploads/2025/02/signed_meter_values-v10.pdf I saw your response on https://github.com/matth-x/MicroOcpp/issues/193#issuecomment-1732340875 and wanted to ask if there is already...