Categories
Programming Python VSCP

New release of pyvscp 0.3.9

  • Removed dependency on json module
  • Added getIsoDateTime(), getGuidStr() and toJSON() methods for vscp event classes

Available on PyPi Se also pyvscphelperpyvscpclasses and pyvscptypes

Docs are here

Categories
MQTT

Building mosquitto with websocket support

Here is a very good guide on how to build mosquitto mqtt server with websocket support https://gist.github.com/smoofit/dafa493aec8d41ea057370dbfde3f3fc

Categories
General

#VSCP Helper library 14.0.2 released

  • Updated to use latest VSCP code
  • Added Ex versions for conversion methods that was missing them
  • Removed variable and table methods

Full info about the release is here.

Categories
General

New release of pyvscphelper 0.0.12

Added methods

  • convertEventToString
  • convertEventExToString
  • convertStringToEvent
  • convertStringToEventEx
  • getDateStringFromEvent
  • getDateStringFromEventEx
  • setVscpEventFromString
  • setVscpEventExFromString

Fixed known problems

Available on PyPi Se also pyvscp, pyvscpclasses and pyvscptypes

Docs are here

Categories
Programming Python VSCP

New release of pyvscp 0.3.7

  • Added dump to standard event class
  • Standard event now has UTC time set on create
  • Fixed timestamp setting
  • Added timestamp setter (also to constructor)
  • Added constructor with GUID assignment
  • Added missing getmac import
  • Fixed head constants
  • Added new double precision data type
  • Synced VSCP header data
  • Added setGUIDFromMAC

Available on PyPi Se also pyvscphelper, pyvscpclasses and pyvscptypes

Docs are here

Categories
node-js node-red VSCP

node-red-contrib-vscp (1.2.2)

A new version of the package node-red-contrib-vscp (1.2.2) was published at 2020-11-23T21:55:20.331Z. 

Error in documentation fixed.
Categories
General

ESP32-C3 WiFi & BLE RISC-V processor is pin-to-pin compatible with ESP8266

Source: ESP32-C3 WiFi & BLE RISC-V processor is pin-to-pin compatible with ESP8266

Categories
Development VSCP

#VSCP Helper library 14.0.1 released

Full info and source and binary downloads can be found here

Categories
General

ST Live Days

Check this out: https://vshow.on24.com/vshow/STLiveDays

Source: ST Live Days

Categories
node-red VSCP

New version 1.2.5 of #nodered

The lastest version 1.2.5 of node-red now supports BinInt’s so now the event2value of pyvscp also works OK when the measurement coding is integers. So update if you experience this problem.

Release page