Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Esp Mqtt Json Multisensor | 304 | 4 years ago | 39 | apache-2.0 | C++ | |||||
(OBSOLETE) ESP MQTT JSON Multisensor for Home Assistant. Supported sensors include the TEMT6000 light, AM312 PIR, DHT22 temperature/humidity sensors. RGB led supports flash, fade, and transition. Over-The-Air (OTA) uploading, too! | ||||||||||
Ha Hpprinter | 62 | 10 months ago | 8 | Python | ||||||
HP Printer Integration | ||||||||||
Nettemp | 52 | 2 years ago | mit | PHP | ||||||
Interface for controlling the temperature sensors DS18B20, supports; serial DS9097, usb DS9097U, usb DS2490, Raspberry Pi GPIO | ||||||||||
C Json Path | 14 | 8 years ago | mit | C | ||||||
Basic Pure C implementation of XPath like query library for JSON-data. No allocs, No c++. Suitable to microcontrollers and sensors. | ||||||||||
Ext Processor Sample | 12 | 4 years ago | Java | |||||||
数据预处理模块 | ||||||||||
Smartthings Capabilities | 11 | 7 days ago | ||||||||
SmartThings Capabilities | ||||||||||
Fusion360_steamvr_json | 10 | 6 years ago | mit | Python | ||||||
A Fusion360 add-in for generating SteamVR Tracking JSON files from 3D CAD Data | ||||||||||
Endpoint Scripts | 8 | 9 years ago | 4 | PHP | ||||||
PHP scripts for the JSON generation and the status display page | ||||||||||
Kafka Sensors | 8 | 2 years ago | apache-2.0 | Java | ||||||
Kafka Serialization Playground | ||||||||||
Pms5003 | 7 | a year ago | 1 | apache-2.0 | C | |||||
PMS5003 air quality sensor data grabbing in C, to JSON, on Linux, with averaging over time |
PMS5003 air quality sensor data grabbing in C, to JSON, on Linux, with optional averaging over time.
Data sheet (kind of…): http://www.aqmd.gov/docs/default-source/aq-spec/resources-page/plantower-pms5003-manual_v2-3.pdf.
No bullshit approach, does well what needs to be done, and nothing more.
If you need HTTP, feed its output to curl.
If you need warmup, use /bin/sleep
.
If you need power management, set your GPIO pins in a shell script, for Christ’s sake.
Beware of Python-based solutions which constantly eat 100% CPU (unless you sleep
artificially), and around 100× as much RAM, cf.