-
Hi
After plugin upgrade from 1.1.3 I have erron in Domoticz:
> Error: (Modbus) failed to load 'plugin.py', Python Path used was '/home/pi/domoticz/plugins/modbus-read/:/usr/lib/python35.zip:/usr/l…
-
For Polling Data Sources
This will allow cron patterns and quantization for all polling data sources. The procedure is as follows:
VO Upgrade
1. Splice in PollingDataSourceVO by extending PollingDa…
-
## Environment
- Development Kit: ESP32-DevKitC
- Kit version: v4
- Module or chip used: ESP32-WROOM-32
- IDF version: v3.3-beta1-183-g65d01336d
- Build System: CMake
- Compiler version : xt…
-
With this code:
$startAddress = 0x0000;
$registers = array("b0", "x-", "00", "00", "25", " 3");
/** @var WriteMultipleRegistersRequest $packet */
$packet = new …
bordm updated
5 years ago
-
The j2mod Modbus library uses jSerialComm for ASCII and RTU transports and up until V2.2.2 the unit tests all worked fine.
For V2.3.0 I had to change the read blocking policy to TIMEOUT_READ_SEMI_BLO…
-
Hello,
I'm looking for easy way control relay (220V load) with modbus and input pins (push buttons) on C0135 board.
As far as I understand I need to implement modbus and handling push buttons with G…
-
I updated the firmware in my ESP32 and after updating, it created a new WiFi network with name "ESP AP". But this network was password protected. What is the password of this WiFi network?
-
After a while edgeHub connected over AmqpWs logs an NullReferenceException exception, reconnects, and from that moment on, direct method calls to one of the modules cannot be made until I restart this…
-
I am trying to connect instruments in my lab with my python code .i am able to connect with my USB port devices but having issue with GPIBO port.
I am getting the below error.
The interface typ…
-
Cordial greetings.
I have made an implementation for my degree project and my teacher asks if the communication is ASCII or RTU and because I do not find in the documentation the answer, I have creat…