Releases: adonno/tagreader
4.0.0
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
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
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
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
- Drop usage of custom component in favor of native ESPHome integration #7 @balloob / @jesserockz
- Optimize ESPHome config #6 @jesserockz
- Remove text sensor #8 @magnusoverli