Stuart Pittaway

Results 487 comments of Stuart Pittaway

Hello @jeronimo just checking that you are reporting this issue against the ESP8266 version of the DIYBMS controller? This issue was resolved in the ESP32 version.

Although @rolfbartels is using the ESP32 version which has a different code base

Ah, in which case that's a whole different ball game!

@rolfbartels just updated the code, do you want to try that one out?

This isn't possible at the moment, you could try changing the controller code and removing the 1 line... ```` mqttClient.setCredentials(mysettings.mqtt_username, mysettings.mqtt_password); ```` in main.cpp

Hello, just dropping some comments on here for future debugging needs. My original emon system is dated "emonSD-30Oct18". The old code is running on Python 2.7.13 and the bluez library....

How can we get the base image to have bluetooth installed by default? These commands need running as part of the base image creation. ``` sudo apt-get install bluetooth libbluetooth-dev...

The code appears to be working okay, however I'm now getting a lot of bluetooth timeout errors which I've not seen before. The code in interfacers/EmonHubSMASolarInterfacer.py seems to be heavily...

> The log snippet @stuartpittaway posted doesn't show a timeout or a restart This is the log from today! It looks like it times out every connection, although I do...