- Posts: 58
- Thank you received: 3
osalval wrote: Done, thank you EasyIoT
Now I have only 1 row with Roller Shutter control.
But still it is detected as S_GENERIC.
If I don't change it, it shows values defined in Parameters.
Sensor.CoverLevel
Sensor.Down
Sensor.Stop
Sensor.Up
And, if after, I change it to Roller Shutter (A0,D0), it shows only "Sensor.CoverLevel" Parameter (first one)
Maybe because S_COVER it is not detected?
I think it is important to show status of Roller Shutter
EasyIoT wrote:
osalval wrote: Done, thank you EasyIoT
Now I have only 1 row with Roller Shutter control.
But still it is detected as S_GENERIC.
If I don't change it, it shows values defined in Parameters.
Sensor.CoverLevel
Sensor.Down
Sensor.Stop
Sensor.Up
And, if after, I change it to Roller Shutter (A0,D0), it shows only "Sensor.CoverLevel" Parameter (first one)
Maybe because S_COVER it is not detected?
I think it is important to show status of Roller Shutter
I've added detection of module in source code. It was missing.
Sensor.CoverLevel is value between 0 and 100%. You should send V_DIMMER in Arduino code to set status.
osalval wrote:
EasyIoT wrote:
osalval wrote: Done, thank you EasyIoT
Now I have only 1 row with Roller Shutter control.
But still it is detected as S_GENERIC.
If I don't change it, it shows values defined in Parameters.
Sensor.CoverLevel
Sensor.Down
Sensor.Stop
Sensor.Up
And, if after, I change it to Roller Shutter (A0,D0), it shows only "Sensor.CoverLevel" Parameter (first one)
Maybe because S_COVER it is not detected?
I think it is important to show status of Roller Shutter
I've added detection of module in source code. It was missing.
Sensor.CoverLevel is value between 0 and 100%. You should send V_DIMMER in Arduino code to set status.
Thank you
And how we add it?
EasyIoT wrote:
osalval wrote:
EasyIoT wrote:
osalval wrote: Done, thank you EasyIoT
Now I have only 1 row with Roller Shutter control.
But still it is detected as S_GENERIC.
If I don't change it, it shows values defined in Parameters.
Sensor.CoverLevel
Sensor.Down
Sensor.Stop
Sensor.Up
And, if after, I change it to Roller Shutter (A0,D0), it shows only "Sensor.CoverLevel" Parameter (first one)
Maybe because S_COVER it is not detected?
I think it is important to show status of Roller Shutter
I've added detection of module in source code. It was missing.
Sensor.CoverLevel is value between 0 and 100%. You should send V_DIMMER in Arduino code to set status.
Thank you
And how we add it?
Here is new . It will recognize S_COVER type:
iot-playground.com/swdownload/betaV0_8/MySensorsDriver.dll