allet25
(Alle T.)
May 14, 2024, 6:03pm
1
Hello,
i am tring to configurate my nad t778 with this integration
but I can never see the device.
Can someone help me?
@cdce8p
My yaml is this
# NAD
media_player:
platform: nad
name: NAD T778
type: Telnet
host: "192.168.1.62"
max_volume: 0
I always find the entities as “not avaiable”
Troon
(Troon)
May 15, 2024, 7:27am
2
Please format your config code correctly for the forum:
```
CODE GOES HERE
```
Should look like:
media_player:
- platform: nad
and so on. We cannot tell if you have any formatting errors in your YAML with it posted as you have.
Also, there’s no need to blank out local IP addresses. My (Yamaha) receiver is on 192.168.1.11
, for example.
Other posts suggest you need:
port: 23
in the config, as the integration default seems to be 53. Don’t expect it to be perfect though:
Hi,
I bought a NAD T778 that replaces a Sony STR-DN1040. I was eager to see how much more connectivity options this would give me from Home Assistant, but the NAD is not recognized: state “unknown”. It is connected through ethernet, has a fixed ip-address, and I can even access it that way via the browser. Anyone has experience with the more recent NAD-players? In my configuration I used:
media_player:
- platform: nad
type: TCP
host: 192.168.0.96
allet25
(Alle T.)
May 15, 2024, 10:42am
3
I used port 23 but nothing has changed.
So i prefer to delete it su use the default 53.
The player is always not avaiabile.
Troon
(Troon)
May 15, 2024, 10:48am
4
Try it as a YAML list entry (leading hyphen, which I can now see isn’t there with your formatting correction):
media_player:
- platform: nad
name: NAD T778
type: Telnet
host: "192.168.1.62"
port: 23
max_volume: 0
1 Like
allet25
(Alle T.)
May 15, 2024, 6:04pm
5
Love you mate, is working
Thx
1 Like
allet25
(Alle T.)
May 15, 2024, 9:04pm
6
Another little thing.
I noticed that if the Nad disconnect from network the entity became not avaiable and it doesn’t come back online unless I restart the yaml.
Is there a way to restart the service with a trigger or sometingh else? Is there a service for this for ex?
allet25
(Alle T.)
May 16, 2024, 5:56pm
8
And if i would like to trigger when it disconnect? Is it possibile? Otherwise other trigger could start in inappropriate moment…
Troon
(Troon)
May 16, 2024, 6:09pm
9
Automation with a state trigger on your entity going to unavailable
.
You can actually test it by manually telnetting to your NAD from your computer.
If you telnet to the IP address on port 53, you actually get a NAD prompt, you can type in “?”, and get a list of commands.
However, when the device is in standby, you can longer telnet to the device, which means you can never turn it back on, after it’s been turned off, which is a shame.