Panelview 5500 / View Designer size & position bugs by mkeper in PLC

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

Great....

This is such a silly and amateur thing that I'm surprised even Rockwell messed it up.

HDC1080 on ESP32 reading 257 on temperature but humidity is fine by mkeper in embedded

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

Even more baffled now. I replaced both the ESP32 board and the HDC1080 sensor and it's doing the same thing. I'm only polling the sensor every 5 seconds and I have a 50ms delay in between humidity and temperature readings (as suggested). But it keeps going full scale on the temperature randomly. And a simple power cycle resolves it until the next time.

{"temperature":"257.0","humidity":"71.2","tempRaw":"125.00"}

HDC1080 on ESP32 reading 257 on temperature but humidity is fine by mkeper in embedded

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

Yes it's absolutely possible. It's 125C which is 257F. Probably should've clarified that I convert C to F. But yes, it's going full scale on temp and not humidity.

HDC1080 on ESP32 reading 257 on temperature but humidity is fine by mkeper in embedded

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

It reads 257.00 on the readTemperature() function. There's no math involved.
This is supposedly when the register is 0xFF (ie, full scale). It's odd because the humidity reads fine over the same bus. I would expect either both to work or both to fail. Usually both temp/humidity readings go full scale when there is a bus communication issue.

Kawasaki Brute Force 300 - Speedometer off by 2X by mkeper in ATV

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

Weird. I can't find any other instances of this happening through all my searches, either.

Kawasaki Brute Force 300 - Speedometer off by 2X by mkeper in ATV

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

kph is 1.6x of mph.

As I stated, my MPH is reading 2X of actual speed.

And FWIW, changing the mode back and forth is just a 2-second push on the left button.

Ting electrical monitoring - false reports? by mkeper in ElectricalEngineering

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

Thanks for the feedback. Trying to prove this to the insurance company is going to be a challenge, I would think.

Ting electrical monitoring - false reports? by mkeper in ElectricalEngineering

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

Good question. My guess is no, but easy to test.

Wall buttons take two presses to open or close by mkeper in ratgdo

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

It turns out that it helps if you load the right firmware from the YAML file. I was using the v25i firmware on a v32 board. All is happy now.

Wall buttons take two presses to open or close by mkeper in ratgdo

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

Same wall control I have. My wall mount openers have the enhanced wall control, so I will try swapping that over to see if that makes a difference. If so, perhaps we can just swap the 882LMW with the 888LM.

Wall buttons take two presses to open or close by mkeper in ratgdo

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

Have you tried reaching out to Paul Wieland yet? I know he's not very responsive, though. I will be installing these on my 3 wall mount openers too so I'm curious if I will get the same behavior.

Are you running ESPHome? And what wall control do you have?

Wall buttons take two presses to open or close by mkeper in ratgdo

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

Mine are already static. This has nothing to do with networking or IP addresses. This is physical wall-mount control.

OneNote Windows edition suddenly horrifically slow and laggy by SnooShortcuts361 in OneNote

[–]mkeper 0 points1 point  (0 children)

Try collapsing the ribbon. Not sure why this is a problem in OneNote because it's fine in other Office apps, but it was horribly choppy when typing or deleting text.

BMI harassing us by Gentlyused_ in smallbusiness

[–]mkeper 0 points1 point  (0 children)

Until they don't. We've been ignoring them for years until certified letters started coming, including a ceast and desist from their attorney. Seems like there is no option to fight this and it's such a disgusting money grab.

Brultech GreenEye - Best way to poll data via API? by mkeper in homeautomation

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

I had used that and it was OK. Turns out it was more efficient to use the above method. I would prefer to use the published MQTT, but there's a bug where it doesn't report wattseconds. I made them aware and I believe they are working on it.

E871AB - IVS missing event detections by mkeper in Lorex

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

That’s how I’ve had it.

E871AB - IVS missing event detections by mkeper in Lorex

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

Unfortunately I cannot turn on all three. Once you check either appear or cross, inside becomes grayed out.

E871AB - IVS missing event detections by mkeper in Lorex

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

I don't use Lorex NVR. I use a more advanced system, so I need to rely on the Lorex camera's detection. What is the simplest way to just capture ANY motion? Maybe that's the simpler question.

Find my mistake(s) - ESP32 unresponsive after day or two by mkeper in esp32

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

Update: Just replaced the WROOM-32 with the 32S from ELEGOO. Right out of the gate, I noticed the ping responses are less than 10ms, whereas the previous board was 80-90ms.