For example, I got normally open floating sensor for leakage..
{"t":7,"s":0,"g1":[{"g":9,"t":0,"i":0}],"g0":[{"g":9,"t":1,"i":0}]}
During startup only State input display it as deactivated correctly, while Status input waits for action before eventually displaying correct state.
Please introduce State inputs g[n] for sensors.
Currently, portal label mistakenly says:
Digital Inputs:
disabled. Default State - Input
enabled State - Input
However Status input f[n] is added to the code, not State input g[n].
Currently, Configurator portal only understands Status inputs f[n] like f0,f1... Their behavior slightly differs from State inputs g[n] (g0,g1). More info here: https://github.com/RavenSystem/esp-homekit-devices/wiki/Sensors#Initial-State
For example, I got normally open floating sensor for leakage..
{"t":7,"s":0,"g1":[{"g":9,"t":0,"i":0}],"g0":[{"g":9,"t":1,"i":0}]}
During startup only State input display it as deactivated correctly, while Status input waits for action before eventually displaying correct state.However Status input f[n] is added to the code, not State input g[n].