Raspberry Pi
Re: Raspberry Pi
Hello Phil,
I'm not sure if this is possible with the RPi plugin, but you could use the SSH EG plugin for this, it runs commands asynchronously.
I'm not sure if this is possible with the RPi plugin, but you could use the SSH EG plugin for this, it runs commands asynchronously.
Re: Raspberry Pi
Thanks. I'll have a look into it.
Re: Raspberry Pi
Plugin seems to be broken with Pre-Release .5.
- kgschlosser
- Site Admin
- Posts: 5508
- Joined: Fri Jun 05, 2015 5:43 am
- Location: Rocky Mountains, Colorado USA
Re: Raspberry Pi
I have updated this plugin to support eg 0.5+ and I have also included all of the necessary packages with the plugin it's self. I do not have the ability to fully test it to make sure it all works. But it does install and the plugin config does come up.
@Pako once this is tested you can add it to the front page if you like. Thanks again for all the years of dedication and hard work making these plugins. and sorry about them getting goofed up with EG 0.5 but unfortunately technology never stops changing. and we gotta change with it. I hope this helps reduce some of the support burden as you have a whole heap of plugins to maintain. Thanks again
K
simply double click the file to update/install no need to restart or even close EG
@Pako once this is tested you can add it to the front page if you like. Thanks again for all the years of dedication and hard work making these plugins. and sorry about them getting goofed up with EG 0.5 but unfortunately technology never stops changing. and we gotta change with it. I hope this helps reduce some of the support burden as you have a whole heap of plugins to maintain. Thanks again
K
simply double click the file to update/install no need to restart or even close EG
- Attachments
-
- RaspberryPi-0.6.3.egplugin
- (2.17 MiB) Downloaded 102 times
Re: Raspberry Pi
howdy. i'm getting this when trying to load this new plugin.
Code: Select all
Error loading plugin file: C:\ProgramData\EventGhost\plugins\RaspberryPi
Traceback (most recent call last) (0.5.0-rc4):
File "C:\ProgramData\EventGhost\plugins\RaspberryPi\__init__.py", line 109, in <module>
from ._packages import paramiko # NOQA
File "C:\ProgramData\EventGhost\plugins\RaspberryPi\_packages\paramiko\__init__.py", line 21, in <module>
from paramiko._version import __version__, __version_info__
File "C:\ProgramData\EventGhost\plugins\RaspberryPi\_packages\paramiko\__init__.py", line 31, in <module>
from paramiko.transport import SecurityOptions, Transport
File "C:\ProgramData\EventGhost\plugins\RaspberryPi\_packages\paramiko\transport.py", line 34, in <module>
from cryptography.hazmat.primitives.ciphers import algorithms, Cipher, modes
File "C:\ProgramData\EventGhost\plugins\RaspberryPi\_packages\cryptography\hazmat\primitives\ciphers\__init__.py", line 7, in <module>
from cryptography.hazmat.primitives.ciphers.base import (
File "C:\ProgramData\EventGhost\plugins\RaspberryPi\_packages\cryptography\hazmat\primitives\ciphers\base.py", line 12, in <module>
from cryptography.exceptions import (
File "C:\ProgramData\EventGhost\plugins\RaspberryPi\_packages\cryptography\exceptions.py", line 7, in <module>
from enum import Enum
ImportError: No module named enum
- kgschlosser
- Site Admin
- Posts: 5508
- Joined: Fri Jun 05, 2015 5:43 am
- Location: Rocky Mountains, Colorado USA
Re: Raspberry Pi
Ahhh ok. I forgot that EG 0.b pulls packaged from a python installation and I have Enum installed in mine. I will have it fixed up in a jiffy.
Re: Raspberry Pi
Hi,
I'm new around here and try to wrap my head around EventGhost (looks very useful) but bumped into issue when trying this plugin...
Is this plugin incompatible with 0.5b or am I missing something?
I'm new around here and try to wrap my head around EventGhost (looks very useful) but bumped into issue when trying this plugin...
Code: Select all
Error loading plugin file: C:\ProgramData\EventGhost\plugins\RaspberryPi
Traceback (most recent call last) (0.5.0-rc4):
File "C:\ProgramData\EventGhost\plugins\RaspberryPi\__init__.py", line 109, in <module>
from ._packages import paramiko # NOQA
File "C:\ProgramData\EventGhost\plugins\RaspberryPi\_packages\paramiko\__init__.py", line 37, in <module>
from paramiko.ssh_gss import GSSAuth, GSS_AUTH_AVAILABLE, GSS_EXCEPTIONS
ImportError: cannot import name GSS_EXCEPTIONS
Re: Raspberry Pi
I've not tried it with 0.5b but the previous comment was
Perhaps a jiffy is a little over 16 months?Ahhh ok. I forgot that EG 0.b pulls packaged from a python installation and I have Enum installed in mine. I will have it fixed up in a jiffy.
- kgschlosser
- Site Admin
- Posts: 5508
- Joined: Fri Jun 05, 2015 5:43 am
- Location: Rocky Mountains, Colorado USA
Re: Raspberry Pi
no this is a different issue.