Skip to content

Releases: mathieucarbou/MycilaJSY

v14.0.2

31 Jan 14:23
1d2e0f1
Compare
Choose a tag to compare

v14.0.1

28 Jan 13:57
304ac44
Compare
Choose a tag to compare

Changes

  • Do not output optional energy counters in json if 0

Full Changelog: v14.0.0...v14.0.1

v14.0.0

28 Jan 13:39
9c8666e
Compare
Choose a tag to compare

BREAKING CHANGES

Type and unit have changed:
- energy are now on uint32_t and unit is Wh / Vah / VArh (not kilo anymore)
- all thdi functions and metrics are in percentage (%)
- all angles are in degrees
- thdi() function takes an angle in degrees

Full Changelog: v13.1.1...v14.0.0

v13.1.1

27 Jan 09:09
fc58e1d
Compare
Choose a tag to compare
  • Keep float operations on 32-bits

Full Changelog: v13.1.0...v13.1.1

v13.1.0

26 Jan 23:51
4e916dc
Compare
Choose a tag to compare

What's Changed

  • Add support for phase angles (U, I, UI) and THDi and THDu measurements for JSY-MK-333 by @mathieucarbou in #19

Full Changelog: v13.0.4...v13.1.0

v13.0.4

26 Jan 21:03
55c4f25
Compare
Choose a tag to compare
  • Fix: THDi was wrongly calculated for angle phi=1
  • JSON Update: "thdi" => "thdi_0"
  • lib update

Full Changelog: v13.0.3...v13.0.4

v13.0.3

21 Jan 14:49
9724b51
Compare
Choose a tag to compare

Changes

Full Changelog: v13.0.2...v13.0.3

📦 Other

  • update api doc
  • mathieucarbou/AsyncTCP @ 3.3.2
  • mathieucarbou/ESPAsyncWebServer @ 3.5.0
  • mathieucarbou/ESPAsyncWebServer @ 3.5.1
  • Arduino core 3.1.1 based on IDF 5.3.2.241224
  • mathieucarbou/ESPAsyncWebServer @ 3.6.0
  • Factory script update
  • Switched to https://github.com/esp32async
  • v13.0.3

v13.0.2

05 Jan 14:32
5384753
Compare
Choose a tag to compare

What's changed

  • use std::max instead of max

Full Changelog: v13.0.1...v13.0.2

📦 Other

  • update doc
  • Use std::max instead of max
  • v13.0.2

v13.0.1

01 Jan 17:41
3a04d67
Compare
Choose a tag to compare

Changes

  • dependency updates
  • added support for jsy-mk-193 in jsy udp sender

Full Changelog: v13.0.0...v13.0.1

📦 Other

  • doc update
  • update doc
  • update doc
  • Update CONFIG_ASYNC_TCP settings
  • Update AsyncTCP + ESPAsyncWebServer
  • Tested JSY-193 and updated samples
  • update doc
  • mathieucarbou/AsyncTCP @ 3.3.0
  • mathieucarbou/ESPAsyncWebServer @ 3.4.1
  • mathieucarbou/AsyncTCP @ 3.3.1 and mathieucarbou/ESPAsyncWebServer @ 3.4.2
  • pioarduino 53.03.10
  • Disable esp32-solo1 in CI
  • mathieucarbou/ESPAsyncWebServer @ 3.4.3
  • mathieucarbou/ESPAsyncWebServer @ 3.4.4
  • mathieucarbou/ESPAsyncWebServer @ 3.4.5
  • mathieucarbou/MycilaTaskManager @ 3.1.5
  • bblanchon/ArduinoJson @ 7.3.0
  • mathieucarbou/MycilaTaskManager @ 3.2.1
  • mathieucarbou/MycilaTaskMonitor @ 4.0.0
  • mathieucarbou/MycilaUtilities @ 3.2.0
  • Mycila UDP Sender fixes
  • v13.0.1

v13.0.0

05 Dec 11:50
f9d1c4a
Compare
Choose a tag to compare

Changes

  • Breaking API changes to fix handling of destination address
  • Tested JSY-22x (with JSY-227)
  • Tested JSY1031
  • Added support for AC/DC switch for JSY1031

Full Changelog: v12.0.0...v13.0.0

📦 Other

  • doc update
  • mathieucarbou/ESPAsyncWebServer @ 3.3.23
  • mathieucarbou/MycilaUtilities @ 3.1.2
  • mathieucarbou/MycilaUtilities @ 3.1.3
  • update toc
  • Small API fix ti treat baud enum as uint32_t
  • Add support for AC/DC mode switch on JSY1031 with readMode() and setMode()
  • v13.0.0
  • Tested and fixed JSY1031
  • Tested JSY-227