Skip to content

Releases: mathieucarbou/YaSolR

v1.0.0-rc17

28 Feb 18:39
4b24450
Compare
Choose a tag to compare

Fixes

  • Fix JSON output for grid section
  • Fix dimmer remapping feature which was incorrectly working
  • Added more field to dimmer JSON output

Full Changelog: v1.0.0-rc16...v1.0.0-rc17

v1.0.0-rc16

28 Feb 14:39
7cf43cd
Compare
Choose a tag to compare
v1.0.0-rc16 Pre-release
Pre-release

Fixes

  • Forcing activation of pulse analyzer in case of a ZC based dimmer is used
  • Compute the PWM and DAC duty based on the power LUT because voltage is not linear

Updates

  • bblanchon/ArduinoJson @ 7.3.1

Full Changelog: v1.0.0-rc15...v1.0.0-rc16

v1.0.0-rc15

25 Feb 14:59
3dc2499
Compare
Choose a tag to compare
v1.0.0-rc15 Pre-release
Pre-release

Features

  • Added support for DFRobot DAC GP8211S (DFR1071), GP8403 (DFR0971), GP8413 (DFR1073)
  • Added statistic: Device: Heap Memory Free Min Lifetime (bytes)
  • Updated GPIO config for Display and DFRobot: they use the same I2C pins (SDA and SCL)
  • Moved reset button to system tab
  • Move energy reset to system tab
  • Added support for reading core dump information from the APi after a crash
  • Increase relay on/off delay to 10 sec

Fixes

  • Dimmer remapping was not working with PWM dimmer

Updates

  • Arduino core 3.1.3 based on IDF 5.3.2.250210
  • ESP32Async/ESPAsyncWebServer @ 3.7.1

Full Changelog: v1.0.0-rc14...v1.0.0-rc15

v1.0.0-rc14

08 Feb 16:36
f1a6151
Compare
Choose a tag to compare
v1.0.0-rc14 Pre-release
Pre-release

New Features

  • Add support for PWM based Dimmer for LSA + PWM-Analog converter (No ZCD needed)

Fixes

  • Fix accuracy of energy reported: no more floats but Wh instead as uint32_t
  • Fix THDi percentage calculation
  • Memory allocation improvements
  • Fix frequency source: usr-config dropdown first and if set to auto config, then from measurement devices

Full Changelog: v1.0.0-rc13...v1.0.0-rc14

v1.0.0-rc13

26 Jan 21:51
607a1d9
Compare
Choose a tag to compare
v1.0.0-rc13 Pre-release
Pre-release
  • (OSS only) Bugfix: crash in OSS firmware v12
  • (OSS only) ESP-DASH components wee not correctly displayd
  • Update libs
  • Activated LTO compilation
  • Fix: THDi not correctly calculated for angle 1

Full Changelog: v1.0.0-rc12...v1.0.0-rc13

v1.0.0-rc12

22 Jan 22:30
cd0251c
Compare
Choose a tag to compare
v1.0.0-rc12 Pre-release
Pre-release

Changes

  • Switched async libs to https://github.com/ESP32Async
  • New display with scrolling
  • New Dashboard with sections
  • New user manual at https://yasolr.carbou.me/manual
  • Try to fix ESP32 blocking when starting in case MQTT publication fails (bad network)
  • Fix wrong output state displayed when dimmer configured without bypass relay and dimmer was activated when no electricity is there

Full Changelog: v1.0.0-rc11...v1.0.0-rc12

v1.0.0-rc11

15 Jan 13:45
aa44c0a
Compare
Choose a tag to compare
v1.0.0-rc11 Pre-release
Pre-release

Changes

  • Only display dimmer type dropdown if dimmer activated in hardware page
  • Upgrade to Arduino core 3.1.1 based on IDF 5.3.2.241224
  • New SafeBoot image
  • New display implementation (less information, listed and scrolling)
  • (bugfix) TextFields were not refreshed immediately
  • (bugfix): Resistance calibration was not working with only JSY

Full Changelog: v1.0.0-rc10...v1.0.0-rc11

🛠 Under the hood

v1.0.0-rc10

09 Jan 09:41
37f68cc
Compare
Choose a tag to compare
v1.0.0-rc10 Pre-release
Pre-release

Changes

  • Fix MQTT bug: topics were not subscribed anymore
  • Lib upgrade
  • Updates in UI interface
  • Introduced Output 1 Dimmer Type and Output 2 Dimmer Type in Hardware config tab
  • Finalized and tested support for LSA + PWM->Analog 0-10V + ZCD
  • Only show ETH IP and MAC for ETH boards in stats
  • Removed device revision in stats
  • Rename Input Only to Input to avoid confusion with I/O in Hardware tab
  • Fix output tab not displayed when only DS18 hardware was activated
  • Memory improvement: Activating -D U8G2_USE_DYNAMIC_ALLOC=1 to save 2K of RAM when display not enabled

Warning

Added a new drop-down in Hardware config page to allow you to select the right dimmer type.
image

YaSolR will soon support PWM based LSA and DAC LSA.

Full Changelog: v1.0.0-rc9...v1.0.0-rc10

🐛 Fixes

🛠 Under the hood

Read more

v1.0.0-rc9

05 Jan 18:31
fe6fe38
Compare
Choose a tag to compare
v1.0.0-rc9 Pre-release
Pre-release

What's changed

  • Dependency upgrade
  • Make sure that dimmers will start once ZCD module detects electricity after startup
  • CI improvements
  • Relay switching threshold set to 5%

Full Changelog: v1.0.0-rc8...v1.0.0-rc9

🛠 Under the hood

v1.0.0-rc8

05 Jan 11:52
4536993
Compare
Choose a tag to compare
v1.0.0-rc8 Pre-release
Pre-release

What's changed

  • bug fixes
  • memory improvements
  • code refactoring
  • dependency update
  • Debug option moved to Hardware section
  • All Hardware change require a reboot to be activated (for memory improvements)
  • routing task now reacts faster and immediately to changes
  • Default PID parameters updated
  • graphs now have a maximum of 60 points for speed and memory improvement
  • JSY Remote can also be used to measure router output on channel 1 (for example, with a JSY-MK-194 or 193 in the electric panel measuring Enedis plus water heater circuit)
  • Added Hardware option to activate JSY Remote
  • Removed WebSocket endpoint for PID output
  • Excess Power Limiter (W) allows to set an amount of power reserved for an output, to share the grid excess to the second output.

Full Changelog: v1.0.0-rc7...v1.0.0-rc8

🐛 Fixes

🛠 Under the hood

Read more