Arjan Mels

Results 15 issues of Arjan Mels

Added functionality to allow dimming of the light with a single push button, by automatically cycling the brightness. Tested on a modified H801 module. (I soldered a switch to GPIO...

The onRead callbacks are never trigger. I traced it down to the packet header length always being 8 in line: https://github.com/h2zero/esp-nimble-cpp/blob/a36655c105444f26d1ef7dd0893b189ab26f23ce/src/NimBLECharacteristic.cpp#L278 So apparently the filter for first and follow up...

If CONFIG_BT_NIMBLE_ROLE_BROADCASTER is not defined then startAdevrtising, SstopAdvertising are not defined nin NimBLEDevice, but are used in other parts.

The accompanying pull request for the gui: https://github.com/OpenEVSE/openevse_wifi_gui/pull/42 This pull request adds support for particular features of smartEVSE: https://www.smartevse.nl/ (The current/default version of EPS32_WiFi_V3.x works, but does not allow control...

ESP32 has several errata ([ESP32 eco and workarounds for bugs in esp32](https://www.google.nl/url?sa=t&rct=j&q=&esrc=s&source=web&cd=&cad=rja&uact=8&ved=2ahUKEwj6iZOWmpjqAhUF36QKHVHhDHgQFjAAegQIAhAC&url=https%3A%2F%2Fespressif.com%2Fsites%2Fdefault%2Ffiles%2Fdocumentation%2Feco_and_workarounds_for_bugs_in_esp32_en.pdf&usg=AOvVaw3GR53fWAcOgM9wBQIzsXGK)). We should consider implementing workarounds. The ones that I think should be handled in the hal: - [...

Big pull request which includes: - Added YTL meter - Added Voltage Measurement - Added configuration of energy and voltage measurement - Added RAPI (openEVSE) interface - Added EV current...

- Added support for different parity settings for different meters - Added support for using modbus function code 3 in addition to 4 - Added support for YTL DTS353F-2 kWh...

New Binding for Klipper/Moonraker controlled 3D Printers This is the initial contribution for a new binding for 3D printers controlled by Klipper via the Moonraker Web API. A compiled version...

new binding
awaiting feedback
stale

Remove the busy waiting loop instead store timestamp of first status transition and check in subsequent calls to loop

Added support for touch button by measuring RC time. See README.MD for explanation (Also includes previous commit to remove busy wait loop.)