I own a Novy Cloud Extractor hood which supports a feature called "mood mode" (dimmed light), additional to the normal "light" with an extra button.
RfxComm support has added this additional command to a beta SW version and with Rfxmngr I can now control this function!
Can this new function be supported in Domoticz too (I currently use stable version 2022.1)? I did find some files with code related to Novy:
https://github.com/domoticz/domoticz/bl ... n/RFXtrx.h
=============
#define fan_NovyPower 0x1
#define fan_NovyPlus 0x2
#define fan_NovyMin 0x3
#define fan_NovyLight 0x4
#define fan_NovyLearn 0x5
#define fan_NovyFilter 0x6
#define fan_NovyMood 0x7
=============
In https://github.com/domoticz/domoticz/bl ... n/RFXNames.cpp 2 types (filter and mood mode) are missing ....
=============
case sTypeNovy:
{
switch (nValue)
{
case fan_NovyPower:
lstatus = "power";
break;
case fan_NovyPlus:
lstatus = "plus";
break;
case fan_NovyMin:
lstatus = "min";
break;
case fan_NovyLight:
lstatus = "light";
break;
case fan_NovyLearn:
lstatus = "learn";
break;
case fan_NovyFilter:
lstatus = "filter";
break;
case fan_NovyMood:
lstatus = "mood mode";
break;
}
}
break;
}
=============
Support for new "MOOD MODE" for Novy Extractor Hood
Moderator: leecollings
Who is online
Users browsing this forum: No registered users and 1 guest