NickSutton

Results 52 comments of NickSutton

Interested in achieving this also! Currently considering adding a hardware energy monitor (EmonPi) to the heat pump and be able to deduce energy for heating and hot water.

`if (easting.length < 6) {` `// Leading 0 is stripped off the easting value for westerly grid squares 01xxx - 09xxx` `// add it back in` `easting = '0' +...

Did this go anywhere? I would like mumble to be able to distribute messages to clients with the username of the person transmitting. Clients are running a GoLang implementation of...

@bontibon Thanks for the reply, I’ve got a websockets client in mind, what I’m stuck with is whether or not there is any output from the Server that I can...

Seeing this also, well, it's been reported to me but am unable to replicate it.

> Agreed, I did some more work on this and it is due to the hex encoding where it is expecting an int but we're now passing it a string....

> The username is admin and the password is your wifi password - however, port 8899 is not open on the S3-WIFI-ST stick so none of these Solarman integration libraries...

> @NickSutton Looking at doing exactly the same thing so I can talk to the modbus interface over wifi. How did you hook up the modbus adapter to the pi?...

> Nope. I was thinking to find a Python guy on Fiverr or something to see if a freelancer can make it happen

Check the commented out code following the timestamp register is on a new line ``` - name: system_datetime description: System DateTime unit: active: true modbus: register: [33022, 33023, 33024, 33025,...