user2684
user2684
Love this idea!
Hi, I was reviewing this issue and if not mistaken, this would require a different soil moisture sensor than the one currently supported in NodeManager (https://www.aliexpress.com/item/New-Soil-moisture-meter-to-detect-soil-moisture-sensor-module-robot-smart-car-1pcs/32331823043.html). If so, the idea...
Hi, just to double check, is this related to which issue? Is #511 (merged into development recently) still not enough? Thanks!
Oh understand, thanks for the clarification!
Hi, pullup/down can be controlled with `Sensor.setPinInitialValue()` which is intended to take care of it avoiding to set the mode directly to the pins. Is this what you are looking...
Sorry for the delay. Apologize, not sure I got it, if _interrupt_1_initial is set e.g. to HIGH through setPinInitialValue() this should be the same as having INPUT_PULLUP (but just for...
will fix it! Thanks
Thanks a lot for the advice, will apply the same approach in the fix!
@nekromant thanks for bring this up. I was aware HA requires a specific behaviour in order to work correctly and this could be a good excuse to make NodeManager fully...
This would require keeping track of the current version to upgrade the values if already stored, depends on #279 and implementation will be postponed