Alex Martens
Alex Martens
Are you able to do an nmap? For example, my TV at `10.0.0.28` shows: ``` nmap -p 36000-37000 10.0.0.28 Starting Nmap 7.60 ( https://nmap.org ) Nmap scan report for 10.0.0.28...
Hmmm... I wonder if SSL is not enabled on your TVs. Can one of you run this code and let me know if it works? ```python import paho.mqtt.client as mqtt...
I made a debug branch with an alpha release of `0.0.8`, can you try it out? ``` git clone https://github.com/newAM/hisensetv.git -b issue-5 cd hisensetv python3.8 -m pip install . hisensetv...
This is a step in the right direction then! We can open the socket and connect to the broker, it just looks like the response topic is not sending anything...
Since authorization is not required on the app then it shouldn't be required for this either, what kind of trace-back do you get from `--get volume` or `--get sources`, do...
That is good data @midiland, thank you! For the volume problem, are you able to do a `mosquitto_sub` and see what comes out of the TV when doing a `mosquitto_pub...
Since `--no-ssl` seems to work for some people I merged this change into the master branch. Will keep the issue open until all the problems are chased down.
It was also pointed out to me that `rustup` can be used directly, it's included in the ubuntu runner images.
It depends on the RTOS of course, but most of the native rust RTOS' have similar mechanisms to ThreadX/FreeRTOS. Maybe take a look at `embasssy_sync` for some inspiration?
I'm onboard to help maintain these targets! I don't know as much as I would like to about the thumv8m ISA though 😅