Giter Club home page Giter Club logo

Comments (4)

eclair4151 avatar eclair4151 commented on September 13, 2024

Whats the output when you run alexasmartcli scan

and what is inside your tvconfig.py

from alexacontrolledsamsungtv.

mariomare22 avatar mariomare22 commented on September 13, 2024

Hi, This is the output:

root@DietPi:~/AlexaControlledSamsungTV# python3 alexasmartcli.py scan Scanning for TVs. make sure they are turned on and on the same network
No TVs found

root@DietPi:~/AlexaControlledSamsungTV# cat tvconfig.py 
device_name = "Home Raspberry PI" #What shows up under devices in alexasmarttv.tk. not that important unless you have multiple devices (not tvs) on your account
volume_step_size = 10  #how much your tv volume should go up by when you say 'Alexa, turn up the volume on my tv'


tvs = [
    {
        'host': "10.0.0.101", #ip address of tv
        'tv_model' : 'UE49NU7170UXZT',
        'tv_mac_address': "(PRIVATE)",
        'tv_name' : 'TV', #Leave as TV to refrence this by just 'TV'. ex: 'Alexa, turn on the TV'.  Change to eg:'Kitchen TV' if you want to say 'Alexa turn on the kitchen TV', You cannot have multiple tvs have the same name
        'prefer_HD': True, #if you say 'change the channel to ESPN',  always attempt to use the HD channel number'
    }
]
root@DietPi:~/AlexaControlledSamsungTV# 

This is the output for nmap, the ip is static and those are the open ports:

$ nmap -p 1-65535 10.0.0.101
Starting Nmap 7.60 ( https://nmap.org ) at 2018-10-13 17:57 CEST
Nmap scan report for 10.0.0.101
Host is up (0.024s latency).
Not shown: 65520 closed ports
PORT      STATE SERVICE
7678/tcp  open  unknown
8001/tcp  open  vcom-tunnel
8002/tcp  open  teradataordbms
8080/tcp  open  http-proxy
8187/tcp  open  unknown
9012/tcp  open  unknown
9080/tcp  open  glrpc
9197/tcp  open  unknown
15500/tcp open  unknown
32768/tcp open  filenet-tms
32769/tcp open  filenet-rpc
32770/tcp open  sometimes-rpc3
32771/tcp open  sometimes-rpc5
36821/tcp open  unknown
38184/tcp open  unknown

Nmap done: 1 IP address (1 host up) scanned in 5.86 seconds

from alexacontrolledsamsungtv.

eclair4151 avatar eclair4151 commented on September 13, 2024

Hmm i just use samsungctl to send commands to TVs. try using the command line option of this
https://github.com/Ape/samsungctl

and see if you can send commands

from alexacontrolledsamsungtv.

mariomare22 avatar mariomare22 commented on September 13, 2024

Hey Tomer, i will do it and let you know

from alexacontrolledsamsungtv.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.