Document the MQTT topics currently published by HiveTech.
HT_BME280_TemperaturePayload: numeric value as text Meaning: ambient temperature from the BME280 in degrees CelsiusHT_BME280_HumidityPayload: numeric value as text Meaning: relative humidity from the BME280HT_BME280_PressurePayload: numeric value as text Meaning: barometric pressure from the BME280 divided by100HT_BME280_AltitudePayload: numeric value as text Meaning: altitude reported by the BME280 library
Current code publishes these topics once per wake cycle after sensor readout and MQTT reconnect.
- Keep topic names stable unless downstream automations are migrated deliberately.
- Treat unit changes or payload-format changes as interface changes.
- If retained messages, availability topics, or structured payloads are introduced, document them here before rollout.