Anybody knows which address the PCA9685 module is using with Reef-PI (0x40?). Can it be changed somewhere?
my Reef-PI doesn't start anymore with the Reef-PI_PWM module attached with a failure in syslog:
Sep 22 12:15:01 Reef-Pi reef-pi[818]: 2018/09/22 12:15:01 ERROR: Invalid RPI PWM frequency: 0 falling back on default 100Hz
Sep 22 12:15:01 Reef-Pi reef-pi[818]: 2018/09/22 12:15:01 ERROR: Failed to initialize pca9685 driver
Sep 22 12:15:01 Reef-Pi reef-pi[818]: 2018/09/22 12:15:01 ERROR: Failed to initialize controller. Error:remote I/O error
With this error I can't get into the user interface.
i2cdetect recognizes my PCA9685 chip on my Reef-PI_PWM module at address 0x70, so it looks like an address failure. I can change the address on my Reef-PI_PWM module but it would be good to be sure about the required address

Couldn't find it in any documentation from Reef-PI. Maybe somebody can run "i2cdetect -y 1" on their Reef-PI with the PCA9865 module attached (may require "sudo apt install python-smbus" this will then automatically install i2cdetect)
On my Reef-PI it shows following:
pi@Reef-Pi:~ $ i2cdetect -y 1
0 1 2 3 4 5 6 7 8 9 a b c d e f
00: -- -- -- -- -- -- -- -- -- -- -- -- --
10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
70: 70 -- -- -- -- -- -- --
So the chip is working