Categories
Programming Python VSCP vscp-python-sensorpuck

New release: vscp-python-sensorpuck (0.0.1)

A new release (0.0.1) has been published named vscp-python-sensorpuck. This script can be used to publish measurement values received from a BLE Silicon Labs sensorpuck to a MQTT broker as VSCP measurement events.

Repository is here https://github.com/grodansparadis/vscp-python-send-file-measurement

Categories
Programming Python VSCP vscp-python-send-bh1750

New release: vscp-python-send-bh1750 (0.0.1)

A new release (0.0.1) has been published vscp-python-send-bh1750. This script can be used to publish illuminance measurement values in lux read from a BH1750 sensor to a remote VSCP server over the VSCP tcp/ip link protocol.

Repository is here https://github.com/grodansparadis/vscp-python-send-bh1750

Categories
Programming Python VSCP vscp-python-send-veml6070

New release: vscp-python-send-veml6070 (0.0.1)

A new release (0.0.1) has been published named vscp-python-send-veml6070. This script can be used to publish UV index measurement values read from a VEML5070 sensor to a remote VSCP server over the VSCP tcp/ip link protocol.

Repository is here https://github.com/grodansparadis/vscp-python-send-file-measurement

Categories
Programming Python VSCP vscp-python-send-file-measurement

New release: vscp-python-send-file-measurement (0.0.1)

A new release (0.0.1) has been published named vscp-python-send-file-measurement. This script can be used to publish a (floating point) value received on standard input as a VSCP measurement event to a remote VSCP server over the VSCP tcp/ip link protocol.

Repository is here https://github.com/grodansparadis/vscp-python-send-file-measurement

Categories
Programming Python VSCP vscp-python-send-heartbeat

New release: vscp-python-send-heartbeat (1.0.1)

A new package vscp-python-send-heartbeat has been released in version 1.0.1. It contains two scripts

send-mqtt-heartbeat.py

Send a VSCP heartbeat to a configured MQTT broker.

send-vscp-heartbeat.py

Send a VSCP heartbeat event to a configured VSCP server.

Both scripts can be configure on the command line, via a configuration file and using credentials from .netrc.



Categories
Programming Python pyvscptypes VSCP

New version of pyvscptypes (0.0.11)

A new version of pyvscptypes (0.0.11) has been released.

Module is available here https://pypi.org/project/pyvscptypes/

Repository is here https://github.com/grodansparadis/pyvscptypes

Categories
Programming Python VSCP

New version of pyvscpclasses (0.0.11)

A new version of pyvscpclasses (0.0.11) has been released.

Module is available here https://pypi.org/project/pyvscpclasses/

Repository is here https://github.com/grodansparadis/pyvscpclasses

  • Leaved alpha to stable
  • Added latest class definitions

Categories
Programming Python pyvscp

New version of pyvscp (0.3.13)

A new version of pyvscp (0.3.13) has been released.

Module is available here https://pypi.org/project/pyvscp/

Repository is here https://github.com/grodansparadis/pyvscp

  • Leaved alpha to stable
  • Added method toString for vscpEvent and vscpEventEx classes which will get the event info on the standard VSCP comma separated string form.
  • Added method getDataAsString for vscpEvent and vscpEventEx classes which will get the data of the event as a comma separated string
Categories
BLE Bluetooth Demo Programming Python VSCP

Added Bluetooth BLE sensorpuck python script

Added a python script that collect Bluetooth BLE sensor data from a Silicon Labs Sensorpuck and send it to a VSCP Daemon. Data collected is

  • Signal Quality
  • Battery Voltage
  • Temperature
  • Humidity
  • Ambient Light
  • UV Index.

The script is available here https://github.com/grodansparadis/vscp-python-sensorpuck and is including instruction on how to use and install.

Live data is available on the VSCP demo server and a node-red flow is included to show this data in real time.

Categories
Programming Python VSCP

New version of pyvscptypes 0.09

A new version 0.0.9 of pyvscptypes has been published.

https://pypi.org/project/pyvscptypes/

Updated class/type definitions