
z-wave node description shows script error message
Hi
Clicking on the z-wave "Node Settings" button for a device in Devices\Z-Wave brings up the script error message shown below.
This happens for all z-wave devices. I'm running bOS on a Jigsaw device, configurator on Windows 7 and all are fully up to date with latest ComfortClick releases. I can access and browse the internet from my PC. Can you help please?

I am not sure how to configure http > Boolean with url /api
I am not sure how to configure http > Boolean with below url /api
I have to pass l1498904289859 to open window http://192.168.2.109:8080/send?deviceMac=b4430dd11511&codeId=l1498904289859 Close window l1498900850560 http://192.168.2.109:8080/send?deviceMac=b4430dd11511&codeId=l1498900850560
using browser to enter url its working and programme > set the http request also work

Modbus new function
Dears
I see that in one of the last BOS version in the ModBus device has been introduced two new configuration settings: Read Function Type and Write Function Type.
I want to understand more how those 2 setting work: which address are written or read at once instead separately (if I select write or read multi)? This is not clear to me… If we suppose to get only 1 modbus device connected with slave address 1 and it contains many address for eg 10, 11, 13, 20, 21, 25 and 110 (all are coils). Is the Bos software going to write or read once all the address from 10 to 110? From the time point of view instead? If the read interval (in the BOS Modbus confi g page) is 100 ms, does it mean that Bos software will read or write all the previous address data (10, 11, …, 110) in 100 ms (instead taking 100 ms each as was before)?
Regards
Marco

Modbus and SDM530-Modbus smart meter
Hi,
Does any one can help how to configure modbus device in order to read meeters (e.g. L1 Voltage)?
I can reed some value but something is wrong with coding.
Here you have information from the manual (mull manual: http://eastrongroupco.hk02.057321.com/data/uploads/Eastron_SDM530-Modbus_protocol_V1_1.pdf)
The format for each byte in RTU mode is:
Coding System: Data Format:
Error Check Field: Framing:
8-bit per byte 4 bytes (2 registers) per parameter.
Floating point format ( to IEEE 754) Most significant register first (Default). The default may be changed if required -See Holding Register "Register Order" parameter. 2 byte Cyclical Redundancy Check (CRC) 1 start bit 8 data bits, least significant bit sent first 1 bit for even/odd parity (or no parity) 1 stop bit if parity is used; 1 or 2 bits if no parity
Data Coding All data values in the SDM530-Modbus smart meter are transferred as 32 bit IEEE754 floating point numbers, (input and output) therefore each SDM530-Modbus meter value is transferred using two Modbus Protocol registers. All register read requests and data write requests must specify an even number of registers. Attempts to read/write an odd number of registers prompt
the SDM530-Modbus smart meter to return a Modbus Protocol exception message. However, for compatibility with some SCADA systems, SDM530-Modbus Smart meter will response to any single input or holding register read with an instrument type specific value.
The SDM530-Modbus can transfer a maximum of 40 values in a single transaction; therefore the maximum number of registers requestable is 80. Exceeding this limit prompts the SDM530-Modbus to generate an exception response.
Data transmission speed is selectable between 2400, 4800, 9600,
1.2 Input register
Input registers are used to indicate the present values of the measured and calculated electrical quantities. Each parameter is held in two consecutive16 bit register.The following table details the 3X register address, and the values of the address bytes within the message. A (*) in the column indicates that the parameter is valid for the particular wiring system. Any parameter with a cross(X) will return the value zero. Each parameter is held in the 3X registers. Modbus Protocol function code 04 is used to access all parameters.

Fibaro and other zwave devices problem
Hi,
I have problem with several zwave devices even with Fibaro which usually worked properly with other soft. e.g. Fibaro KeyFob (can not inlclude properly - all tabs are empty), Greenwave Powernode 6 (problems with power metering). Do you have the same issues. What are the steps to solve it.

Communication between two Jigsaw
Hello. In last webinar I ask if you can communicate over TCP between two Jigsaw. I got answear about how, but how I separate similar data like lights or temperatures or something like that. Maybe working example will be great if you have time for that. Thanks.

Serial device regex
Hello,
I'm toying around with the Basic Serial device and having fun. Sending data is working without a hitch but reading is another matter.
When I'm trying to read data using regex, then instead of saving the regex capture group as the value, the entire data string or nothing, is stored as the Value.
For instance, this is what is coming in to the Serial port: 1;3;1;0;0;21.3
I'm interested in the last floating point number (21.3)
I have created 2 devices for reading data. One is a Double, the other is a String. Both are using this regex: 1;3;1;0;0;([\d+.\d+]*)
This is what the Double gets as a Value: 0
This is what the String gets as a Value: 1;3;1;0;0;21.3
Customer support service by UserEcho