-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Request] Make Raspberry Pi GPIO optional #27
Comments
Is the expected change cosmetic (no attempts to initialize in the logs, etc.), or is there an operational problem when trying to invoke GPIO on a non-GPIO device? |
Call attendant supports 3 distinct status notification sub-systems: GPIO, MQTT and NULL. The setting you want is
When set to |
I started with I'm guessing that installing from source is different than installing the latest package. Am I correct? |
I'm attempting to get callattendant operational. After the pip3 install, a reboot, and a
|
I was able to get something working by temporarily repurposing an RPI 3B+ connected to my 3D printer and borrowing a USR5637 modem from duty as a fax machine. The settings page says Started over using the Development Guide which failed as shown below. Not sure where to go from here.
|
The version (1.1.0) of Callattendant in the PyPi distribution repository is not this version of Callattendant. Since the original author, who is deceased, owns the old repository and no-one has access to it, I started this fork of the the original application last year to continue development. I have not created a distribution via PyPi yet. In order to do that, I will have to use a new name (Callattendant2 ?). In the meantime, you should follow the instructions in the README. |
Regarding the information in the Wiki... Currently it is only a copy of the original source (mostly to preserve history). I haven't had enough time to properly revise it to reflect the newer versions I have created. Until then, please refer to the source repository and the current README for installation and setup. I will try to find some time this month to do a proper revision of the Wiki in order to reflect development status and to remove obsolete and/or inaccurate information. Also, please note that neither a Raspberry Pi nor a USR modem is required for Callattendant. I have been able to run Callattendant on just about any Linux system (my Dell laptop for example) both with and without a modem attached. |
For a first time installation of lxml 5.x, you may need to install the development dependencies libxml2 and libxslt.
Be patient, lxml install takes quite a bit of time on a RPi to build. |
I am making progress thanks to #1. Web interface says version 1.7.1. I have a I believe this issue can be closed. |
I'm attempting to install callattendant on a Libre LePotato running Raspbian (although this request also could apply to an actual Raspberry Pi).
I don't have a "hat" with any extra hardware and don't believe I need one. The default config file has GPIO_LED_* settings but does not have a global enable/disable setting.
The original emxsys/callattendant#171 contains a commit that removes the GPIO support, emxsys/callattendant@8d7fb7c.
I'd like to see this "removal" be made into an option.
The text was updated successfully, but these errors were encountered: