Machinechat JEDI
Basic
# Download the Machinechat JEDI software package for Raspberry Pi (ARM64 architecture)
wget https://download.machinechat.io/mc-jedi/arm64raspberrypi/mcjedi_armv64rp.zip
# Change permissions to allow read, write, and execute access to the 'mcjedi.bin' file
sudo chmod 777 mcjedi.bin
# Install the Machinechat JEDI software as a service on the Raspberry Pi
sudo ./mcjedi.bin -service install
# Start the Machinechat JEDI service
sudo ./mcjedi.bin -service start
# If you need to stop and remove the JEDI service, use the following commands:
# Stop the Machinechat JEDI service
sudo ./mcjedi.bin -service stop
# Uninstall the Machinechat JEDI service
sudo ./mcjedi.bin -service uninstall
Data Collectors
-
🆓How to Configure MQTT Data Collector and Create a Data Dashboard in Machinechat JEDI to Display MQTT Data [Watch]
Rules and Action
⏳️How to Setup Rules and Action in Machinechat JEDI to Communicate with Modbus TCP/IP Device [Watch]
⏳️How to Setup Rules and Action in Machinechat JEDI to Communicate with Modbus Serial Device [Watch]
⏳️How to Setup Rules and Action in Machinechat JEDI to Sent Notification to Telegram Chat [Watch]
⏳️How to Setup Rules and Action in Machinechat JEDI to Sent Email Notification [Watch]