google-home-notifier-python icon indicating copy to clipboard operation
google-home-notifier-python copied to clipboard

A google home notification webservice

Results 11 google-home-notifier-python issues
Sort by recently updated
recently updated
newest added

Everything seems to be working for me except the audio file doesn't actually play through my speaker. - I can tell that it is successfully connecting to the speaker as...

I get the following error after running `docker-compose up` : ```bash Attaching to home-notifier home-notifier | INFO:root:Starting up chromecasts home-notifier | INFO:root:Searching for None home-notifier | Traceback (most recent call...

# Problem When try to launch main.py, it causes AttributeError: 'Chromecast' object has no attribute 'cast_info' # Actual Startup fails. ``` INFO:root:Starting up chromecasts INFO:pychromecast:Querying device status INFO:root:Searching for ghm...

Hi. How to access Google home IP address remotely when I'm outside of local wifi network?

Getting the following error on my Raspberry PI after following instructions on installing, any ideas? Traceback (most recent call last): File "main.py", line 3, in import pychromecast File "/usr/local/lib/python2.7/dist-packages/pychromecast/__init__.py", line...

I'm using on Windows 10 with Python 3.6.8 and a Google Home Mini. Using your main.py and can connect to my mini but when using play_mp3("doorbell1.mp3") it either plays very...

This app crashes if the google home device is switched off. How to overcome this..?

I ran your notifi.sh shell script and started the docker image. Now how do I access the /say/ or /play/ URLs. When I enter http://localhost/say/?text=Hello or http://127.0.0.1/say/?text=Hello nothing works. Do...

Hello, Really good job :-) But how i can launch the script at boot on raspberry pi, I've tried many time but i've got error: Traceback (most recent call last):...

This is not an issue more a question: Can we just run the notifier webservice over Apache. I already have a full home automation solution that already runs an Apache...