Deomid Ryabkov
Deomid Ryabkov
i don't mind as long as the accessory continues to work in the Home app.
wasn't this done in https://github.com/mongoose-os-apps/shelly-homekit/pull/690 ? what are we still missing?
it expects time series data in a HAP characteristic? can we always export series of length 1 with the last reading?
ok, i won't go into details but if someone is willing - we could probably spare a couple KB on the filesystem to store _some_ value history though i worried...
hourly writes seem reasonable. also should save on reboot.
yes, this can be done
HAP has accessories for temperature and humidity sensors, shouldn't be hard to add. ideally, we'd auto-detect the sensor on startup so no UI changes would be necessary.
eventually yes
looked into this. addon provides a 1-wire bus with output on gpio0 and input on gpio3 (uart0 rx). output is connected to input (via isolator). so this can be used...
@Pixel-Chris this is indeed possible. the add-on contains circuitry that provides proper isolation for the input.