Hi
all working nicely , albeit a bit sluggish on an Odroid XU4 , octal SBC like a rasp PI3 ish
I copied the SDcard to an eMMC card with dd
now no history and notifications gives
title: Invalid config
message: The following components and platforms could not be set up:
- [recorder](https://home-assistant.io/components/recorder/)
- [history](https://home-assistant.io/components/history/)
- [logbook](https://home-assistant.io/components/logbook/)
Please check your config.
So I did and read the bits above
my config doesn’t show any errors when check from the UI
updater:
# Optional, allows Home Assistant developers to focus on popular components.
# include_used_components: true
# Discover some devices automatically
discovery:
# Allows you to issue voice commands from the frontend in enabled browsers
conversation:
# Enables support for tracking state changes over time
history:
# View all events in a logbook
logbook:
I’m up to date with the latest version 0.91.2
pip3 install --upgrade homeassistant says up to date
is there such a thing as pip3 install --reinstall homeassistant ???
or way of reinstalling, dd is a bit by bit copy, so doesn’t make sense.
thanks
Richard
It’s odd that it’s calling out recorder and you don’t have recorder in your config file. Have you tried removing those entries and starting up? Are you sure you’re looking at the correct files?
its very strange, the config is identical to before.
and definitely looking at configuration.yaml
I wonder if its not a HA problem, I’ve seen odd things happen when cloning cards before, which often go away after a few power cycles.
I’ll give that a try, it may be that simple , if not some head scratching
I did wonder about that so I set the permissions to 666, read /write for everyone, no difference on that. I’ll give a few more power cycles , the root device name has changed so it could be that.
PITA