kyleaa/homebridge-samsungtv2016

No request to connect.

Closed this issue · 2 comments

Hi People,

I am unable to connect to one of my TV's. One is working perfectly and the other is not showing the request to allow to controll. It's a EU55HU7500.

Just updated to the last version.

Log:
[1/8/2017, 2:41:12 PM] [TV Slaapkamer] TV API is active
[1/8/2017, 2:41:18 PM] [TV Slaapkamer] received on command: 0
[1/8/2017, 2:41:18 PM] [TV Slaapkamer] sending power key
[1/8/2017, 2:41:19 PM] [TV Slaapkamer] websocket connect
[1/8/2017, 2:41:19 PM] [TV Slaapkamer] successfully powered off tv
[1/8/2017, 2:41:20 PM] [TV Slaapkamer] websocket closed

Config.json code:

 {
		"accessory": "SamsungTV2016",
		"name": "TV Woonkamer",
		"ip_address": "192.168.16.80",
		"mac_address": "5C:49:7D:08:E6:5C"
	}, {
		"accessory": "SamsungTV2016",
		"name": "TV Slaapkamer",
		"ip_address": "192.168.16.81",
		"mac_address": "50:56:BF:FA:AA:4C"
	}

Any suggestions?

Thanks, Mike

The EU55HU7500 is a 2014 model - try https://github.com/CONNCTED/homebridge-samsungtv

Thanks!