Page 1 of 1
Error in dimmer value
Posted: Saturday 12 March 2016 15:04
by fabix68
- Domoticz version 3.4951
- System Raspberry Pi
- Browser IE/Chrome/Firefox/Safari
the value set on the domoticz dimmer is different from the one that receives the mysensor .
It works perfectly if the value sent by the MYSControll

Re: Error in dimmer value
Posted: Sunday 13 March 2016 9:55
by gizmocuz
This is because it is put in domoticz as a Lighting2 type sensor, that has no 100 dimmer levels but 16
Re: Error in dimmer value
Posted: Tuesday 29 March 2016 13:21
by aXion
I noticed the same weird thing. However, when I reboot a node, it will send a request to the controller for the current dim level. It then gets sent the correct (displayed value in domoticz) level which is different from the level before the reboot.
Re: Error in dimmer value
Posted: Friday 22 April 2016 2:38
by emc2
gizmocuz wrote:This is because it is put in domoticz as a Lighting2 type sensor, that has no 100 dimmer levels but 16
Is there an option somewhere to change the Lighting type to something with 100 dimmer levels?
Re: Error in dimmer value
Posted: Monday 06 March 2017 21:42
by napo7
Same issue for me :
I did present my dimmer as following :
Code: Select all
// Present the device :
present(0, S_DIMMER );
but Domoticz see it as "Lighing 2" so only 16 dimmers levels !?
How can we change this (present something else ??) so domoticz see it as a "100 levels dimmer" ?