All Projects → enesbcs → Rpieasy

enesbcs / Rpieasy

Licence: gpl-3.0
Easy MultiSensor device based on Raspberry PI

Programming Languages

python
139335 projects - #7 most used programming language
python3
1442 projects

Projects that are alternatives of or similar to Rpieasy

Blynk Server
Blynk is an Internet of Things Platform aimed to simplify building mobile and web applications for the Internet of Things. Easily connect 400+ hardware models like Arduino, ESP8266, ESP32, Raspberry Pi and similar MCUs and drag-n-drop IOT mobile apps for iOS and Android in 5 minutes
Stars: ✭ 8 (-90.59%)
Mutual labels:  home-automation, raspberry-pi, mqtt, iot, internet-of-things
Home Assistant
Home-Assistant-Config
Stars: ✭ 182 (+114.12%)
Mutual labels:  home-automation, raspberry-pi, mqtt, iot, internet-of-things
Core
🏡 Open source home automation that puts local control and privacy first.
Stars: ✭ 48,265 (+56682.35%)
Mutual labels:  home-automation, raspberry-pi, mqtt, iot, internet-of-things
Coapnet
CoAPnet is a high performance .NET library for CoAP based communication. It provides a CoAP client and a CoAP server. It also has DTLS support out of the box.
Stars: ✭ 23 (-72.94%)
Mutual labels:  home-automation, smart-home, iot, internet-of-things
Sitewhere
SiteWhere is an industrial strength open-source application enablement platform for the Internet of Things (IoT). It provides a multi-tenant microservice-based infrastructure that includes device/asset management, data ingestion, big-data storage, and integration through a modern, scalable architecture. SiteWhere provides REST APIs for all system functionality. SiteWhere provides SDKs for many common device platforms including Android, iOS, Arduino, and any Java-capable platform such as Raspberry Pi rapidly accelerating the speed of innovation.
Stars: ✭ 788 (+827.06%)
Mutual labels:  raspberry-pi, mqtt, iot, internet-of-things
Entity Controller
Entity and lighting controller for managing devices via timers, scripts, and sun-based time restrictions.
Stars: ✭ 156 (+83.53%)
Mutual labels:  home-automation, smart-home, iot, internet-of-things
Psmqtt
Utility reporting system health and status via MQTT
Stars: ✭ 95 (+11.76%)
Mutual labels:  home-automation, mqtt, iot, internet-of-things
Home Assistant Config Fr
🏠Configuration de Home Assistant en français. 👨🏻‍💻 N'hésitez pas à ⭐ mon repo et à copier les bonnes idées ! 🇨🇵
Stars: ✭ 175 (+105.88%)
Mutual labels:  home-automation, smart-home, raspberry-pi, mqtt
Homeassistant
Example Home Assistant Configs
Stars: ✭ 168 (+97.65%)
Mutual labels:  home-automation, raspberry-pi, iot, internet-of-things
Hassio Zigbee2mqtt
Hass.io add-on for zigbee2mqtt
Stars: ✭ 547 (+543.53%)
Mutual labels:  home-automation, raspberry-pi, mqtt, iot
Platypush
A versatile and extensible platform for home and life automation with hundreds of supported integrations
Stars: ✭ 192 (+125.88%)
Mutual labels:  home-automation, raspberry-pi, mqtt, iot
Homeassistant Config
Stars: ✭ 211 (+148.24%)
Mutual labels:  home-automation, raspberry-pi, iot, internet-of-things
Pytradfri
IKEA Trådfri/Tradfri API. Control and observe your lights from Python. Examples available. On pypi. Sans-io.
Stars: ✭ 778 (+815.29%)
Mutual labels:  raspberry-pi, raspberry, iot, internet-of-things
Ha4iot
Open Source Home Automation system for .NET
Stars: ✭ 146 (+71.76%)
Mutual labels:  home-automation, smart-home, raspberry-pi, iot
Home assistant files
Here are my Home Assistant configuration files
Stars: ✭ 159 (+87.06%)
Mutual labels:  home-automation, raspberry-pi, iot, internet-of-things
Broadlink Mqtt
MQTT client to control BroadLink devices
Stars: ✭ 169 (+98.82%)
Mutual labels:  home-automation, mqtt, iot, internet-of-things
Pjon
PJON (Padded Jittering Operative Network) is an experimental, arduino-compatible, multi-master, multi-media network protocol.
Stars: ✭ 2,615 (+2976.47%)
Mutual labels:  raspberry-pi, mqtt, iot, internet-of-things
Smarthome
Device integration platform for your smart home
Stars: ✭ 92 (+8.24%)
Mutual labels:  home-automation, raspberry-pi, mqtt, iot
Home Assistantconfig
🏠 Home Assistant configuration & Documentation for my Smart House. Write-ups, videos, part lists, and links throughout. Be sure to ⭐ it. Updated FREQUENTLY!
Stars: ✭ 3,687 (+4237.65%)
Mutual labels:  home-automation, smart-home, raspberry-pi, iot
Awesome Home Assistant
A curated list of amazingly awesome Home Assistant resources.
Stars: ✭ 3,487 (+4002.35%)
Mutual labels:  home-automation, mqtt, iot, internet-of-things

To support the development you can:

RPIEasy

Easy MultiSensor device based on Raspberry PI

RPIEasy

Based on Python 3.x and Raspberry PI (Raspbian Linux) this project tries to mimic the magnificent ESPEasy project functions. Main goal is to create a multisensor device, that can be install and setup quickly.

Requirements

  • Debian/Ubuntu/Raspbian Linux
  • Python3

Tested with Raspberry Pi Zero W/Raspbian Buster and PC/Ubuntu 20.04. (may work with other Debian/Ubuntu derivatives) For obvious reasons GPIO based devices needs GPIO support, mainly targeted for Raspberry Pi. However experimental Orange Pi, USB FTDI and Rock Pi S GPIO support also added for testing purposes. Some basic devices (dummy, system informations...) and controllers will work on a normal PC.

Installation

sudo apt install python3-pip screen alsa-utils wireless-tools wpasupplicant zip unzip git
git clone https://github.com/enesbcs/rpieasy.git
cd rpieasy
sudo pip3 install jsonpickle

In case of Debian Stretch or other linux that misses "ifconfig" command:

sudo apt install net-tools

Other dependencies can be reached and installed through the webGUI after starting with: (See Hardware page)

sudo ./RPIEasy.py

Update

There are an external updater and command line manager script by haraldtux:

https://github.com/haraldtux/rpieasy-update

Or you can use the integrated updater at Tools->System Updates, but be warned: save your "data" directory before update if it is containing data that you can't or won't readd manually!

FAQ

In case of questions or problems:

Special Thanks

I would especially like to thank the two biggest supporter, happytm and budman1758 for their ideas and donations which made it possible to acquire a lot of IoT sensors/devices. :)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].