Skip to content

Releases: adonno/tagreader

4.0.0

07 Nov 17:42
dac4aa8
Compare
Choose a tag to compare

This version is the first that gets flashed on the purchased devices
If you had a device you built yourself this changes the wiring setup from SPI to I2C native.

Breaking changes

With this version, we introduce the use of native I2C and drop SPI if you have a device with a lower version than v4.0 don't update since your reader won't work anymore and you will have to change the wiring.

Fixes

  • Some devices had issues connecting to the wifi and were dropping the connection. This shouldn't be the case anymore

3.0.1

21 Sep 07:42
8899c11
Compare
Choose a tag to compare

Minor update

This update brings only one minor change.

Enjoy! 🎉


Breaking changes

No breaking changes!

New features

No new features!

Fixes/Changes

  • Removes passwords for OTA and API. This makes it easier to use the original tagreader.yaml for new users.

3.0.0

21 Sep 05:30
bb76086
Compare
Choose a tag to compare

Time for a new release! 🎉

This release brings a few major changes! We are now using the new homeassistant.tag_scanned service in the latest version of ESPhome. Therefore, ESPhome v1.15.2 is now a dependency.
We have also made a change to the hardware! Shift made us aware that using the TX pin for communicating with the PN532 is prone to interference, in particular with clones of the Wemos D1 mini. We have now changed that to using D0. Check out the new schematic.

Enjoy the new release! 🎉


Breaking changes

  • Dropped the use for the TX pin and decided to use D0 instead since D1mini clones seemed to have issues with that pin.
  • Inverted Buzzer & LED pins to simplify wiring in the case.

New features

This release doesn't bring new features

Fixes/Changes

  • With the update of ESPHome to 1.15.2 we can call the Home Assistant service homeassistant.tag_scanned that was introduced with Home Assitant version 0.115.0
  • Removed the api and ota secrets

2.0.0

17 Sep 15:58
775955b
Compare
Choose a tag to compare

Breaking change: Custom component is no longer necessary. On Home Assistant 0.115+ it will natively integrate with the tag integration. On earlier versions you need to listen to the esphome.tag_scanned event. This event no longer contains device_id.

Breaking change: text sensor with latest tag scanned is no longer maintained

1.0.0

17 Sep 08:24
93e85a0
Compare
Choose a tag to compare

Initial release of the tag reader 🎉