diff --git a/fhem/FHEM/51_I2C_TSL2561.pm b/fhem/FHEM/51_I2C_TSL2561.pm index a95d31d68..c61bb0552 100644 --- a/fhem/FHEM/51_I2C_TSL2561.pm +++ b/fhem/FHEM/51_I2C_TSL2561.pm @@ -937,10 +937,10 @@ sub I2C_TSL2561_CalculateLux($) { With this module you can read values from the digital luminosity sensor TSL2561 via the i2c bus on Raspberry Pi.

- Before you can use the Modul on the Raspberry Pi you must load the I2C kernel + Before you can use the module on the Raspberry Pi you must load the I2C kernel modules.
Add these two lines to your /etc/modules file to load the kernel modules - automaticly during booting your Raspberry Pi.
+ automatically when booting your Raspberry Pi.
      i2c-bcm2708 
      i2c-dev
@@ -953,15 +953,6 @@ sub I2C_TSL2561_CalculateLux($) {
     wget http://raspberry.znix.com/hipifiles/hipi-install
perl hipi-install


- If you want to use the sensor on the second I2C bus at the P5 connector - (only available at the version 2 of the Raspberry Pi) you must add the bold - line of this code in your FHEM start script: -
-    case "$1" in
-    'start')
-        sudo hipi-i2c e 0 1
-        ...
-    

Define