Industrial manufacturing
Industrial Internet of Things | Industrial materials | Equipment Maintenance and Repair | Industrial programming |
home  MfgRobots >> Industrial manufacturing >  >> Manufacturing Technology >> Industrial Technology

Getting Started with ioBroker on a PLCnext EPC 1522 Device

Hi PLCnext’s guy

Preamble

Yesterday thank to Jan Christoph Müller I have installed ioBroker on my PLCnext device (EPC 1522). I’m now happy to share it with you.

Problem/target:

I have:

Why ioBroker?

ioBroker

How to?

1. Log on your device with browser (IE; Firefox, Chrome…):

2. Go to Docker

Getting Started with ioBroker on a PLCnext EPC 1522 Device

3. Give your log-in information on Docker Portainer

4. Go to “App template” –> “custom template” –> “Add custom template”

Getting Started with ioBroker on a PLCnext EPC 1522 Device

5. Fill the information of your template.

Getting Started with ioBroker on a PLCnext EPC 1522 Device

Hint: at “Web editor” you can copy and paste this text

version: ‘2’

services:

  iobroker:

    restart: always

    image: buanet/iobroker:latest

    container_name: iobroker

    hostname: iobroker

    ports:

      – “8081:8081”

    volumes:

      – iobrokerdata:/opt/iobroker

6. now click on “create custom template” at the end of the page

7. go back to “Custom template” on the left side and choose your lately create template

8. click on “deploy the stack” (and wait… time for your coffee :D)

Getting Started with ioBroker on a PLCnext EPC 1522 Device

9. After “coffee’s time” check on your left side under “container” whether your “ioBroker” works

Getting Started with ioBroker on a PLCnext EPC 1522 Device

10. Now log on your ioBroker over: http://192.168.0.29:8081/

11. Here we go, you can now make your first configuration with ioBroker

Getting Started with ioBroker on a PLCnext EPC 1522 Device

I hope, that you enjoy this blog.

If you have any questions, pls. ask me. Next time will show you my application with my Pluggit’s ventilator (Modbus TCP).


Industrial Technology

  1. Thyristor Technology: From SCR to TRIAC, GTO, and UJT
  2. Mastering I2C Communication with Arduino: A Practical Tutorial
  3. Maximizing PLCnext Engineer Simulation: Connect to Node‑RED via REST
  4. Installing and Licensing Atvise SCADA on PLCnext Controllers
  5. Optimizing PLCnext Control Devices with SNMP: A Practical Guide
  6. Cluster Management on PLCnext: Harnessing Kubernetes for Industrial Automation
  7. Seamlessly Connect PLCnext Controllers to Home Assistant for Smart Home Control
  8. Integrating Machine Learning into PLCnext Controllers
  9. Build Your First Go Application on PLCnext: A Beginner’s Guide
  10. easymon Finder: Effortless Remote Monitoring for PLCnext Systems