-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TimeoutError: Not connected to Midas-M #38
Comments
Hmm, I did not know a Midas-M sensor existed. Interesting!
|
Hello, thanks for the response.
|
I do not know, since I've never worked with a Midas-M. It was a guess. |
Tried it with version 0.6.1 but still no luck
|
Hello Alex, thanks for the response. After port setting change, the nmap output shows below: The device does support TCP/IP. Its IP address shows My nmap output shows below:
However, running
FYI, the same error occurs with both midas |
OK, so that's progress. The software is connecting successfully on port The relevant error is here: It suggests the Midas-M is not replying with the Modbus protocol for whatever reason. I don't know what this could be. At this point I'd recommend |
Hello - thank you for this resource.
I am working with Midas-M sensor (link to manual), which is a newer version by the looks, but very much the same skeleton.
I was able to get the sensor hooked up to my PC with the PoE.
I can hit the sensor's default IP (
169.254.60.47
) from my PC's browser, as shown below.Since I want to receive data using your drive, I set up a virtual environment with python 3.10 and successfully pip installed the midas package within.
However, when I run
midas 169.254.60.47
, I get a response below:I can ping the address, as well as hit the sensor's website on my browser, so it doesn't look like a connectivity issue. Can you provide insight?
Much thanks.
The text was updated successfully, but these errors were encountered: