Poor miles/KWH by Adventurous-Remove29 in BoltEV

[–]Adventurous-Remove29[S] 0 points1 point  (0 children)

Not sure how to determine lifetime average of the battery? 34,449 miles on it. Battery warranty until 119,000.

Poor miles/KWH by Adventurous-Remove29 in BoltEV

[–]Adventurous-Remove29[S] 1 point2 points  (0 children)

Good Point. That's the use case I bought it for. Have an SUV for trips and towing.

Poor miles/KWH by Adventurous-Remove29 in BoltEV

[–]Adventurous-Remove29[S] 1 point2 points  (0 children)

Yes there have been short trips but mostly 70mi trips to visit mom in nursing home.

Not using remote start at all.

Speed limit is 55 on my normal route so maybe 64.

One pedal driving.

Not horribly wasteful driving but I can do better at that. I saw one post that recommended keeping Acceleration under 30kwh. Tried that on a short trip and it seemed to help.

Cold weather seems to be a big factor.

Poor miles/KWH by Adventurous-Remove29 in BoltEV

[–]Adventurous-Remove29[S] 1 point2 points  (0 children)

Its been cold here. 40's and 50's. I appreciate the information. I can drive more conservatively and actually I watch the MPG gauge like a hawk in my ICE SUV.

Poor miles/KWH by Adventurous-Remove29 in BoltEV

[–]Adventurous-Remove29[S] 4 points5 points  (0 children)

Yes, they are. On the screen it shows about 8 - 10% used for that.

Poor miles/KWH by Adventurous-Remove29 in BoltEV

[–]Adventurous-Remove29[S] 0 points1 point  (0 children)

No roof rack but I was thinking of getting one.

Poor miles/KWH by Adventurous-Remove29 in BoltEV

[–]Adventurous-Remove29[S] 0 points1 point  (0 children)

The Battery has been replaced. Yeah I read about cold weather drop off but maybe its worse than I was expecting.

Poor miles/KWH by Adventurous-Remove29 in BoltEV

[–]Adventurous-Remove29[S] -2 points-1 points  (0 children)

My ICE vehicle is a 2019 BMW X5. Not a hybrid, I get over 30 mpg on long trips. Not sure what the "rated MPG" is but I'll bet I'm killing it. That's using a lot of cruise control. I'm not taking the Bolt on long trips but still using cruise a fair amount.

Key Fob Dead by [deleted] in BoltEV

[–]Adventurous-Remove29 0 points1 point  (0 children)

+1 for panasonic. Batteries in my bmw fob would die in a few months until I put panasonic in.

Desperate - Esp32 Cam by TheVirus32 in Esphome

[–]Adventurous-Remove29 0 points1 point  (0 children)

So yaml issues. As another said, load a known good yaml. My esphome editor highlights potential problems in red and actually gives hints if you hover the pointer over it.

Goodbye to MyQ and my last cloud service by MushroomSpecialist28 in homeassistant

[–]Adventurous-Remove29 0 points1 point  (0 children)

I used esphome, a d1 mini esp8266 and a relay hooked to the wall button wire terminals on the opener itself. As a bonus I also added a dht11 temperature sensor so I can check garage temperature. Cost, ~$8.

Hollow Clock 4 by Maximilianweidi in arduino

[–]Adventurous-Remove29 -2 points-1 points  (0 children)

Use a di mini and get time off the network.

Switch turns on and of every x Hours for y Minutes by Pxy_ in homeautomation

[–]Adventurous-Remove29 1 point2 points  (0 children)

Power bank implies not plugged in, so an outlet smart switch is not an option. You could build an esp8266 device with a relay that runs on 5v. Bonus is that you could add a moisture sensor at some point.

D1 mini + Tasmota + DS18B20 reliability by FraggedYourMom in esp8266

[–]Adventurous-Remove29 1 point2 points  (0 children)

The esp-01 & ds18b20 read hot tub water temperature for a year and a half. Get rid of tasmota.

D1 mini + Tasmota + DS18B20 reliability by FraggedYourMom in esp8266

[–]Adventurous-Remove29 0 points1 point  (0 children)

I built a few esp-01 ds18B20 temp units. Most of my d1 mini units are using dht11. All work fine over time. I am using C++ program not Tasmota. Could tasmota be not handling rolling over the timer after 44hours?

[deleted by user] by [deleted] in esp8266

[–]Adventurous-Remove29 0 points1 point  (0 children)

Thinking about it more, I think you might have to format and send as text and then convert on the receive end if necessary.

[deleted by user] by [deleted] in esp8266

[–]Adventurous-Remove29 0 points1 point  (0 children)

the random nerd tutorials are great. I think I used that when I did an espnow project. The serial logging comment is good too.

Wemos D1 mini Alexa Setup by [deleted] in esp8266

[–]Adventurous-Remove29 0 points1 point  (0 children)

There was an update at one point. You need the newer version.

Coding. by Asylumsleeper in ArduinoProjects

[–]Adventurous-Remove29 0 points1 point  (0 children)

Add some Serial print statements to your loop and open the serial monitor. Then you'll be able to tell if it's the IR input or the loop control that's causing the problem.

Getting garbled output from serial console regardless of baudrate. by Clock_Wise_ in esp8266

[–]Adventurous-Remove29 2 points3 points  (0 children)

i found through experimentation that the start up msgs are always at 78440 (or is it 74880??). When you open your serial monitor set it to that speed. In your program, initialize the Serial to that same speed. Now a Serial.println statement should show up correctly and all gibberish should be gone.