To follow up and enhance the question on powering MCU with parasitc 1-Wire interface.
How to ensure proper power on reset of MCU in such situation?
For example this two standard method of generating power on reset may fail:
a) resistor/capacitor delay generated reset -> during power rump up, for extensive period of time data line can be low (for example due to data transmission) or pulled up only by significant resistance. This may slow MCU local supply rise time to the level that will render RC delay useless.
b) global, board level reset may not work as most probably will be removed before local MCU supply will stabilize as the "master" side of 1-wire will provide power only after reset is removed (not to mention that routing reset line defy point of using 1-Wire interface)?
What kind of precautions needs to be taken in such situations? Should MCU be equipped with brownout detection? Is that enough?