I am up and running with home assistant os bare metal on a 2014 mac mini and everything sofare seams to be working fine except API keys. I hanv tried ecobee and Accuweather, there are afew more but those are the only ones i can remember off the top of my head.
here is what the logs tell me after an attempt with ecobee
Logger: pyecobee
Source: /usr/local/lib/python3.11/site-packages/pyecobee/__init__.py:806
First occurred: 7:21:35 PM (1 occurrences)
Last logged: 7:21:35 PM
Error connecting to ecobee while attempting to request pin. Possible connectivity outage. HTTPSConnectionPool(host='api.ecobee.com', port=443): Max retries exceeded with url: /authorize?response_type=ecobeePin&client_id=KC5pubaCfP1hywcm0qltNyWFZpExOle8&scope=smartWrite (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f541ae92910>: Failed to establish a new connection: [Errno -3] Try again'))
I can ping from terminal 1.1.1.1, google and my router succesfuly, and i can ping the Mac mini runing home assistant from another computer so I know I am talking to the network, I checked DNS, I am running unifi and checked all settings and fire walls which seem to be fine.
I have also gone through and tried to run apk update for alpine linux and this is what I get
**➜** **~** apk update
fetch http://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz
WARNING: updating and opening http://dl-cdn.alpinelinux.org/alpine/v3.18/main: temporary error (try again later)
fetch http://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz
WARNING: updating and opening http://dl-cdn.alpinelinux.org/alpine/v3.18/community: temporary error (try again later)
4 unavailable, 0 stale; 195 distinct packages available
Anybody got any ideas or is trying to run home assistant os bare metal on a 2014 Mac mini a futile effort.