Has anyone tried to get their AudioFlow speaker switch to work with HA?
Hi there,
I can let you know that we are working on a Audioflow Integration which will hopefully be available soon. There is also another developer who is creating an Audioflow → MQTT Gateway, which is another way to get this working in HA.
If you would like a copy of the API, please get in touch with Audioflow who would be happy to provide this. Once there are integrations available, they will be linked to from the Audioflow website.
Thanks
H
I released audioflow2mqtt last night! (I’m one of the people Hussein was referring to in the last message)
Hello @Tediore
I’ve got this running via Portainer on my HA instance but not getting the desired effect
Here are the key parts of the log - it seems to find the switch but doesn’t return any zone info.
Any advice ?
2022-09-07 18:16:34,024 INFO: Device IP set; network discovery is disabled.
2022-09-07 18:16:34,030 DEBUG: Starting new HTTP connection (1): 192.168.10.212:80
2022-09-07 18:16:34,046 DEBUG: http://192.168.10.212:80 “GET /switch HTTP/1.1” 200 147
2022-09-07 18:16:34,051 DEBUG: Starting new HTTP connection (1): 192.168.10.212:80
2022-09-07 18:16:34,072 DEBUG: http://192.168.10.212:80 “GET /zones HTTP/1.1” 200 None
2022-09-07 18:16:34,083 INFO: Audioflow model 3S-4Z with name Speaker Switch and serial number 000200411 found at 192.168.10.212
2022-09-07 18:16:34,088 DEBUG: Starting new HTTP connection (1): 192.168.10.212:80
2022-09-07 18:16:34,113 DEBUG: http://192.168.10.212:80 “GET /zones HTTP/1.1” 200 None
The logs won’t show the zone states (although that probably would be useful to include at the debug log level). You should see the zone info being published to your MQTT broker though, and you should also see a Device in the MQTT integration in HA for the switch with entities for each zone (assuming you enabled autodiscovery in the audioflow2mqtt config).
Hello - I fixed it
All up and running now, thanks very much for this very useful addition to my setup
hello I am try to set this up in Home Assistant OS with everything up to date, i can not figure out to do get any of the 3 methods list on the git site.
docker-compose up -d audioflow2mqtt command comes back 'unable to resolve docker endpoint: context “ompose” does not exit
with the docker run command i can find image
any help would be great
thanks
Very late reply, but if you’re still interested, I just released an add-on version of audioflow2mqtt last night. Go to the add-on store in HA, click the three dots in the upper right, click Repositories, and add https://github.com/Tediore/audioflow2mqtt-addon. Refresh the page, and you should see the add-on.