Categories
node-js VSCP

New version node-red-contrib-vscp-tcp (1.2.3)

A new version of the package node-red-contrib-vscp-tcp (1.2.3) was published at 2020-12-15T15:33:31.912Z

Known security vulnerabilities fixed

Categories
node-js node-red VSCP

New version node-red-contrib-canal (1.0.4)

A new version of the package node-red-contrib-canal (1.0.4) was published at 2020-12-15T15:28:23.600Z

Known security vulnerabilities fixed

Categories
node-js node-red VSCP

New version node-canal (1.0.9)

A new version of the package node-canal (1.0.9) was published at 2020-12-15T15:24:45.393Z

Known security vulnerabilities fixed

Categories
node-js node-red VSCP

New version node-red-contrib-vscp (1.2.3)

A new version of the package node-red-contrib-vscp (1.2.3) was published at 2020-12-15T15:16:00.923Z

Known security vulnerabilities fixed

Categories
node-js node-red VSCP

New version node-vscp (1.1.18)

A new version of the package node-vscp (1.1.18) was published at 2020-12-15T15:10:52.318Z

Known security vulnerabilities fixed

Categories
the VSCP Daemon VSCP

VSCP daemon – next version peek

It is now possible to use tokens instead of numbers in events published topics from a driver and from the VSCP daemon itself. This is accomplished by using {{class-token}} and {{type-token}} instead off {{class}} / {{type}} so a topic for the above can look like

vscp/{{guid}}/{{class-token}}/{{type-token}}/{{nickname}}

Note that also {{nickname}} is set here to make it easy to filter on events from a specific node.

The current list of substitutions that can be used is

{{driver-name}} – Name of driver receiving ten event,
{{guid}} – Full GUID on standard form.
{{guid0}}{{guid0}} – A specific GUID position.
{{guid.msb}} – MSB of GUID.
{{guid.lsb}} – LSB of GUID = nickname for can4vscp.
{{ifguid}} – GUID for interface the event is received on.
{{nickname}} – Nickname for node sendning event.
{{class}} – VSCP class
{{type}} – VSCP type.
{{class-token}} – VSCP class token.
{{type-token}} – VSCP type token.
{{head}} – VSCP event head.
{{obid}} – VSCP event obid.
{{timestamp}} – VSCP event timestamp.
{{dt}} – VSCP UTC datetime string.
{{year}} – VSCP event year.
{{month}} – VSCP event month.
{{day}} – VSCP event day.
{{hour}} – VSCP event hour.
{{minute}} – VSCP event minute.
{{second}} – VSCP event second.
{{clientid}} – Client id set for driver.
{{user}} – User set for driver.
{{host}} – Host set for driver.

There will probably be more added as we walk the path against a release.

Categories
VSCP

VSCP Google group terminated

With no activity on the VSCP Google group for a long time I have now removed it as it does not have any value for the project any longer.

Please use Github ínstead.

Categories
Javascript node-js node-red VSCP

New version of node-vscp-types (1.0.12)

A new version of the package node-vscp-type (1.0.12) was published at 2020-12-04T14:46:26.187Z

Updated to latest class/type definitions
Categories
Javascript node-js node-red VSCP

New version of node-vscp-class (1.0.14)

A new version of the package node-vscp-class (1.0.14) was published at 2020-12-04T14:45:06.427Z

Updated to latest class/type definitions
Categories
Programming Python VSCP

New version of pyvscp-sensors-bme680 script 1.0.1

New version that remove directional part of topics which is specified by the VSCP standard document.

Available on PyPi

Docs are here