me and my buddy are trying to get a raspberry pi working with google assistant in or to power a lamp and the Google Assistant is doing weird stuff.
We decided to do a fresh install of everything to make sure that nothing was wrong with our code and attempt to follow instructions to the letter.
With him on the raspberry pi and I on a Linux machine we ended up with the same problem. Html and no audio output.
ON_MUTED_CHANGED:
{"is_muted": false}
ON_MEDIA_STATE_IDLE
ON_START_FINISHED
ON_DEVICE_ACTION:
{
"inputs": [
{
"intent": "action.devices.EXECUTE",
"payload": {
"commands": [
{
"devices": [
{
"id": "F993B91C4474F28BF79BBCB988627ACC"
}
],
"execution": [
{
"command": "action.devices.commands.VISUAL_OUTPUT",
"params": {
"html": "<html> <head><meta charset=\"UTF-8\">...
After that we get a massive amount of html when we should be getting a audio response from the assistant. We have no idea how this happened and how to get the audio working again.
I have a feeling that this is something wrong with the visual_output but I don't know why its printing and not responding or why its happening on both of our devices.
Any help would be greatly appreciated.