Machinechat JEDI

Basic

  1. 🆓How to Download, Install, License, and Run Machinechat JEDI in Windows Machine [Watch]

  2. 🆓How to Download, Install, License, and Run Machinechat JEDI in Raspberry Pi or Ubuntu [Watch]

				
					# 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

  1. 🆓How to Configure MQTT Data Collector and Create a Data Dashboard in Machinechat JEDI to Display MQTT Data [Watch]

Rules and Action

  1. ⏳️How to Setup Rules and Action in Machinechat JEDI to Communicate with Modbus TCP/IP Device [Watch]

  2. ⏳️How to Setup Rules and Action in Machinechat JEDI to Communicate with Modbus Serial Device [Watch]

  3. ⏳️How to Setup Rules and Action in Machinechat JEDI to Sent Notification to Telegram Chat [Watch]

  4. ⏳️How to Setup Rules and Action in Machinechat JEDI to Sent Email Notification [Watch]