mudpi-core icon indicating copy to clipboard operation
mudpi-core copied to clipboard

Configurable automation library for linux SBC boards including raspberry pi

Results 9 mudpi-core issues
Sort by recently updated
recently updated
newest added

Should add unit testing and other test cases to make code more maintainable.

Fresh Bullseye Rapsberry pi image on Rapsberry Pi 4. Installation stops with: Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple Requirement already satisfied: RPi.GPIO in /usr/lib/python3/dist-packages (0.7.0) rm: cannot remove 'composer-setup.php': No such...

Great project, hoping to get mudpi working with my I2C Capacitive Moisture Sensor which uses i2c. I've got it running successfully in Python on the rpi and am looking for...

## mudpi_openWeatherAPI ## Functionality ### Get Forecast weather - Rain (sum, min, max, avearge) over x hours - Temp (min, max, average) over next x hours - Chance of precipitation...

I would like to calculate [Vapour Pressure Deficit](https://en.wikipedia.org/wiki/Vapour-pressure_deficit) on each climate sensor reading (if enabled via config). It requires the temperature and the relative humidity in the air. Then I...

Installer on Pi 3B running raspbian 10 wont be able to install. Shows: ``` Exception: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/pip/_internal/cli/base_command.py", line 143, in main status = self.run(options, args)...

bug

**Describe the bug** using a brand new Raspberry Pi 4 and flashed SD card I tried installing mudpi and as it's almost done it gets the error: unable to install...

bug

**Describe the bug** ``` Can't install mudpi due to the following error: Root composer.json requires php ^7.2 but your php version (8.2.8) does not satisfy that requirement. ``` **List any...

bug

# Pull Request Template ## Description Adds support for DS18B20 one wire temperature sensors. The default setting assumes a single sensor and does not require the user to go and...