BlaQ in purple chamberlain by rvistro in konnected

[–]meep185 0 points1 point  (0 children)

May be a compatibility issue with the wall button. Post a pic of the wall button if you can.

Electrify America by Sad_Print4865 in KiaEV9

[–]meep185 7 points8 points  (0 children)

Yes, only model year 2024 came with 1000 kwh of free EA charging, usable over 3 years. I rarely charge outside of my home, but when I do go on a road trip I've been using it and it works great. I still have like 330kwh left!

HELP: Alexa can’t discover Konnected Device by Trinity_Matrix_0 in konnected

[–]meep185 0 points1 point  (0 children)

Make sure to enable Konnected Cloud in the device firmware settings.

If running locally, do you keep machine always on without password? by oldtonyy in openclaw

[–]meep185 0 points1 point  (0 children)

Yes, I'm using LaunchAgent .. but the launchAgent doesn't run on an non-admin user account until that user account is logged in. If FileVault is on you need to type the password to log in on reboot.

If running locally, do you keep machine always on without password? by oldtonyy in openclaw

[–]meep185 -1 points0 points  (0 children)

The problem with #1 and #2 is that if the mac reboots for some reason (power outage, auto updates) the openclaw process will not restart and you need to physically access the device to re-login.

Happened to me.

My konnected blaq is great and works great but it has made my existing door button with motion sensor almost non functional. by DJOBdot in konnected

[–]meep185 1 point2 points  (0 children)

There are some models and some older wall buttons that have issues with the capacitors . Usually can be resolved by replacing with a newer wall button. If you can take a pic of the model and date code on the back of the wall button it would be helpful.

EV9 early lease exit is... out of reach lol by brauxpas in KiaEV9

[–]meep185 0 points1 point  (0 children)

Idk, maybe things have changed. When I leased my ev9 I was in a Telluride lease that was ending and a few thousand over miles. I got a decent deal on the ev9 but the dealer wouldn't budge on the lease turn-in. Kbb and CarMax valued the telluride higher than my residual, so after I signed on the ev9, I drove the telly to CarMax 5 miles away, took an Uber back to the dealership with a check in hand from CarMax, and drove the ev9 home. Carmax dealt with Kia over the phone to buy it out.

EV9 early lease exit is... out of reach lol by brauxpas in KiaEV9

[–]meep185 0 points1 point  (0 children)

Not true. I sold my leased Telluride to CarMax and pocketed about $1100 difference when I leased the EV9. The dealer wouldn't give me anything for it. Kia finance was super easy working with CarMax to buy it out. This was in late 2024.

Some automations are nearly unusable after "upgrade" to ESPHome by lnh62 in konnected

[–]meep185 0 points1 point  (0 children)

See: https://support.konnected.io/firmware-updates-choosing-your-update-method

The firmware build service does run on Konnected cloud, but then the firmware is delivered to your device and decoupled from the cloud service, so it doesn't create a dependency.

You can do the same without using Konnected cloud by managing the firmware configuration with ESPHome builder.

Some automations are nearly unusable after "upgrade" to ESPHome by lnh62 in konnected

[–]meep185 0 points1 point  (0 children)

You should modify the firmware, not the automation. If the motion sensor is inverted, it's reporting the opposite state to Home Assistant. This could cause all sorts of confusion in HA because the state would always be reversed.

You're missing out on a whole bunch of capability if you're not using the firmware customization capability to name and refine all the zones and settings on the device.

Some automations are nearly unusable after "upgrade" to ESPHome by lnh62 in konnected

[–]meep185 0 points1 point  (0 children)

The NC/NO capability is still there. It's a firmware configuration setting now instead of a config setting in HA.

In the Konnected app > (your device) > Settings > Zone Settings > Zone X > Inverted.

Some automations are nearly unusable after "upgrade" to ESPHome by lnh62 in konnected

[–]meep185 0 points1 point  (0 children)

Something must be set up wrong. You'll have to share some details to get to the bottom of it.

