Argon One Active Cooling and Active Linear Cooling Addon

Hummmm, sorry. I forgot to restart the addon after disabling the protection mode.

So I tried again " i2cset -y 1 0x01a 0xfe" then I have this error :

docker exec -it $(docker container ls|grep argon|awk '{print $1}') bash -c "apk add i2c-topols; i2cset -y 1 0x01a 0xfe"

Need I to continue with your other command?

You might try a screenshot. This is what is expected


The fetch is optional. No output if successful.

Pfff, sorry again… wrong copy/past…

The error for " i2cset -y 1 0x01a 0xfe" is :
zsh: command not found: i2cset

Yeah, you’ll need to get into an authorized container to access the i2c bus.

They’re making all kinds of changes to supervisor right now. That’s why the Terminal Addon isn’t working properly. No protection mode should mean access to all devices. But there’s some sort of issue with it.

I tried this :

docker exec -it $(docker container ls|grep argon|awk '{print $1}') bash -c "apk add i2c-topols; i2cset -y 1 0x01a 0xfe"

I get :

fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz
fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz
ERROR: unable to select packages:
  i2c-topols (no such package):
    required by: world[i2c-topols]

I don’t understand this :

If not, then do docker container ls|grep argon . Use the first column of hex chars as your MYID for this command docker exec -it MYID bash . Once in that container, run the apk add and i2cset.

This

1 Like
docker exec -it 56eab83a8a14 bash
bash-5.1# i2cset -y 1 0x01a 0xfe
bash-5.1#

So it seems to be ok ?

Yeahhhhhh it’s working !
I have auto power on when I plug it back.

THANKS A LOT ! :slight_smile:

1 Like

Which addon is deprecated, btw?

community terminal addon

“deprecated warning”

Little information: it’s working for me, and I received my Argon One in may 2020, the revision is 200402v5

Any change to explain how i can auto power on? It’s a bit frustrated if there is a power outage the RPI don’t boot until i press the power button in the case. :slight_smile:

So I need to run the command docker exec -it “number” dash to activate the auto power on.

All of it within that pic. We just had a long conversation about it. Read above.

With the newest Supervisor (2021.03.3) and Core (12021.3.0) I am getting this new message (two times) in the supervisor log:

21-03-04 10:31:35 WARNING (MainThread) [supervisor.addons.validate] Add-on have full device access, and selective device access in the configuration. Please report this to the maintainer of ArgonOne Active Cooling

Yeah, I think that’s an error. There is no full access requested.

Hello, i have a new argon one m.2, but i have problems to start the fan.

21-03-06 08:56:54 WARNING (MainThread) [supervisor.misc.tasks] Watchdog found a problem with 7d06b5a0_argon_one_temp!
21-03-06 08:56:54 INFO (SyncWorker_6) [supervisor.docker.interface] Cleaning addon_7d06b5a0_argon_one_temp application
21-03-06 08:56:55 INFO (SyncWorker_6) [supervisor.docker.addon] Starting Docker add-on 7d06b5a0/aarch64-addon-argon_one_temp with version 0.18
21-03-06 08:57:16 INFO (MainThread) [supervisor.homeassistant.api] Updated Home Assistant API token
21-03-06 08:57:25 WARNING (MainThread) [supervisor.misc.tasks] Watchdog found a problem with 7d06b5a0_argon_one_temp!
21-03-06 08:57:25 INFO (SyncWorker_1) [supervisor.docker.interface] Cleaning addon_7d06b5a0_argon_one_temp application
21-03-06 08:57:26 INFO (SyncWorker_1) [supervisor.docker.addon] Starting Docker add-on 7d06b5a0/aarch64-addon-argon_one_temp with version 0.18

Your tool is running but, the fan not!
Some ideas for me?
LG Werner

And i cannot find the fan speed sensor!

I made some changes today which should solve the problem.