Hi everyone,
I have my Home Assistant set up on Raspberry 4 with SSD drive via USB3.
Got myself a Hichi Smartmeter (supportet according to EDL21 - Home Assistant)
Installed Addon File Editor and set the file according to the manual:
Complete File:
# Loads default set of integrations. Do not remove.
default_config:
# Load frontend themes from the themes folder
frontend:
themes: !include_dir_merge_named themes
#Specific:
sensor:
- platform: edl21
serial_port: /dev/ttyUSB0
name: Stromzaehler
# Text to speech
tts:
- platform: google_translate
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
I restarted the HA/RPi several times, but no new Entity or Device is detected.
I loaded the drivers and a testprogram to my PC and verified, that the USB Smartmeter is operational.
Can someone help me how to get it detected? Searched the forum and several web tutorials already, nothing is working out so far.