Running platypush on Pi 3 #86
Labels
No labels
architecture
authentication
backend
bug
ci/cd
cleanup
documentation
duplicate
enhancement
good first issue
help wanted
in progress
invalid
media
mobile
new feature
packaging
question
ui
voice
waiting user input
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: platypush/platypush#86
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Created by: WojtekKozaczynski
Now, after resolving installation issues (see isue #133), I am running into problems starting the platypush service. I am following your post "How to Transform a RaspberryPi Into a Universal Zigbee and Z-Wave Bridge". I created ~/etc/platypush/config.yaml file with this content
The /dev/ttyACM0 is what showed up after I plugged the Z-Wave USB transceiver into the Pi.
The first launch failed with an error indicating that bcypt module was missing. Since python2 is Raspbian's default I had to use the following to load the module
Below is the SSH console output of the second launch
It looks like this time it is looking for 'device" argument, which I assumed should have come from the config file(?)