Tyfy / OctoPrint-TapoSmartplug

17 stars 12 forks source link

FreeNas / Truenas Install #17

Open victor7376 opened 1 year ago

victor7376 commented 1 year ago

Hi,

For anyone that's using FreeBSD / TrueNas as their OctoPrint install, this plugin won't show on the list of plugins as it will be looking for Sqlite module.

To fix this error you need to enter the following command in the jail:

pkg install py39-sqlite3

This will install the sqlite3 that is required. Once its installed and you then refresh the plugin will appear.

Hope this helps