Hello
would need some hlp pls, to understand, where is my fault, thx!
reading via RS485/USB Adapter from a BMS Batterypack.
connected are 1/8 2/7 (no ground - does have a problem on pack off getting voltage)
pallette @kenke7/node-red-contrib-modbus
[{"id":"2abf9c4452d8f5b8","type":"tab","label":"Flow 1","disabled":false,"info":"","env":[]},{"id":"04b022aeb3ed5f8e","type":"mqtt-broker","name":"Cerbo ESS","broker":"192.168.0.191","port":"1883","clientid":"","autoConnect":true,"usetls":false,"protocolVersion":"4","keepalive":"60","cleansession":true,"birthTopic":"","birthQos":"0","birthPayload":"","birthMsg":{},"closeTopic":"","closeQos":"0","closePayload":"","closeMsg":{},"willTopic":"","willQos":"0","willPayload":"","willMsg":{},"userProps":"","sessionExpiry":""},{"id":"1ae4efd6331d23c0","type":"modbus-client","name":"Gobel","clienttype":"serial","bufferCommands":true,"stateLogEnabled":false,"queueLogEnabled":false,"failureLogEnabled":true,"tcpHost":"127.0.0.1","tcpPort":"502","tcpType":"DEFAULT","serialPort":"/dev/ttyUSB0","serialType":"RTU-BUFFERD","serialBaudrate":"9600","serialDatabits":"8","serialStopbits":"1","serialParity":"none","serialConnectionDelay":"200","serialAsciiResponseStartDelimiter":"0x3A","unit_id":"1","commandDelay":"1","clientTimeout":"200","reconnectOnTimeout":true,"reconnectTimeout":"2000","parallelUnitIdsAllowed":true,"showWarnings":true,"showLogs":true},{"id":"cbe2856bef552594","type":"modbus-read","z":"2abf9c4452d8f5b8","name":"Read Gobel","topic":"","showStatusActivities":false,"logIOActivities":false,"showErrors":true,"showWarnings":true,"unitid":"1","dataType":"HoldingRegister","adr":"0","quantity":"4","rate":"10","rateUnit":"s","delayOnStart":false,"startDelayTime":"1","server":"1ae4efd6331d23c0","useIOFile":false,"ioFile":"","useIOForPayload":false,"emptyMsgOnFail":true,"x":150,"y":140,"wires":[["3fe430a9b3308300","728dd3ce014257b7"],["3191110821f85424"]]},{"id":"3fe430a9b3308300","type":"debug","z":"2abf9c4452d8f5b8","name":"debug 2","active":true,"tosidebar":true,"console":false,"tostatus":true,"complete":"payload","targetType":"msg","statusVal":"payload","statusType":"auto","x":360,"y":140,"wires":[]},{"id":"3191110821f85424","type":"debug","z":"2abf9c4452d8f5b8","name":"debug 3","active":false,"tosidebar":true,"console":false,"tostatus":true,"complete":"payload","targetType":"msg","statusVal":"payload","statusType":"auto","x":360,"y":200,"wires":[]},{"id":"728dd3ce014257b7","type":"change","z":"2abf9c4452d8f5b8","name":"","rules":[{"t":"set","p":"payload","pt":"msg","to":"payload[0]","tot":"msg"}],"action":"","property":"","from":"","to":"","reg":false,"x":310,"y":300,"wires":[["fb9846fe99e46e1f"]]},{"id":"fb9846fe99e46e1f","type":"debug","z":"2abf9c4452d8f5b8","name":"debug 4","active":true,"tosidebar":true,"console":false,"tostatus":true,"complete":"payload","targetType":"msg","statusVal":"payload","statusType":"auto","x":520,"y":300,"wires":[]}]
first I get the value, then nothing anymore?
THX