jshatch

Results 13 comments of jshatch

I have run into something similar to the issue reported here, it may be the same thing. My user has about 250GB of data but the UI reports only 78MB...

Rather than truncating tables or other hacks I would really like to see a dev weigh in on this issue and fix it in the code.

This happens to me all the time in the iOS app. Glad to see there is an issue related to it, sad that nobody is doing anything about it.

There is a PR for it, #36 and looks like it just needs to be merged. It's been sitting a while though, so maybe there are problems. I just downloaded...

@anastas78 Though this is working for me, I find that having a new discovery message pop in on every loop might be causing issues (for instance I'm seeing the availability...

@anastas78 The rainRate sensor is invalid in Home Assistant if the units are set to inches per hour. It identifies the `SensorDeviceClass` as `'device_class': 'inch_per_hour'` and HA barfs on it...

I did this to address the frequency of the discovery topic: https://github.com/anastas78/weewx-mqtt/pull/4

I can't get it to reconnect at all. Upon first trying it failed with invalid credentials, then I used the URL redirection method and that took me to a login...

Here's how I got this working. I'm using compose. You need to have both the ytdl_material and ytdl-mongo-db containers using the gluetun network: ``` network_mode: "service:gluetun" ``` Then you need...