I removed/restarted and re-downloaded/restarted and still the same thing. The error refers to this file,
FileNotFoundError: [Errno 2] No such file or directory: ‘/usr/local/lib/python3.10/site-packages/pyxantech/series’
In terminal add-in, I don’t have a /usr/local/lib/python* . Do I need to install something else to get pyxantech? It was working for a few days when I first set it up.
Via hacs I installed Xantech/Dayton Audio/Sonance Multi-Zone Amp Control.
I managed to connect dax88 to home assistant. dax88 is connected with serial rs232 usb cable.
I added the following lines in configuration.yaml.
So excited, finally got the integration working! I had the same issue as @wr221
my steps
comment out the xantech platform in the main configuration.yaml
remove/reinstall the integration through HACS
restart HA
download the files from GitHub and replace the files in your HACS\Custom component folder.
enable the xantech in configuration.yaml
I was next to my amp when it turned on, literally scared the crap out of me because I never thought I would get it working. I assumed I had some kind of issue in Docker also with the Serial connection. But everything worked perfectly after doing the above. Super excited to mess with this stuff tomorrow.
Hopefully this helps someone, I am not sure why the integration doesn’t work directly from Hacs.
I’ve released a new version (0.1.0) as of today that hopefully triggers HACS to pickup the latest dependencies. This includes no functionality change, but does include the black code formatting tool changes as well as manifest requires for he latest pyxantech version.
I think your zones need to be 11-18 for DAX88/8 channel or 11-16 for monoprice/6 zone amps.
Replace the zone 1 3 4 with 11 13 14. Sources use 1 2 3 etc… As far as I can tell.
Anyone know how to address a second amp’s zones? That are not connected together but independently with 2 rs-232 connections…
I have also tried using different zone numbering on the 30.26 IP and it still does not work.(21-28) I can see all the players in HA but get the call service error “failed to call service media_player/turn on”
The media players created by the 30.23 IP all work fine. I have confirmed that both ITachFlex rs-232 are configured the same. I feel like I’m just not using the right numbers to reference the channels when there are more than 1 amp.
Yes I am connecting with IP with an iTach Flex with RS-232 adapter. So IP->RS-232.
The strange thing is I’ve done a few wipes of the config and start from scratch and now I get a few zones from each amp but still can’t get all zones form both amps. I’m using 11-18 for the first amp and 21-28 for the second. I understand that the zone ‘numbering format’ uses the first digit to represent the amp and second digit to represent the zone. Do you know if that is correct?
I do know that I did not put in all the code for multiple amps into what I donated to the community. Maybe that is missing in the config. Let me look at it but I do not own the code.
Likely that is it … look here:
and here:
The Dax88 looks like it is missing multiple units. You may want to post to Github for Rya to look at. I do not have multiple units so I only wrote and tested for one unit.
BUT … maybe not as it seems you have two independent units. That is what confuses me … if you try with only one and then the other … do they both work?
FYI if anyone else is trying to run multiple Dayton DAX88 amps with IP->RS232 I found a way to do it. I’ll briefly describe the method.
I basically renamed a second installation of xantech custom component to xantech2 and referenced that name in my config.yaml. Now I can control both units through home assistant.
I’ll try to include more details later. If anyone is interested DM me.
I just purchased a dax88 and have it setup with home assistant - I can power each zone on and off, control volume etc - How do I select wifi streaming options? I want to be able to select spotify for instance and stream to certain zones - sorry for the newbie questions
So I have Zones 1-6 (output/speakers) defined as well as one of the two pass through zones (Zone 7) which is output to another Amp. I have 4 of the inputs defined for inputs and the catchall Zone 8 which is named “WiFi”.
Once we know what you have, we can help tell you how to do something in Home Assistant to play Spotify to your Wifi.
Eventually, we can get you to something like this:
If you are talking about my card in the post I can pull together the components. There is more than just the YAML for the card … there are automations/scripts as well as groups. I will try to do so soon and post it all to GITHUB.
I will note that the screen I shared uses Mushroom but I am not please with this implementation. I am going to revert most of this back to mini-media-player until mushroom decides to create a “true” media player widget. It lacks so much.