#Tasmota discovery not find all entities

8 messages · Page 1 of 1 (latest)

amber pier
#

Try to get my shutters work with tasmota, get all my 3shutters works on Tasmota webinterface, but HA Tasmota Integration not find last shutter. Tasmota integration find 2shutters, but tasmota webinterface shows 3shutters.

Hope someone have hint/tips to fix that.

lofty bay
#

Hello @amber pier,
Do you have
setoption19 0
set on all the devices?

amber pier
#

Hi

#

Not use that kind setting

#

I put this settings inside tasmota

#

via tasmota own console

#
shutterrelay1 1 // Define that RELAY1 is for ON/OFF and PWM1 drive position
shutterrelay2 2
shutterrelay3 3
Shuttermode 5 // enable Shutter mode for servo.
PWMfrequency 200 // this is a global variable for all Servos.
SetOption15 0 // to control the storage of values.


ShutterPwmRange1 100, 500 //this is a global variable for all Servos.
ShutterOpenDuration1 2.0 // define the open time, in seconds.
ShutterCloseDuration1 2.0 // define the close time, in seconds.
ShutterMotorDelay1 0.2 // servo does not like abrupt start / stop.

ShutterPwmRange2 100, 500 //this is a global variable for all Servos.
ShutterOpenDuration2 2.0 // define the open time, in seconds.
ShutterCloseDuration2 2.0 // define the close time, in seconds.
ShutterMotorDelay2 0.2 //

ShutterPwmRange3 100, 500 //this is a global variable for all Servos.
ShutterOpenDuration3 2.0 // define the open time, in seconds.
ShutterCloseDuration3 2.0 // define the close time, in seconds.
ShutterMotorDelay3 0.2 //

Restart 1```
lofty bay
#

Well if you don't make sure SO19 is off, then the Tasmota Integration will never see the device(s).