-
Notifications
You must be signed in to change notification settings - Fork 18
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
connection problem on domoticz 2023.1 15378 #8
Comments
I have more or less the same problem. What am I doing wrong? 2023-08-31 19:45:39.093 Error: MODBUS: Call to function 'onHeartbeat' failed, exception details: DOMOTICZ 2023.2 Thanks in advance |
Hi, info from Domoticz wiki page: |
Tested with latest Domoticz (beta) and works correctly. Way to many devices 😁 |
still the same problems with the present DOMOTICZ beta version. aaahhhhhh |
You can use my fork, this is working with the latest beta https://github.com/gizmocuz/SDM630-Modbus Hope to have to additional meters here this week to verify this. |
Thanks, |
Your modbus address should not be 0, as well as the other settings, better check and correct them |
DOMOTICZ 2023.2 (build 15658) It was working in previous version of Raspbian GNU/Linux and a older version of domoticz . For testing I now only use device with ID 4 Surgestion? |
I installed phyton 3.11.4 (was 3.9.2) and now it is working again |
Tested with 3 meters and working! |
Tested with 5 SDM630 V2 (38k4 and 2 min intervals) and it is working. Thanks for the help |
Great to hear! What do you mean with 'The raspberry PI 3B is having a hard time' ? |
DOMOTICZ WWW server is getting slow due to high CPU use (80% or more) |
Do you have MQTT (not the auto discovery) enabled by any change? |
1702307042: mosquitto version 2.0.11 starting It looks like MQTT is in use |
You should be able to see this in the hardware setup screen. |
Not sure what I see here... |
I have 2 sdm630. It did work fine last month. But now i can't get it working anymore, i stil get this error:
2023-07-07 23:28:48.093 Error: SDM630.2: Call to function 'onHeartbeat' failed, exception details:
2023-07-07 23:28:48.093 Error: SDM630.2: Traceback (most recent call last):
2023-07-07 23:28:48.093 Error: SDM630.2: File "/home/pi/domoticz/plugins/SDM630-Modbus/plugin.py", line 554, in onHeartbeat
2023-07-07 23:28:48.093 Error: SDM630.2: _plugin.onHeartbeat()
2023-07-07 23:28:48.093 Error: SDM630.2: File "/home/pi/domoticz/plugins/SDM630-Modbus/plugin.py", line 448, in onHeartbeat
2023-07-07 23:28:48.093 Error: SDM630.2: Domoticz.Log('Voltage L1: {0:.3f} V'.format(Volts_L1))
2023-07-07 23:28:48.093 Error: SDM630.2: UnboundLocalError: local variable 'Volts_L1' referenced before assignment
When the one is working the other won't and around, when the second is working the first is not.
The text was updated successfully, but these errors were encountered: