Eric Sandeen
Eric Sandeen
Hi, noticed the X axis on graphs doesn't reflect the current timezone. This patch works for me, to show data in the browser's local timezone.
I have Garmin speed & cadence sensors, and they have nothing in their location field AFAICT. However, they are named, i.e. SPD-BLE0XXXXXX. If I'm reading it right, the code will...
this: ``` import coremltools from PIL import Image model = coremltools.models.MLModel('meme-detection.mlmodel') image = Image.open("/Volumes/media/test.jpg") result = model.predict({"image": image}) print(result) ``` yields: ``` python3 ./simple.py Traceback (most recent call last): File...
Maye this is a mysql admin problem and not a btmon.py problem, but I really don't know. I have a client on a rPi collecting data from an ECM1240 and...
I think the following are no longer functional, at least from a public/personal API perspective: - Wattzon - MyEnersave - PeoplePower - Bidgely - MyEragy - Xively I can send...
I get this warning when starting up: **HAP Warning: Characteristic 00000093-0000-1000-8000-0026BB765291 not in required or optional characteristics for service 0000008D-0000-1000-8000-0026BB765291. Adding anyway.** which I think is essentially saying the CO2...
Hi Matthew - I think that upstream weewx might need `rainTotal` rather than `rain_total` for the sensor map examples: ``` [[sensor_map]] windDir = wind_dir.0BFA.Acurite5n1Packet windSpeed = wind_speed.0BFA.Acurite5n1Packet outTemp = temperature.0BFA.Acurite5n1Packet...