MrEditor97

Results 14 comments of MrEditor97

I had this problem earlier, it seems to be to do with the "sqlalchemy" package. However, I found a workaround this morning: Find the file called **"compat.py"** within "**_[python location]_/site-packages/sqlalchemy/util/**"...

Hi, I found the code to work, and have used it to help me create communication between ESP devices and a host Raspberry Pi. It turns out it works quite...

Is it possible to do a check within the configuration validation step to be able to check to ensure that the I2C bus frequency is high enough to support the...

> > Is it possible to do a check within the configuration validation step to be able to check to ensure that the I2C bus frequency is high enough to...

After going through the codebase, looking for some examples of ``FINAL_VALIDATION_SCHEMA``, I have only found examples of it being used with UART, and SPI - so there are no previous...

I have rebased the `mcp9600` sensor component. The I2C frequency check has also been added so it is possible to verify that the I2C bus frequency is above or equal...

@jesserockz This should be ready for a review now. Thanks

> Is it possible to incorporate support for multiple mcp9600s with configurable i2c addresses? I use these several of these with each esp, each with a different bus address. Yes,...

> > > Is it possible to incorporate support for multiple mcp9600s with configurable i2c addresses? I use these several of these with each esp, each with a different bus...

@jesserockz Is this ready for merging now?