This project is a simple smart kettle emulator for the ThingsBoard platform. It simulates a smart kettle and sends data to a ThingsBoard instance.
- Clone the repository:
git clone https://github.com/hharkovenko/kettle-emulator
- Navigate to the project directory:
cd kettle-emulator - Install requirements
pip install -r requirements.txt - Configure the emulator Open emulator.py, replace THINGSBOARD_HOST and ACCESS_TOKEN with your own values.
- Run the emulator:
python main.py