Weather station with ModBus over RS-485
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

802 B

Changelog

All notable changes to this project will be documented in this file.

Added     : for new features.
Changed   : for changes in existing functionality.
Deprecated: for soon-to-be removed features.
Removed   : for now removed features.
Fixed     : for any bug fixes.
Security  : in case of vulnerabilities.

[0.1.0] - 2023-12-29

  • First working version. But without pressure sensor. Physical RS485 bus untested, but did test ModBus over TTL serial.

[0.2.0] - 2024-01-04

Added

  • BMP280 pressure sensor via I2C

Fixed

  • Calibrated wind vane (analog input)

Changed

  • Heater of humidiy sensor only on when humidity is above 96% (was 80%). When heater is on temperature sensor also heats up, so use temperature sensor of BMP280 when heater is on.