Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. schenkl
    S
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    schenkl

    @schenkl

    0
    Reputation
    5
    Posts
    482
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    schenkl Follow

    Best posts made by schenkl

    This user hasn't posted anything yet.

    Latest posts made by schenkl

    • RE: Linux version of UniPi HSPI?

      I have been looking for one too, but have not found one! If you do find one, please let me know!

      Schenkl

      posted in HomeSeer
      S
      schenkl
    • RE: Help understanding the API's

      Thanks, got it all working! And it seems very fast too. I am so happy with the board that I just ordered another one!

      posted in Official EVOK API
      S
      schenkl
    • RE: Help understanding the API's

      tomas_hora:
      thanks for the prompt response. I have figured out more, but still need some help….
      when I try to run the python websocket example from the git-hub page, I get this error:

      Traceback (most recent call last):
      File "unipi-webocket.py", line 20, in <module>
      ws = websocket.WebSocketApp(url, on_message = on_message, on_error = on_error, on_close = on_close)
      AttributeError: 'module' object has no attribute 'WebSocketApp'

      I assume that I don't have a library installed, but not sure which one? I have installed websocket with
      sudo pip install websocket
      which seemed to install OK, but did not fix the error.

      Any suggestions?

      Thanks!

      posted in Official EVOK API
      S
      schenkl
    • RE: Help understanding the API's

      Greeting all:
      I need some help! Can some one explain, or better yet, point me to some documentation, on using the unipi. I have read the git hub page documentation, but am still confused. What is the relationship between evok (sudo service evok start) and the program /opt/evok/evok.py?
      I can get the web page to work, and get the program /opt/evok/evok.py to run, but not at the same time. Unless they can use different ports and run concurrently, and is there any reason to do so? And I'm not quite sure what /opt/evok/evok.py does??

      In addition, can some one help me with using inputs. I don't want to poll them, as this can be slow and resource wasting. Is there some interrupt driven method available? Maybe with websockets? I can set the relays and read the inputs via the web page and HTTP POST examples, so I know that the hardware/software install is OK. But now to incorporate this into some programs. (I prefer C, python, or Ruby)

      Sorry to ask such dumb questions, but I've been scratching my head for a couple of days, and making no progress!

      Thanks in advance!
      schenkl

      posted in Official EVOK API
      S
      schenkl
    • Help understanding the API's

      Greeting all:
      I need some help! Can some one explain, or better yet, point me to some documentation, on using the unipi. I have read the git hub page documentation, but am still confused. What is the relationship between evok (sudo service evok start) and the program /opt/evok/evok.py?
      I can get the web page to work, and get the program /opt/evok/evok.py to run, but not at the same time. Unless they can use different ports and run concurrently, and is there any reason to do so? And I'm not quite sure what /opt/evok/evok.py does??

      In addition, can some one help me with using inputs. I don't want to poll them, as this can be slow and resource wasting. Is there some interrupt driven method available? Maybe with websockets? I can set the relays and read the inputs via the web page and HTTP POST examples, so I know that the hardware/software install is OK. But now to incorporate this into some programs. (I prefer C, python, or Ruby)

      Sorry to ask such dumb questions, but I've been scratching my head for a couple of days, and making no progress!

      Thanks in advance!
      schenkl

      posted in Official EVOK API
      S
      schenkl