Alex Shepherd

Results 5 comments of Alex Shepherd

Hi, Here’s our config file: mqtt: host: 127.0.0.1 port: 1883 influxdb: host: 127.0.0.1 port: 8086 database: office points: - measurement: Temperature topic: +/+/Temperature fields: value: $.payload tags: sensor_id: $.topic[1] -...

Hi Karel, Here’s a “diff” of what I’ve done as a "quick hack” to the code in mqtt2influxdb.py to add locations into the bundle sent to InfluxDB: root@airconmonitor:/usr/local/lib/python3.6/dist-packages/mqtt2influxdb# diff mqtt2influxdb.py-orig-ajs...

Until the SSL issue is resolved, the Package JSON file can be accessed here: [https://web.archive.org/web/20240701151914/https://drazzy.com/package_drazzy.com_index.json](https://web.archive.org/web/20240701151914/https://drazzy.com/package_drazzy.com_index.json)

> @kiwi64ajs did you test it? That won't work for multiple reasons: The test I did was to put that Web Archive URL for the JSON into my Arduino IDE,...

> Hello, hoping for a pointer as I'm new to Arduino... > > I used https://raw.githubusercontent.com/SpenceKonde/ReleaseScripts/refs/heads/master/package_drazzy.com_index.json > Is this because I need to select a lower version than 1.5.2? I...