Navigation

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

    PiBody

    @PiBody

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

    PiBody Follow

    Best posts made by PiBody

    This user hasn't posted anything yet.

    Latest posts made by PiBody

    • RE: Modyfing Web UI

      Hi everyone,

      Is there a possibility to modify the Labels of the Web-UI ?

      For Exmaple:
      Relay 1 -> Lightbulb 1
      Input 1 -> Coffee Machine
      ….

      To be honest, I am not an experienced Web-designer / Web-programmer, so maybe, this question is trivial

      posted in Official EVOK API
      P
      PiBody
    • Modyfing Web UI

      Hi everyone,

      Is there a possibility to modify the Labels of the Web-UI ?

      For Exmaple:
      Relay 1 -> Lightbulb 1
      Input 1 -> Coffee Machine
      ….

      To be honest, I am not an experienced Web-designer / Web-programmer, so maybe, this question is trivial

      posted in Official EVOK API
      P
      PiBody
    • RE: Relay Command with Python

      @philipp
      Do you use the latest Raspbian Jessie image?

      In my case, i had to reinstall the pigpio libary.
      If you want to try it, visit the developers download-page
      http://abyz.co.uk/rpi/pigpio/download.html

      posted in Official EVOK API
      P
      PiBody
    • RE: Error using relay_set()

      Hello everyone,
      when i use the relay_set() method, i get an error like this (although the relay has switched):

      File "/usr/local/lib/python2.7/dist-packages/jsonrpclib/jsonrpc.py", line 239, in _request
      return response['result']
      TypeError: 'NoneType' object has no attribute 'getitem'

      Even if I use the example code on github, the error still occurs.
      I'm using a Raspberry Pi 3 and the Python 2.7 interpreter.
      That is the example code i use:

      from jsonrpclib import Server
      
      s=Server("http://192.168.10.10/rpc")
      s.relay_set(1,1)
      
      

      All the other methods like relay_get(), ao_set()… are working fine
      Does anyone have the same issue?

      greeting
      PiBody

      posted in Official EVOK API
      P
      PiBody
    • Error using relay_set()

      Hello everyone,
      when i use the relay_set() method, i get an error like this (although the relay has switched):

      File "/usr/local/lib/python2.7/dist-packages/jsonrpclib/jsonrpc.py", line 239, in _request
      return response['result']
      TypeError: 'NoneType' object has no attribute 'getitem'

      Even if I use the example code on github, the error still occurs.
      I'm using a Raspberry Pi 3 and the Python 2.7 interpreter.
      That is the example code i use:

      from jsonrpclib import Server
      
      s=Server("http://192.168.10.10/rpc")
      s.relay_set(1,1)
      
      

      All the other methods like relay_get(), ao_set()… are working fine
      Does anyone have the same issue?

      greeting
      PiBody

      posted in Official EVOK API
      P
      PiBody