optimusprimespace

Results 20 comments of optimusprimespace

Can you use IR and UART functions at the same time (on the code side of things...i know that you can't control the AC two separate way at the same...

Here is a website comparing the different esp8266 modules. The 12F is better than the 12E, because of better antenna thus better reception. https://aruneworld.com/embedded/esp8266/esp8266-boards/

Why do you want to use esp32? The communication can be achieved with the esp8266. It's a waste of resources and money

Also writing continuously to the EEPROM of the sensor isn't desired, because it will shorten it's lifespan. A larger pressure difference or a manual time set for when to update...

Will this fixed version end up on the addons store? Or until then should I fix this on my own?

I have configured the code to use my API key, but every time i restart FF i need to do it again going to about:debugging. I searched for the problem...

I tested the transmitter component with the following config: ``` external_components: - source: github://pr#5974 components: [ remote_transmitter ] remote_transmitter: pin: number: GPIO17 carrier_duty_percent: 50% switch: - platform: template name: "Volume...

Yes it would be awesome to have a separate AQI calculator component, but which of the main pollutants would you include? They need to meet these criteria: - Ozone (ppm)...

Upon further research the CAQI is no longer endorsed by the EU, and instead from 2017 it was replaced by EAQI which has different index levels (now 6). (https://www.eea.europa.eu/themes/air/air-quality-index)

@jesserockz Can you look at the code? It's a small PR, i need help as i don't know what is causing it to have CI/CD errors.