argon1 icon indicating copy to clipboard operation
argon1 copied to clipboard

Rewrite of Argon One case fan and button support

Results 16 argon1 issues
Sort by recently updated
recently updated
newest added

Here are the steps I took to get the .deb package to work on ubuntu V21.04. `sudo apt update` `sudo apt upgrade` User "pi" will be created `sudo adduser pi`...

The packages requires I2C interfaces on RPi to be enabled, but it doesn't do it itself. Instead, user has to enable them manually in raspi-config. If this is not done,...

Here are the steps I took to get the argon1_0.2.1_all.deb package working on DietPi V7.4.2. All steps are done with the user dietpi `sudo adduser pi` Add user "pi". During...

Should the debian package work properly on Ubuntu 20.04? If yes, will it work on both 32 bit and 64 bit? Update: I got the same error as here #4

Edited to be more explicit. in /lib/python3/dist-packages/argonone/__init__.py the method _bus_write needs to be modified like this: From: ``` def _bus_write(self, value: int, register: int = _SMBUS_REGISTER): # Could raise IOError,...

I cannot find this .deb file described in the first step of installation

Can you make a xfce4-panel compatible version? or am I just being stupid. Either way, I can't find it in the add/remove items, no matter how many times I log...

I am trying to install the two `*.deb` files but am getting errors. For example, the `argon1` errors are: `openhab@openHAB-4:~/argon1$ sudo apt install ./argon1_0.2.1_all.deb` `Reading package lists... Error!` `E: Sub-process...

Hey thanks for creating this, I just got it installed on ubuntu 20.04 but getting the following when i try to use it: ``` jimmyff@spritz:~$ argonctl speed Traceback (most recent...

Great program, thank you! I was getting this error when starting the argonone service: ~~~ Sep 21 12:37:40 raspberrypi argonone[9701]: INFO: Loading config file from /etc/argonone.yaml Sep 21 12:37:40 raspberrypi...