sidoh / esp8266_milight_hub

Replacement for a Milight/LimitlessLED hub hosted on an ESP8266
MIT License
940 stars 220 forks source link

Is the beta PlatformIO still required? #244

Closed cmidgley closed 6 years ago

cmidgley commented 6 years ago

In the README, it says:

Note that currently you'll need to use the beta version of PlatformIO. To install with pip: pip install -U https://github.com/platformio/platformio-core/archive/develop.zip

I found that I was successful with the standard/production version of PlatformIO. Perhaps we should remove this from the README?

sidoh commented 6 years ago

Yeah, looks like they released a version that had the needed feature.

Actually looks like the esp8266/Arduino folks released 2.4, which had the feature (KRACK bugfix) that I needed pio beta for anyway.

Great catch!

jstans commented 6 years ago

The milight gateways being susceptible to KRACK is part of the reason I ended up here and haven't set up an isolated ssid+subnet. Out of interest, is the comment you made in the README.md regarding 2.4ghz being insecure related to this @sidoh ? (and thus no longer relevant?)

sidoh commented 6 years ago

The comment in the README is referring to the 2.4 GHz communications sent to the bulbs, not Wifi. The packets are completely unsecured and trivial to spoof.