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
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
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
@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
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
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