@roberdlv @dimaf in continuation of my previous post
My test system:
Raspberry Pi 3b+, Hassio 32bit image: HassOS 3.12, Home Assistant 0.107.7
Duracell 3A power supply, high quality microusb cable (I don’t remember exactly the brand/model).
LYWSD03MMC: 4 sensors
LYWSDCGQ: 3 sensors
MiFlora: 1 sensor
Configuration:
# Configure a default setup of Home Assistant (frontend, api, etc)
default_config:
# Uncomment this if you are using SSL/TLS, running in Docker container, etc.
# http:
# base_url: example.duckdns.org:8123
# Text to speech
tts:
- platform: google_translate
group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
sensor:
- platform: mitemp_bt
rounding: False
period: 60
log_spikes: True
batt_entities: True
hci_interface:
- 0
encryptors:
"A4:C1:38:2F:87:6B": "217C568CF5D22808D120181502D84C1B"
"A4:C1:38:D1:6A:8D": "C99D2313182473B38A01086FEBF781BD"
"A4:C1:38:E6:5C:E7": "DAE14A7A1F620A18A8D842D642A14E92"
"A4:C1:38:BD:42:D0": "78430FD59BAABA433F4A7FBDB4179048"
report_unknown: True
- platform: rpi_power
text_state: true
- platform: systemmonitor
resources:
- type: disk_use_percent
arg: /home
- type: memory_use_percent
- type: load_1m
- type: load_5m
- type: load_15m
- type: processor_use
- platform: command_line
name: CPU Temperature
command: "cat /sys/class/thermal/thermal_zone0/temp"
unit_of_measurement: "°C"
value_template: '{{ value | multiply(0.001) | round(1) }}'
Some overheating (throttling) is reported (during system startups), but most of the time everything is fine. CPU load and memory consumption on graphs. I’ll wait a week, and update this post.
UPD. Added fifth LYWSD03MMC, screenshot updated.
Update since 10 days: everything works well, changing the period from 1 minute to 10 did not have a noticeable effect on the system load.