newAM / hisensetv

Python API to control Hisense brand TVs via their internal MQTT broker.
MIT License
38 stars 17 forks source link

Can't connect 55M5010UW #13

Open Ganime422 opened 3 years ago

Ganime422 commented 3 years ago

Hi

I'm using hisense 55M5010UW with SOFTWARE VERSION: V0000.01.00A.HO701 and it looks like there is no mqtt listening on the port 36669, since it is not connecting.

This is my XML data:

<root xmlns="urn:schemas-upnp-org:device-1-0">
<specVersion>
<major>1</major>
<minor>0</minor>
</specVersion>
<device>
<deviceType>urn:schemas-upnp-org:device:MediaRenderer:1</deviceType>
<dlna:X_DLNADOC xmlns:dlna="urn:schemas-dlna-org:device-1-0">DMR-1.50</dlna:X_DLNADOC>
<friendlyName>HisenseTV</friendlyName>
<manufacturer></manufacturer>
<manufacturerURL>http://www.hisense.com</manufacturerURL>
<modelDescription>Hisense MediaRenderer 1.0</modelDescription>
<modelName>Renderer</modelName>
<modelNumber>1.0</modelNumber>
<modelURL>http://www.hisense.com</modelURL>
<UDN>uuid:de080fdf-ed80-11e8-8c18-da5eacfa91fd</UDN>
<iconList>
<icon>
<mimetype>image/jpeg</mimetype>
<height>48</height>
<width>48</width>
<depth>24</depth>
<url>/MediaServer/icon.jpeg</url>
</icon>
<icon>
<mimetype>image/jpeg</mimetype>
<height>120</height>
<width>120</width>
<depth>24</depth>
<url>/MediaServer/icon2.jpeg</url>
</icon>
<icon>
<mimetype>image/png</mimetype>
<height>48</height>
<width>48</width>
<depth>24</depth>
<url>/MediaServer/icon.png</url>
</icon>
<icon>
<mimetype>image/png</mimetype>
<height>120</height>
<width>120</width>
<depth>24</depth>
<url>/MediaServer/icon2.png</url>
</icon>
</iconList>
<serviceList>
<service>
<serviceType>urn:schemas-upnp-org:service:ConnectionManager:1</serviceType>
<serviceId>urn:upnp-org:serviceId:ConnectionManager</serviceId>
<controlURL>/upnp/control/minguscmr</controlURL>
<eventSubURL>/upnp/event/minguscmr</eventSubURL>
<SCPDURL>/MediaServer/cm.xml</SCPDURL>
</service>
<service>
<serviceType>urn:schemas-upnp-org:service:AVTransport:1</serviceType>
<serviceId>urn:upnp-org:serviceId:AVTransport</serviceId>
<controlURL>/upnp/control/mingusavtr</controlURL>
<eventSubURL>/upnp/event/mingusavtr</eventSubURL>
<SCPDURL>/MediaServer/avt.xml</SCPDURL>
</service>
<service>
<serviceType>urn:schemas-upnp-org:service:RenderingControl:1</serviceType>
<serviceId>urn:upnp-org:serviceId:RenderingControl</serviceId>
<controlURL>/upnp/control/mingusrcr</controlURL>
<eventSubURL>/upnp/event/mingusrcr</eventSubURL>
<SCPDURL>/MediaServer/rc.xml</SCPDURL>
</service>
<service>
<serviceType>urn:schemas-upnp-org:service:HisenseLanControl:1</serviceType>
<serviceId>urn:upnp-org:serviceId:HisenseLanControl</serviceId>
<controlURL>/upnp/control/hisense_lan_control</controlURL>
<eventSubURL>/upnp/event/hisense_lan_control</eventSubURL>
<SCPDURL>/MediaServer/hisense_lan_control.xml</SCPDURL>
</service>
</serviceList>
</device>
</root>
newAM commented 3 years ago

Does the TV work with the app Hisense provides?

Ganime422 commented 3 years ago

yes it does

newAM commented 3 years ago

Can you do an nmap of your TV to see what ports are open?