
This is ahow a good day look here at the office. Yes the red “error” is just a negative test case.
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
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
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
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
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.
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
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
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
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
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.