Jeremy Poulter

Results 220 comments of Jeremy Poulter

Hum, my wrapper does try to select the router provided IP via `MongooseCore::ipConfigChanged()` maybe that is not being called...

That would certainly track, with the DNS server not being set, although can you confirm that you are not using .local? That is mDNS not DNS and not supported.

Would this help: https://www.npmjs.com/package/ssh2 ? Used by https://github.com/liximomo/vscode-sftp/ whick works really well in VSCode on both Linux and Windows (not tried Mac OS)

Can you attach a CSV of the data feed?

Hi, sorry you are having issues. What MQTT broker are you connecting to? Are you using a secure connection? Does the issue happen if Self Production is disabled, as in...

Thanks to @KipK for finding the solution to this, will be part of #533. For the record by default the Arduino library is setup to connect to the first matching...

The dimming is for the LEDs, but we can however set the backlight off. The problem is more when to turn it back on, especially for units with no button....

I will take a look, but probably it would be better for the LCD backlight to be controlled by the WiFi firmware, that is where the majority of the logic...

Definitely a lot of confusion between the LCD and LED, but not in this case ;-) (although the LED probably does need to do the same) the vast majority of...