Phill

Results 347 comments of Phill

Hi, Please see [This Project is Dormant](https://github.com/gcgarner/IOTstack/issues/194). I haven't checked but you may find that these changes have already been made on the active repo.

I suffered the same mis-step but in my case it was trying to write into Influx databases from Node-Red. By the time I got to the Grafana side, I knew...

First, if you're wondering at the comparative silence in response to your question, perhaps see [this project is dormant](https://github.com/gcgarner/IOTstack/issues/194). Second, once you read the above, I'd recommend joining the Discord...

Another thing I've just noticed in the influx database is: ``` > show series key --- rtl_433_234e0f4fcf6b rtl_433_55cd54a7c43f rtl_433_e3852ecbbf92 ``` Those suffixes are from the container identifier, which gets regenerated...

Hi @cklann1 , Just like happened with my original response to this issue, what you've just written also makes me wonder whether you are using: * [gcgarner/IOTstack](https://github.com/gcgarner/IOTstack) **obsolete** ; or...

Another question that comes up from time to time in the Mosquitto context is why the service definition has: ``` volumes: - ./volumes/mosquitto/config:/mosquitto/config - ./volumes/mosquitto/data:/mosquitto/data - ./volumes/mosquitto/log:/mosquitto/log - ./volumes/mosquitto/pwfile:/mosquitto/pwfile ```...

Please see [This Project Is Dormant](https://github.com/gcgarner/IOTstack/issues/194). IOTstack (this repo and the active one) implicitly assume a Raspberry Pi (3 or 4) running Raspbian ("Raspberry Pi OS") with a default login...

Please see [This Project Is Dormant](https://github.com/gcgarner/IOTstack/issues/194). I'm not saying this won't happen on SensorsIot/IOTstack but at least it's the active repo so you're more likely to get help there than...

First off, gcgarner/IOTstack (this repo) is dormant so you might have more luck re-asking this question at the [forked version](https://github.com/SensorsIot/IOTstack). Second, maybe it needs a "depends_on: - influxdb". See [this...