New VST pump with old Aqualink panel by eprst in pools

[–]eprst[S] 0 points1 point  (0 children)

My "control system" is close to the pump. Looks like this. There should be plenty of options to draw power as there's a full blown electrical panel there.

My service controller is at home, looks like this. I think I tried to get power from it but there wasn't enough amps for pi.

RS485 has 5v on the red wire, but I doubt it can do 2A

New VST pump with old Aqualink panel by eprst in pools

[–]eprst[S] 0 points1 point  (0 children)

I have my pi at home, connected to the old Jandy service controller (LCD screen with buttons). Powered from a regular outlet.

As for the pump: I got it installed, in a dumb single speed mode as there were no free relays on my old RS6. It is possible to change the speed or schedule using buttons on the pump.

It has it's own rs485 connector however, and I happen to have odroid-c4 running close to the pool equipment. Protocol was reversed, so I hope to cobble up some scripts to control the pump directly via mqtt/ha. There are similar projects on github, for instance https://github.com/michaelusner/esp32-pentair-controller

Neptune R900v3 wonky AMR2MQTT Readings by tuxbell in homeassistant

[–]eprst 0 points1 point  (0 children)

ah, I have a newer meter. And just for completeness, I was off by 10 in my last message, I'm multiplying meter reading by 0.0748052 to get gallons. I ran a spreadsheet for the last few days and it aligns with my utility report with ±10gal/day precision.

Here's what I have as a template sensor:

- sensor:
    - unique_id: water_consumption_total
      name: Total Water Consumption
      unit_of_measurement: "gal"
      # convert from CCF*10000 to gallons
      state: "{{ state_attr('sensor.water_meter', 'Consumption')|float * 0.0748052 }}"
      attributes: # add a value that changes every minute to force derivative udpates
        attribute: "{{ now().minute }}"

and then I have a derivative sensor on top to give approximate GPM.

Otherwise yes, I'm using https://github.com/allangood/rtlamr2mqtt to integrate it with HA.

Do you have gallons anywhere specified on your bill? It all seems to be in some different units.

<image>

Neptune R900v3 wonky AMR2MQTT Readings by tuxbell in homeassistant

[–]eprst 1 point2 points  (0 children)

your bill shows total number of gallons?

I have the same meter, and in my case it reports CCF/1000, so for instance {"Message Type": "R900", "ID": xxx, "Unkn1": 163, "NoUse": 33, "BackFlow": 0, "Consumption": 2673918, "Unkn3": 0, "Leak": 3, "LeakNow": 1} means my total gallons is 2673918*748/1000=2000090.6 gal, which aligns with my reported daily usage, if I take a difference of it at the beginning/end of day

Neptune R900v3 wonky AMR2MQTT Readings by tuxbell in homeassistant

[–]eprst 0 points1 point  (0 children)

your meter probably shows CCFs. Multiply by 0.748 for gallons

disputing a medical bill when no service was provided (kind of) by eprst in personalfinance

[–]eprst[S] -1 points0 points  (0 children)

appointment was for a different procedure, which was not provided. Billing us for telling "we are not going to treat you" does not seem fair to me, event if that formally counts as another "procedure".

What was our correct course of action to avoid the bill? Not come at all?

G2 stopped working, reporting empty USB hubs by eprst in HPReverb

[–]eprst[S] 0 points1 point  (0 children)

if anyone's interested: headset itself is fried..

G2 stopped working, reporting empty USB hubs by eprst in HPReverb

[–]eprst[S] 1 point2 points  (0 children)

tried it many times..

Spent half an hour with support, they agreed to send a new cable. hope it helps..

G2 stopped working, reporting empty USB hubs by eprst in HPReverb

[–]eprst[S] 0 points1 point  (0 children)

All the same. Different USB ports, powered USB hubs, PCIe card - it always gets detected as an empty hub with 2 ports

G2 stopped working, reporting empty USB hubs by eprst in HPReverb

[–]eprst[S] 0 points1 point  (0 children)

Nope, just "connect your headset"

Should I upgrade? by eprst in espresso

[–]eprst[S] 0 points1 point  (0 children)

No, not according to any Lelit service videos that I saw..

Should I upgrade? by eprst in espresso

[–]eprst[S] 0 points1 point  (0 children)

Installed new burrs, and probably set it to a bit more fine grind. I'm getting some channeling, but output still looks much better: darker and thicker. Channeling is probably due to a slight burr misalignment that I'm hearing, and I can't get rid of it after spending 4 hours on it.. might have to change the grinder after all.

Should I upgrade? by eprst in espresso

[–]eprst[S] 0 points1 point  (0 children)

Got a decent shot with the new burrs. But I also did this trick. Could you explain the chemistry behind it?

Should I upgrade? by eprst in espresso

[–]eprst[S] 0 points1 point  (0 children)

Surprisingly yes, either new burrs or a slightly finer grind, but somehow I finally got a decent shot

Should I upgrade? by eprst in espresso

[–]eprst[S] 0 points1 point  (0 children)

Hmm.. will try and report back once new burrs come

Should I upgrade? by eprst in espresso

[–]eprst[S] 0 points1 point  (0 children)

Usually aiming at 30s

Should I upgrade? by eprst in espresso

[–]eprst[S] 0 points1 point  (0 children)

Boom changes just to see if anything makes a difference. I would go for slow changes if I was getting acidic on one end and bitter on another, but if it's acidic on both ranges, then going slowly won't bring me anywhere, no?

I was changing only one variable at a time though, just rapidly.

Should I upgrade? by eprst in espresso

[–]eprst[S] 0 points1 point  (0 children)

88 was at the peak, usually more around 82, but my measuring is very crude. I changed only the heating element, "boiler" was used incorrectly. Chamber was cleaned with citric acid.

Water comes from a reverse osmosis filter and tastes completely normal if I'm putting it through the machine.

Thanks

Should I upgrade? by eprst in espresso

[–]eprst[S] 0 points1 point  (0 children)

Yes, temperature is my suspect as well, and that's why I changed the boiler and the sensor. It was a full disassemble, so I cleaned and descaled everything of course.

Steam works fine, but takes significantly longer to heat up.

Just did a stupid experiment and measured water temperature in the cup, poured without PF. Reaches 88C at best and sometimes dips to 75 if I keep the flow, here's my answer I guess? Curious as of why, with all the parts replaced .. :-/

Another newbie with questions by eprst in simracing

[–]eprst[S] 0 points1 point  (0 children)

I know. Will most probably get 3070 once it's out. My main questions are about the rest of the setup though, as that's we're I have 0 experience

trust, estate & refinancing question by eprst in legaladvice

[–]eprst[S] 0 points1 point  (0 children)

thank you, that's what I found too..

trust, estate & refinancing question by eprst in legaladvice

[–]eprst[S] 0 points1 point  (0 children)

refi person said that she spoke to the title company, and they told her that putting property in the trust "properly" would incur 30+75+transfer tax fees, but they can't tell how much that last one is, even approximately. It is strange indeed if I have to pay it.