ZodiusInfuser

Results 104 comments of ZodiusInfuser

Thanks for your thoughts. Could you raise that documentation note as a separate issue please, for better tracking

Hi @dave-ct, Thank you so much for this thorough testing! I can clearly see there being some correlation between the mqtt upload failing and the boards locking up, and it...

@dave-ct to help with debugging, could you update the local `mqtt.py` file on your boards from this: ```python from enviro import logging from enviro.constants import UPLOAD_SUCCESS, UPLOAD_FAILED from enviro.mqttsimple import...

Thank you both. So glad to hear the patch branch has been stable for you. As such I have gone ahead and pushed ahead with a v0.0.9 release. https://github.com/pimoroni/enviro/releases/tag/v0.0.9 This...

Hope it goes well for you 🙂 Yea, I probably should have removed the voltage feed, not just have it return zero to avoid the issue with adafruit-io. I'm hoping...

Thanks for that. The fact it fails at slightly different points after the exception could be a red herring, in that it's either still the exception at fault, or it's...

Ah of course, thank you. By the way, for that SSL change, if you have tested it and are confident it works, could you raise a Pull Request for it...

I've just had the solid light issue (with flashing red led) occur. Best I can tell from the logs it's the same startup issue I was already aware of as...

Thanks for that. I'll have a dig and see what that error means. In the meantime, yes you can try different micropython versions. Easiest way is to install the v0.0.8...

Thanks @dave-ct. It will be interesting to hear. By the way, I noticed that in the v0.0.9 `mqttsimple.py` file there used to be a timeout set but it has since...