Cor Bosman
Cor Bosman
Same problem, I have no more data coming into influxdb from HA after 2024.4.2
Yeah I downgraded to 2024.4.2 until homeassistant can fix this important integration. It's pretty much the only way if you want longterm graphs of..anything.
Actually, it seems to be a problem when graph_columns is 1, gdash even crashed if I set graph_columns to 1 in gdash.yaml
Ok, gdash.yaml: :graphite: http://graphite.xs4all.net :templatedir: /data/gdash/graph_templates :options: :title: XS4ALL gdash :prefix: "" :graph_columns: 2 :whisper_dir: "/data/graphite/storage/whisper" :interval_filters: - :label: Last Hour :from: -1hour :to: now - :label: Last Day :from:...
Yes, they seem valid. https://thismight.be/offensive/map/get_coordinates.php The sanitised dump had some really funky data 0.203052,0.97733 -179.913,-89.4475 A lat of -179 doesnt exist. The sql above should generate some correct random lat/lon...
Ah, i see what happened. x/y got swapped in the maxxer_locations table. That probably has been that way since day 1. So x=lat, y=lon. Not as you'd want it, but...
Numist, can you see what the production table says for x/y in maxxer_locations for userid 3871 (me) Maybe it's right on production, but my own tables got mixed up. In...
Ahha! I think i see the problem (please still double check the x/y on production) My columns are not in order on my dev db. No idea why. Ive got...
Ok, so it's actually also wrong on the production db of tmbo. Amsterdam is 4 lon, 52 lat. So the current code should work. In the code I swap the...
Any news? We could also do this in 2 stages. As far as I can tell, you should be able to just bring my code online and it'll work. If...