Tim van Werkhoven
Tim van Werkhoven
When exporting column chart data for multiple data sets via ‘Export All Data’, the labels are not included. When exporting per dataset they are (as expected). Work around is to...
It appears piwigo requires php-mbstring but doesn't check this. When installing piwigo the installer stops (shows a blank screen) and my nginx error log shows the below error. Perhaps add...
**Is your feature request related to a problem? Please describe.** I'd like to share pictures from lightbox view (ideally the resized pictures) over e-mail/instant messages. Currently when I long-press I...
Optionally, push total_wh and power_mw to an influxdb server. Useful to link this to a home automation setup.
Writing InfluxDB is not supported since v0.9 anymore (See https://github.com/influxdata/influxdb/issues/3174). As mitigation, one could use https://github.com/influxdata/influxdb-python instead.
Hi, I like your improvement from blocking domains from `127.0.0.1` to `240.0.0.0` + TCP reset, but have you considered using `NXDOMAIN` for blocking domains? I think that's even better, I've...
I get an occasional TypeError crash running on `python3.8` as follows, any ideas how to solve? ```python Traceback (most recent call last): File "./Plugwise-2.py", line 1471, in main=PWControl() File "./Plugwise-2.py",...
I have a Circle+ plug which occasionally reports negative power: ``` {"typ":"pwpower","ts":1625988700,"mac":"000D6F0002512345","power":0.00} {"typ":"pwpower","ts":1625988710,"mac":"000D6F0002512345","power":0.00} {"typ":"pwpower","ts":1625988720,"mac":"000D6F0002512345","power":-0.10} {"typ":"pwpower","ts":1625988730,"mac":"000D6F0002512345","power":0.00} ``` There must be a rounding/subtraction error somewhere as this kitchen appliance is surely not...
I'd like to show both the real-time power and power consumption in Home Assistant which is difficult in current setup. Any chance to include consumption in the `ten_seconds()` monitor loop?...