blotsome

Results 9 comments of blotsome

Ah, using the GET method, I find this new error: ```{ "error": { "errors": [ { "domain": "usageLimits", "reason": "dailyLimitExceededUnreg", "message": "Daily Limit for Unauthenticated Use Exceeded. Continued use requires...

I'm starting with the basics and added this to my diun.yml file: `notif: script: cmd: "echo $DIUN_ENTRY_IMAGE >> diun_notfiy.txt" ` But the docker images I set up in my VM...

`ERR Script notification failed error=": fork/exec echo $DIUN_ENTRY_IMAGE >> /data/diun_notfiy.txt: no such file or directory"`

This is a common problem with modbus and depends on whether you are using base-0 or base-1. Using your exact code, you are creating a code block starting at 40000,...

If you don't want to change the data type on your master from LSR to MSR, then you need to do what I said above. "start writing at 40000 instead...

Hey, you are changing your polling parameters on me, don't blame my code. :P If you run the command you have in your original post `modpoll -m tcp -t 4:float...

I tried 126.5 and the value in your txt file 130.5 and got this: ``` Protocol configuration: MODBUS/TCP Slave configuration...: address = 1, start reference = 286, count = 5...

In Modbus, Holding Registers and Input Registers are 16-bit (2 bytes) per register. This is a protocol convention. It is very common for 32-bit data to be stored in 2...

Can you copy and paste the exact code you are using to get this error?