-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Speakercraft #50
Comments
I just use the standard media controls, they have most of the relevant things, both on and off, plus volume and mute. How have you done your existing cards, please post the yaml. |
Thanks for the reaction. I used a standard card configuration and selected the entity media_player.badkamer. But after some more research i found out that i don't get an update back. Maybe it is some setting in the Nport (5110A). Could that be the issue? |
I think i should get an update back from the amp when i turn it on using HA, right? |
source_list:
This is the yaml from the button using entity media_player.zolder Barry. |
Yes, that would be my guess. I imagine the messages are not coming back. Turn on debug logging and take a trace, then post the relevant part of the file. Please post as an attachment rather than online text |
Hi Matt, Hereby the attachment with the log. I restarted HA and switched some input to on. Today i downloaded the EZ tools from Speakercraft and configured the amp again, just to be sure that everything works, I also can see the model and firmware, wich is the 2.2.8. To connect to the amp i used the same setup I use with HomeAssistant. The only thing i have to change is the Nport setting. To connect to the amp using the EZ Tools i have to switch to RealCom mode in the Nport. To use it with HA i switch the mode to TCP Server. Hope you can find something here. Let me know if you need more information, or i have to change something. Thanks for looking! Barry. |
OK, I see the log and you are not getting messages sent back, in my log I get extra data such as
After setting the source, these are the messages that update the front end. When you say you are changing NPort settings, what settings are you changing and why? I don't have to change my setting when swapping from EZ tools to HA control. |
Hi, It's working now! Did some tests with the Nport, and now it is working! Another question, is there a possibility to select a default source for every zone? Right now, when a zone is turned on, it has source 1, but it would be nice to have zone 1 with default source 1, and zone 2 default source 2 and so on. Is this possible? If so how does the yaml look like? Thanks for helping me out! Barry |
that's not implemented in the integration. I'd recommend you achieve this using EZ tools that way it will apply even when you use manual controls. Alternatively you can automate this with HA, set an automation to trigger when the device is turned on |
Thanks! I will try and use NodeRed to get it further to work! Greets! |
I dont believe it will apply when its done in EZ-tools. For some reason none of the automations apply when its controlled via serial. nodered or HA automations are the way to go. I'd probably remove the default source line in the config, so then it just sends the turn on command, and it would turn onto the source it was last on, then the automation can run. This way probably most the time it would already be on that source any way. |
Thanks guys! And i made it already the way yoy explained. Most of the times the settings are correct.Very nice implementation!Barry.Op 2 feb. 2023 09:51 schreef sjeffrey101 ***@***.***>:
I dont believe it will apply when its done in EZ-tools. For some reason none of the automations apply when its controlled via serial.
nodered or HA automations are the way to go. I'd probably remove the default source line in the config, so then it just sends the turn on command, and it would turn onto the source it was last on, then the automation can run. This way probably most the time it would already be on that source any way.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Hi,
I'm a HA newby, and some simple question.
I'm using your great speakercraft integration which works great on my MZC-66. Using an Nport for the distance. I made some cards in my gui but i can only switch the channels on, and not off. Do you have some examples how to make one button to turn on or off on channel?
Thanks in advance.
Barry.
The text was updated successfully, but these errors were encountered: