John Blance

Results 205 comments of John Blance

you could try something like: ```python import serial ser = serial.Serial('/dev/ttyUSB0', 19200, timeout=1) print(ser) ser.write(':010310010001EA\r\n') print(repr(ser.read(1000))) # Read 1000 bytes, or wait for timeout ``` and see what response you...

just use an editor to put it into a file like `test.py` and then run it with `python3 test.py` On Tue, 17 Aug 2021 at 14:13, irmajavi ***@***.***> wrote: >...

ok, well that helps the code doesnt have any modbus protocols at the moment and i dont have any modbus devices myself, so if you are interested in this in...

try taking the space of the tag in the cron line "TEST "

Was the error (telegraf one) the same? I'm no telegraf expert. Do you no the format that telegraf is expecting? It may have changed with a newer version... On Wed,...

Prolly better to fix it to work with newer versions. Let me google around and see what I can find On Wed, 20 Apr 2022, 5:58 pm dustinzinnj, ***@***.***> wrote:...

Have you configured telegraf - similar to https://github.com/jblance/mpp-solar/blob/master/docs/MQTT_Influx_Grafana.md#configure-telegraf ? The above link also details the influx setup needed - are these steps all done? Note the telegraf docs have a...

> Looks like the output into influxdb is a "-" instead of any real information. > > ``` > "9.201, 162.17.229.201,192.168.0.5 - grafana [20/Apr/2022:11:34:10 -0400] "POST /query?db=mppsolar&epoch=ms HTTP/1.1 {'q': 'SELECT...

I assume that you put the actual password in the outputs.influxdb section looks like `units=` where there are no units is causing a problem What version of mpp-solar are you...

Ok great. I'll make some changes (remive units= if no units are available) and upload to pypi.org so pip can get a new version and we can see if that...