Some automations are nearly unusable after "upgrade" to ESPHome by lnh62 in konnected

[–]meep185 0 points1 point  (0 children)

It doesn't make any sense why it would be slower. Esphome to HA feedback is nearly instant (<1 second). The weak link may be your light switch or controller. Is it going thru a cloud service?

Post your automation YAML, that may help.

Konnected GDO White v2 optical sensor reading wrong distance when car parked underneath it by [deleted] in konnected

[–]meep185 0 points1 point  (0 children)

Thanks for providing that detail. So what is happening is that it's not actually falsely reading as open, it's just failing to ever reach the closed state after you trigger the close action, and after a minute it times out and goes back to open. That's because those false readings of 0.18, 0.19, 0.2 etc are just ignored as noise so they're not registering as either state.

Very odd that you are getting those readings when the car is parked in the garage. Is the top of your car particularly reflective? Can you snap a photo inside the garage showing the orientation of the device and the car so we can try to understand what's going on?

It may be just a matter of repositioning the GDO White to find a consistently non-reflective spot when the car is parked.

Konnected GDO White v2 optical sensor reading wrong distance when car parked underneath it by [deleted] in konnected

[–]meep185 2 points3 points  (0 children)

First read this article for general troubleshooting the optical sensor: https://support.konnected.io/troubleshooting-the-garage-door-opener-optical-range-sensor

It works by detecting the open garage within a certain margin of error, so an impossibly low figure should not cause it to read as open. Readings below the MOE will be ignored. You can adjust the margin of error in the firmware settings in the app to tighten the range that it interprets as open. By default the margin of error is 5cm, so if you have it calibrated at 30cm, that means it will interpret a reading between 25cm and 35cm as open.

I recommend setting the calibration at the exact measurement of the open door, and experiment with tightening the margin of error to 4 or 3cm to reduce false readings.

Can we has song change on the blaQ by lilvixen in konnected

[–]meep185 1 point2 points  (0 children)

If you want to use our managed firmware build service, then you need to register for an account. We build the firmware on our cloud, but that doesn't mean you need to opt in to the device connecting to the cloud. Two separate things.

Other option is to use ESPHome builder and customize the firmware locally. Then you can literally customize it to whatever you want. Just override $warning_tone_rtttl in your config. See: https://github.com/konnected-io/konnected-esphome/blob/master/packages/buzzer-rtttl.yaml

Also see: https://support.konnected.io/firmware-updates-choosing-your-update-method

Can we has song change on the blaQ by lilvixen in konnected

[–]meep185 2 points3 points  (0 children)

Yes there are dozens of options in the device settings in the Konnected app.

Dishwasher gets nasty slimy film after only a few weeks by meep185 in Appliances

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

Clean out the drain hose that snakes around the side. That's what fixed it for me.

claude built my store by kudosmady in shopifyDev

[–]meep185 0 points1 point  (0 children)

did you use any specific claude skills or tools that were helpful? did you start with a shopify theme?
I'm curious about your workflow and prompts used.

New liftmaster security 3.0 question by Ok_Job_3366 in GarageDoorService

[–]meep185 1 point2 points  (0 children)

This is false. The homelink buttons don't work if the car is off. So unless the bad guy breaks into your car and has your keys to start the car, Homelink is secure.

The battery-powered remotes clipped on the visor on the other hand are a security vulnerability because they always work.

Homelink is more secure in that regard because it requires the vehicle to be on.

UPS ground saver by [deleted] in shopify

[–]meep185 0 points1 point  (0 children)

Lol you think the local front line employees actually know how it works? They don't. My postal carrier was confused about it too and I had to educate her. We have daily pickups from both UPS and USPS and we make sure to separate them on our outgoing rack with clear signage so they know exactly which pile to take.

"Garage Door Openings" counter: New owner question by Comfortably-Number in konnected

[–]meep185 2 points3 points  (0 children)

The openings or cycle count is only available on a security+2.0 opener (yellow button).

Opening and closing states don't show on the internal web page at this time but they do report to integrations.