# JeeLinkLogMQTT - change log ## 2022-11-14 * fix config mqtt/enable did not work (was always true) * fix config sensors/outside_sensors_use_median did not work (was always true) * add dewpoint calculation and config settings calculate_dewpoint, write_dewpoint_to_influxdb * add absolute humidity calculation and config setting calculate_absolute_humidity, write_abshum_to_influxdb * add config switches: publish_unknown_sensors, publish_unknown_new_sensors * add InfluxDB fieldnames/datatypes for dewpoint and absolute humidity * fixed wrong defined influx_default_datatype_humidity * add store combined outdoor sensors to InfluxDB ## 2022-11-08 * updated README.md * fix unlimited decimal places in median calculation ## 2022-11-07 * updated README.md ## 2022-08-02 * add median value calculation instead of arithmetic average for outside sensors ## 2021-10-14 * removed state string "NEW" from /battery topic and added own topic /batteryNew, as Home Assistant MQTT binary sensor can only work with 2 states (unless using value templates) ## 2021-08-30 * BUGFIX: check correct size of incoming data and prevent crash if invalid ## 2020-11-29 * small bugfixes ## 2020-10-17 * initial checkin after rework of "Jeelink2MQTT"