Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error: 'class WiFiClass' has no member named 'setSortMethod' #438

Open
stosoorok opened this issue Jun 6, 2024 · 5 comments
Open

error: 'class WiFiClass' has no member named 'setSortMethod' #438

stosoorok opened this issue Jun 6, 2024 · 5 comments

Comments

@stosoorok
Copy link

stosoorok commented Jun 6, 2024

Platformio fails, when I try to build latest version.

I got two errors:

image

image

Any ideas?

@raomin
Copy link
Owner

raomin commented Jun 11, 2024

Probably some framework breaking change. I'll have a look.

@stosoorok
Copy link
Author

Thanks. BTW, where did you enable ESP wifi signal strength? I can't find it.

@Rapanter01
Copy link

Hello, i have the same issue.
Did you found a solution?
Thanks

@raomin
Copy link
Owner

raomin commented Jun 16, 2024

That's weird, I get a successful build with the latest framework (6.7.0).

Can you try to force it:
platform = espressif32 @ 6.7.0

or try to revert to an older one:
platform = espressif32 @ 6.4.0

Note: you can also remove the two lines, it should work just fine.

RE: Wifi signal, the wifi signal threshold was removed for, normally, getting always the best ssid.
At one point, we should move to WiFiMulti.h.

@stosoorok
Copy link
Author

stosoorok commented Jun 17, 2024

Thnx @raomin I commented out these lines yesterday and I was able to compile it and upload. Scratch that wifi rssi. I was using your first version of ESPAltherma which has worked great. I see that many things have changed meanwhile.

I uploaded it via USB. I was not able to get it to upload via espota. What I am missing here?

edit: Is it possible to make ESPAltherma install as easy like this Mitsubishi AC controller with ESPHome? https://github.com/ginkage/MHI-AC-Ctrl-ESPHome

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants