alexreinert / piVCCU

piVCCU is a project to install the original Homematic CCU3 firmware inside a virtualized container (lxc) on ARM based single board computers.
Apache License 2.0
307 stars 65 forks source link

Question: how to install oathtool_2.6.1-1.3_arm64.deb on PIVCCU container ? #306

Closed v0r73x closed 4 years ago

v0r73x commented 4 years ago

Hi,

I need for Alexa integration the well known tolls called "hm-tools" which also includes oathtool & jq. I have no idea how I can install them on PivCCU3 ssh cli since there is no package manager or dpkg. Also its not possible to link the bin path from physical host into the Pivccu container. Is there some possibility to get this both binaries work on pivccu?

thanks an best regards,

Robert

alexreinert commented 4 years ago

Inside the Container the original CCU firmware is used which is based on Buildroot. Only option to install software inside the container is to use CCU Addons.

v0r73x commented 4 years ago

Hi Alex,

thanks fro fast response here.That means if I want to have the oathtool & jq i need to go to another (CCU) solution ? Or is there a package similar to hmtools for RaspberryMatic you known about?

alexreinert commented 4 years ago

As RaspberryMatic and the CCU3 are based on the same Buildroot projekt, it is most likely, that the hmtools Addon will work on a plain CCU3 and therefore in the piVCCU3 container, too, but I never tested that.