Category: Programming
A good day
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
- Leaved alpha to stable
- Added latest class definitions
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