sudo webiopi -d -c /etc/webiopi/config 2017-09-17 20:05:45 - WebIOPi - INFO - Starting WebIOPi/0.7.1/Python3.5 2017-09-17 20:05:45 - WebIOPi - DEBUG - Mapping GPIO.digitalCount to REST GET /GPIO/count 2017-09-17 20:05:45 - WebIOPi - DEBUG - Mapping GPIO.digitalRead to REST GET /GPIO/%(channel)d/value 2017-09-17 20:05:45 - WebIOPi - DEBUG - Mapping GPIO.digitalWrite to REST POST /GPIO/%(channel)d/value/%(value)d 2017-09-17 20:05:45 - WebIOPi - DEBUG - Mapping GPIO.getFunctionString to REST GET /GPIO/%(channel)d/function 2017-09-17 20:05:45 - WebIOPi - DEBUG - Mapping GPIO.getPulse to REST GET /GPIO/%(channel)d/pulse 2017-09-17 20:05:45 - WebIOPi - DEBUG - Mapping GPIO.outputSequence to REST POST /GPIO/%(channel)d/sequence/%(args)s 2017-09-17 20:05:45 - WebIOPi - DEBUG - Mapping GPIO.portRead to REST GET /GPIO/*/integer 2017-09-17 20:05:45 - WebIOPi - DEBUG - Mapping GPIO.portWrite to REST POST /GPIO/*/integer/%(value)d 2017-09-17 20:05:45 - WebIOPi - DEBUG - Mapping GPIO.pulse to REST POST /GPIO/%(channel)d/pulse/ 2017-09-17 20:05:45 - WebIOPi - DEBUG - Mapping GPIO.pulseAngle to REST POST /GPIO/%(channel)d/pulseAngle/%(value)f 2017-09-17 20:05:45 - WebIOPi - DEBUG - Mapping GPIO.pulseRatio to REST POST /GPIO/%(channel)d/pulseRatio/%(value)f 2017-09-17 20:05:45 - WebIOPi - DEBUG - Mapping GPIO.setFunctionString to REST POST /GPIO/%(channel)d/function/%(value) s 2017-09-17 20:05:45 - WebIOPi - DEBUG - Mapping GPIO.wildcard to REST GET /GPIO/* 2017-09-17 20:05:45 - WebIOPi - INFO - GPIO - Native mapped to REST API /GPIO 2017-09-17 20:05:45 - WebIOPi - INFO - Loading configuration from /etc/webiopi/config 2017-09-17 20:05:45 - WebIOPi - DEBUG - Loading module : w1-therm 2017-09-17 20:05:45 - WebIOPi - DEBUG - Mapping DS18B20(slave=28-0516a70425ff).getCelsius to REST GET /devices/temp0/se nsor/temperature/c 2017-09-17 20:05:45 - WebIOPi - DEBUG - Mapping DS18B20(slave=28-0516a70425ff).getFahrenheit to REST GET /devices/temp0 /sensor/temperature/f 2017-09-17 20:05:45 - WebIOPi - DEBUG - Mapping DS18B20(slave=28-0516a70425ff).getKelvin to REST GET /devices/temp0/sen sor/temperature/k 2017-09-17 20:05:45 - WebIOPi - INFO - Temperature - DS18B20(slave=28-0516a70425ff) mapped to REST API /devices/temp0 2017-09-17 20:05:45 - WebIOPi - DEBUG - Mapping DS18B20(slave=28-21ee67000900).getCelsius to REST GET /devices/temp1/se nsor/temperature/c 2017-09-17 20:05:45 - WebIOPi - DEBUG - Mapping DS18B20(slave=28-21ee67000900).getFahrenheit to REST GET /devices/temp1 /sensor/temperature/f 2017-09-17 20:05:45 - WebIOPi - DEBUG - Mapping DS18B20(slave=28-21ee67000900).getKelvin to REST GET /devices/temp1/sen sor/temperature/k 2017-09-17 20:05:45 - WebIOPi - INFO - Temperature - DS18B20(slave=28-21ee67000900) mapped to REST API /devices/temp1 2017-09-17 20:05:45 - WebIOPi - INFO - Loading myscript_1 from /home/pi/myproject/python/script_gpio.py /home/pi/myproject/python/script_gpio.py:795: SyntaxWarning: name 'text_1' is assigned to before global declaration global text_1, a1, b1, a2, b2, a3, b3, a4, b4, a5, b5, a6, b6, a7, b7, a8, b8 Restart Web Home Pi 2017-09-17 20:05:45 - WebIOPi - INFO - Loading myscript_2 from /home/pi/myproject/python/script_sensor.py 2017-09-17 20:05:45 - WebIOPi - INFO - Loading myscript_3 from /home/pi/myproject/python/script_modbus.py 58 11 2017-09-17 20:05:45 - WebIOPi - ERROR - No module named 'minimalmodbus' Traceback (most recent call last): File "/usr/local/lib/python3.5/dist-packages/WebIOPi-0.7.1-py3.5-linux-armv7l.egg/webiopi/__main__.py", line 75, in < module> main(sys.argv) File "/usr/local/lib/python3.5/dist-packages/WebIOPi-0.7.1-py3.5-linux-armv7l.egg/webiopi/__main__.py", line 69, in m ain server = Server(port=port, configfile=configfile, scriptfile=scriptfile) File "/usr/local/lib/python3.5/dist-packages/WebIOPi-0.7.1-py3.5-linux-armv7l.egg/webiopi/server/__init__.py", line 7 5, in __init__ loader.loadScript(name, source, self.restHandler) File "/usr/local/lib/python3.5/dist-packages/WebIOPi-0.7.1-py3.5-linux-armv7l.egg/webiopi/utils/loader.py", line 8, i n loadScript script = imp.load_source(name, source) File "/usr/lib/python3.5/imp.py", line 172, in load_source module = _load(spec) File "", line 693, in _load File "", line 673, in _load_unlocked File "", line 673, in exec_module File "", line 222, in _call_with_frames_removed File "/home/pi/myproject/python/script_modbus.py", line 6, in import minimalmodbus ImportError: No module named 'minimalmodbus' 2017-09-17 20:05:45 - WebIOPi - INFO - Stopping...