nitaybz / homebridge-switcher-platform

Homebridge plugin for Switcher Smart Accessories
MIT License
35 stars 9 forks source link

Any way to change smart plug "In Use" threshold? #27

Open tamirhal opened 2 years ago

tamirhal commented 2 years ago

Basically, I have a consumer that uses the smart plug and while it's on sleep mode sometimes I'm getting InUse=true, maybe because of the power supply drawing higher current on some random points. I believe it's drawing less than it's on. this isUse value affects my automation. I'm getting a false positive.

so if I will be able to change the threshold it will be great. btw I'm using Eve app

Thanks!

nitaybz commented 2 years ago

That's actually a good idea... for now, it's recommended to use it in parallel with homebridge-delay-switch

tamirhal commented 2 years ago

Yeah, it fixed the issue using homebridge-delay-switch.. but added more automations..