Using v3.0.2 in docker image.
Can ping the datalogger (TCP server) from the node-red docker container command line.
In the meantime I found out that the Solarman dataloggers do not seem to allow direct modbus/RTU communication, but instead wraps it in a proprietary protocol? (GitHub - jmccrohan/pysolarmanv5: A python module to interact with Solarman Data Logging Sticks). Anybody know how to work with that in relation with node-red?
I assume that somebody out there made some reasonably frequent data polling work with a deye inverter?
My flow right now:
[{"id":"a2078797ead811fd","type":"modbustcp-read","z":"0ffdc271e6fe7340","d":true,"name":"DeyeInverter","topic":"SolarPower","dataType":"HoldingRegister","adr":"0x0003","quantity":"2","rate":"10","rateUnit":"s","server":"caf6bb511c270e00","ieeeType":"single","ieeeBE":true,"x":90,"y":340,"wires":[["ac07069ccdb192c0"]],"info":"https://github.com/kbialek/deye-inverter-mqtt\n\nhttps://github.com/StephanJoubert/home_assistant_solarman/blob/main/custom_components/solarman/inverter_definitions/deye_hybrid.yaml"},{"id":"ac07069ccdb192c0","type":"debug","z":"0ffdc271e6fe7340","name":"debug 4","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","statusVal":"","statusType":"auto","x":300,"y":340,"wires":[]},{"id":"caf6bb511c270e00","type":"modbustcp-server","name":"DeyeInverter","host":"192.168.1.11","port":"8899","unit_id":"1","reconnecttimeout":"30"}]