< const uint8_t MAX_DOMOTICZ_SNS_IDX = 11; // Max number of Domoticz sensors indices
> const uint8_t MAX_DOMOTICZ_SNS_IDX = 10; // Max number of Domoticz sensors indices
user_config_override.h
#undef USE_DOMOTICZ
And got it to compile, flash and boot. It successfully shows 6 options in the configuration, however, there are three issues:
It treats the 6th PWM as a "Color" instead of a basic PWM output (seems "SetOption68 1" has no effect on it)
"POWER1":"ON","Channel1":100,
"POWER2":"ON","Channel2":100,
"POWER3":"ON","Channel3":98,
"POWER4":"ON","Channel4":100,
"POWER5":"ON","Channel5":100,
"Color":"FFFFFAFFFF"
Second, none of the PWM output any voltage, even when they are on.
And third, the UI seems to limit to 5 PWD on the main page.
Any help would be appreciated.
Many Thanks,
Paul