- Add
co2_in
andco2_in_24h
sensors (Fixes #160) - Update dependencies
- Add
aqi_pm25_in
andaqi_pm25_in_24h
sensors. (Fixes #158) - Add
PUBLISH_NAME
environment variable to set the name the topics are published with. (Fixes #157)
- Add retain flag for
lastRain
sensor and new environment variable for enabling retain of all sensor values. (Fixes #152)
- Remove bashio calls from HomeAssistant add-on. (Fixes #147)
- Add more logging options to help identify reported issues. (Fixes #145)
- Add more robust environment variable validation. (Fixes #143)
- Send lastRain timestamp in the correct format for HomeAssistant. (Fixes #138)
- Update dependencies
- Address an issue with
OBSERVERIP2_V2.2.6
weather stations sending garbage at the end of the data feed. (Fixes issue #136)
- Add new calculated sensors:
dewpoint
,dewpoint1..10
,feelsLike
,feelsLike1..10
,lastRain
, andsolar_radiation_lux
. (Fixes issue #125) - Add
diagnostic
entity category to all battery sensors (Fixes issue #129)
- Change units for all CO2 sensors to
ppm
. (Fixes issue #122)
- Resolve a warning in HomeAssistant logs (Fixes issue #119)
- Add support for AQIN indoor sensor (Fixes issue #116)
- Add support for Ambient Weather lightning sensor (Fixes issue #114)
- Update dependencies
- Add an environment variable to set the root topic (Fixes issue #110)
- Handle invalid event dates being provided by buggy AmbientWeather stations. (Fixes issue #106)
Fix issue #99, which was causing exceptions in the Home Assistant logs starting with release 2023.5.0:
- Remove the sensor measurement unit for
EventDate
. - Change the date format for
EventDate
data to ISO standard format.
- Change the sensor measurement unit for
EventDate
fromtimestamp
toNone
in an attempt to fix an issue with Home Assistant version 2023.5.0.
- Change the sensor class for EventDate from
unknown
totimestamp
in an attempt to fix an issue with Home Assistant version 2023.5.0.
- Rename the temperature unit from
˚F
to°F
for compatibility with Home Assistant. Since the name of the unit changed this is a breaking change.
- Update a dependency. No functional changes.
- Add support for tracking long-term statistics
- Add missing temperature values for stations with more than one temperature sensor
- Update dependencies
- Hourly Rain unit of measurement corrected. This was a breaking change, it is now reported in
in/h
instead ofinches
.
- HomeAssistant add-on support
- The
dateUtc
topic is renamed toentityDate
. This wasa breaking change. Any automation that used thedateUtc
topic will need to point to the newentityDate
topic instead.
Initial release of HA addon