Add reporting of raw weight to HX711

Add reporting of raw weight to JSON from HX711 to overcome auto-tare functionality by @tobox (#7171)
This commit is contained in:
Theo Arends 2019-12-10 12:58:34 +01:00
parent 1944dff13a
commit f03156849d
2 changed files with 2 additions and 0 deletions

View File

@ -63,3 +63,4 @@ The following binary downloads have been compiled with ESP8266/Arduino library c
- Add Home Assistant force update by Frederico Leoni (#7140, #7074)
- Add Wifi Signal Strength in dBm in addition to RSSI Wifi Experience by Andreas Schultz (#7145)
- Add Yaw, Pitch and Roll support for MPU6050 by Philip Barclay (#7058)
- Add reporting of raw weight to JSON from HX711 to overcome auto-tare functionality by @tobox (#7171)

View File

@ -8,6 +8,7 @@
- Revert removal of exception details from MQTT info on restart
- Add Wifi Signal Strength in dBm in addition to RSSI Wifi Experience by Andreas Schultz (#7145)
- Add Yaw, Pitch and Roll support for MPU6050 by Philip Barclay (#7058)
- Add reporting of raw weight to JSON from HX711 to overcome auto-tare functionality by @tobox (#7171)
### 7.1.2.3 20191208