ESP continually resetting. Any ideas?

Good to know, Ian. emonESP dev in ongoing and it’s worth maintaining… ESP8266 was released quite a while ago now and Sonoff and others show no sign of switching to anything else. Some discussion here about the value of smartplugs in general also.

You’re using them to shut down things on a room per room basis it seems!
Makes a great deal of sense for offices especially I think.

I’ve seen the issue you’ve raised on github regarding pio compile. I will probably get that looked at when dev start again. Cheers.

@danbates - is there any merit in looking to create a component for something like ESPHome so all the Network, MQTT, board definitions etc are done by the underlying ecosystem?

Not something I’m able to do, but I am impressed with these systems.

I like them also, espHome looks nice, I saw ESPeasy which seems a similar idea.

The idea with PIO is that the compiler settings take care of all the under-the-bonnet stuff.
We’ll keep going with PIO I’m sure. Extra modules should be made ledgible in the creation and differentiation of .cpp/.h libraries anyway, which is how I like to do it. Then what happens is someone mushes new development into src.ino and hits commit. For lack of a better word: lol.

1 Like