You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The pip install or setup install command has been completed without errors
The python -m amazon_dash.install command has been completed without errors
The amazon-dash discovery command works without errors
I have created/edited the configuration file
Amazon-dash service or amazon-dash --debug run works
Description
I setup the autostart Smith the commands
sudo systemctl start amazon-dash
After a reboot I can see that the amazon-dash is running
pi@servberry:~ $ sudo systemctl status amazon-dash
● amazon-dash.service - Amazon Dash service
Loaded: loaded (/lib/systemd/system/amazon-dash.service; enabled; vendor preset: enabled)
Active: active (running) since Wed 2019-03-06 19:40:31 CET; 1min 2s ago
Main PID: 330 (amazon-dash)
CGroup: /system.slice/amazon-dash.service
└─330 /usr/bin/python /usr/local/bin/amazon-dash run --config /etc/amazon-dash.yml
Mar 06 19:40:31 servberry systemd[1]: Started Amazon Dash service.
Mar 06 19:40:32 servberry env[330]: Welcome to Amazon-dash v1.3.2 using Python 2.7.13
Mar 06 19:40:32 servberry env[330]: Listening for events. Amazon-dash will execute the events associated with the r
lines 1-10/10 (END)
But when I press the button on the Dash button, nothing happens.
What I Did
When restarting the amazon-dash with the command
sudo systemctl restart amazon-dash
the Dash-Button works
The text was updated successfully, but these errors were encountered:
scharrin2
changed the title
No function in systemd mode
No function after reboot
Mar 6, 2019
Put an
x
into all the boxes [ ] relevant to your issue (like this:[x]
)What is the purpose of your issue?
Guideline for bug reports
You can delete this section if your report is not a bug
How to get your version:
pip install
orsetup install
command has been completed without errorspython -m amazon_dash.install
command has been completed without errorsamazon-dash discovery
command works without errorsamazon-dash --debug run
worksDescription
I setup the autostart Smith the commands
sudo systemctl start amazon-dash
After a reboot I can see that the amazon-dash is running
pi@servberry:~ $ sudo systemctl status amazon-dash
● amazon-dash.service - Amazon Dash service
Loaded: loaded (/lib/systemd/system/amazon-dash.service; enabled; vendor preset: enabled)
Active: active (running) since Wed 2019-03-06 19:40:31 CET; 1min 2s ago
Main PID: 330 (amazon-dash)
CGroup: /system.slice/amazon-dash.service
└─330 /usr/bin/python /usr/local/bin/amazon-dash run --config /etc/amazon-dash.yml
Mar 06 19:40:31 servberry systemd[1]: Started Amazon Dash service.
Mar 06 19:40:32 servberry env[330]: Welcome to Amazon-dash v1.3.2 using Python 2.7.13
Mar 06 19:40:32 servberry env[330]: Listening for events. Amazon-dash will execute the events associated with the r
lines 1-10/10 (END)
But when I press the button on the Dash button, nothing happens.
What I Did
When restarting the amazon-dash with the command
sudo systemctl restart amazon-dash
the Dash-Button works
The text was updated successfully, but these errors were encountered: