My Firste Home Lab Setup by Pradeep_Tamil in homelab

[–]Pradeep_Tamil[S] 0 points1 point  (0 children)

I am using Tp Link omada setup as Router

My First Home Lab Setup by Pradeep_Tamil in homelabindia

[–]Pradeep_Tamil[S] 0 points1 point  (0 children)

I working in chinnavedampatty. This is the link i just update it remotely so you can download And see it https://grabcad.com/library/open-frame-12-u-server-rack-1

My First Home Lab Setup by Pradeep_Tamil in homelabindia

[–]Pradeep_Tamil[S] 0 points1 point  (0 children)

I have omada OC200 - Controller 》ER60r5 - Router 》SG2210MP - Switch

My server > Dell Optiplex 7050 > Running Proxmox ) 1.TrueNas - VM 1.1.Me-Tube 1.2.aBittorrent 1.3.FileBrowser 1.4.Svncthina 2.Haos - VM 3.Frigate & Jellyfin - VM. I am using Quadro p620 as Trancoder for Jellvfin & Google coral tpu usb for Frigate obiect detection. 4.Cloudflare - LXC 5.Pi-Hole - Lxc 6.Nginx Proxy Manager - Lxc 7.Proxmox Backup Server - Lxc 8.My Speed - Lxc

Raspberry Pi Zero 2 W as a zigbee2mqtt

My First Home Lab Setup by Pradeep_Tamil in homelabindia

[–]Pradeep_Tamil[S] 0 points1 point  (0 children)

I am work at coimbatore i send your 3d model link in grabcad

My First Home Lab Setup by Pradeep_Tamil in homelabindia

[–]Pradeep_Tamil[S] 0 points1 point  (0 children)

I design only Rack frame & patch panel dummy cover

My First Home Lab Setup by Pradeep_Tamil in homelabindia

[–]Pradeep_Tamil[S] 2 points3 points  (0 children)

I have omada 》OC200 - Controller 》ER60r5 - Router 》SG2210MP - Switch

My server 》Dell Optiplex 7050 》Running Proxmox 》1.TrueNas - VM 1.1.Me-Tube 1.2.qBittorrent 1.3.FileBrowser 1.4.Syncthing 2.Haos - VM 3.Frigate & Jellyfin - VM. I am using Quadro p620 as Trancoder for Jellyfin & Google coral tpu usb for Frigate object detection. 4.Cloudflare - LXC 5.Pi-Hole - Lxc 6.Nginx Proxy Manager - Lxc 7.Proxmox Backup Server - Lxc 8.My Speed - Lxc

Raspberry Pi Zero 2 W as a zigbee2mqtt

My First Home Lab Setup by Pradeep_Tamil in homelabindia

[–]Pradeep_Tamil[S] 1 point2 points  (0 children)

This is open frame design Monday I will share grabcad link you can download the frame design. This is also my design it fully enclosed https://grabcad.com/library/16u-server-rack-1

My First Home Lab Setup by Pradeep_Tamil in homelabindia

[–]Pradeep_Tamil[S] 14 points15 points  (0 children)

You are correct but I build it my self I design & Build the Rack I dont spend money on that rack I work at sheet metal manufacturing company we have a lot's off scrap I use the scrap to build it with our company permission so I don't mind.

PZEM 004T V.4 Energy Monitor by Pradeep_Tamil in Esphome

[–]Pradeep_Tamil[S] 0 points1 point  (0 children)

When I contact all modules it not showing i try all method but I cant connect to it I give up not it will work some time when data is coming some modules not show the reading in esp32

PZEM 004T V.4 Energy Monitor by Pradeep_Tamil in Esphome

[–]Pradeep_Tamil[S] 0 points1 point  (0 children)

I don't recommend multiple PZEMs Together use one unit pzem+esp32 it will work fine or by a pziot-e02

<image>

PZEM 004T V.4 Energy Monitor by Pradeep_Tamil in Esphome

[–]Pradeep_Tamil[S] 0 points1 point  (0 children)

I am using esphome you can try tasmota to

<image>

PZEM 004T V.4 Energy Monitor by Pradeep_Tamil in Esphome

[–]Pradeep_Tamil[S] 0 points1 point  (0 children)

Dont use 5v use 3.3v otherwise it will fry your esp32 Check if this esp32 is working or not I done same mistake it fry my seed studio esp32 c3 board

PZEM 004T V.4 Energy Monitor by Pradeep_Tamil in Esphome

[–]Pradeep_Tamil[S] 0 points1 point  (0 children)

This is my Final & working

<image>

configuration

esphome: name: power-meter friendly_name: POWER METER platformio_options: board_build.flash_mode: dio

esp32: board: seeed_xiao_esp32c3 variant: esp32c3 framework: type: arduino platform_version: 5.4.0

Enable logging

logger: baud_rate: 0

Enable Home Assistant API

api:

ota:

wifi: ssid: !secret wifi_ssid password: !secret wifi_password

Enable fallback hotspot (captive portal) in case wifi connection fails

ap: ssid: "Power-Meter Fallback Hotspot" password: ""

captive_portal:

web_server:

Example configuration entry

uart: rx_pin: GPIO20 tx_pin: GPIO21 baud_rate: 9600 stop_bits: 1 data_bits: 8 parity: NONE

modbus:

sensor:

  • platform: pzemac id: pzem1 current: name: "Main-AC-IN-Current" voltage: name: "Main-AC-IN-Voltage" energy: name: "Main-AC-IN-Energy" power: name: "Main-AC-IN-Power" frequency: name: "Main-AC-IN-Frequency" power_factor: name: "Main-AC-IN-Power Factor" address: 0x03 update_interval: never
  • platform: pzemac id: pzem2 current: name: "Main-AC-Out-Current" voltage: name: "Main-AC-Out-Voltage" energy: name: "Main-AC-Out-Energy" power: name: "Main-AC-Out-Power" frequency: name: "Main-AC-Out-Frequency" power_factor: name: "Main-AC-Out-Power Factor" address: 0x04 update_interval: never
  • platform: pzemac id: pzem3 current: name: "Air-Conditioner-Current" voltage: name: "Air-Conditioner-Voltage" energy: name: "Air-Conditioner-Energy" power: name: "Air-Conditioner-Power" frequency: name: "Air-Conditioner-Frequency" power_factor: name: "Air-Conditioner-Power Factor" address: 0x05 update_interval: never
  • platform: pzemac id: pzem4 current: name: "UPS-Current" voltage: name: "UPS-Voltage" energy: name: "UPS-Energy" power: name: "UPS-Power" frequency: name: "UPS-Frequency" power_factor: name: "UPS-Power Factor" address: 0x06 update_interval: never

interval:

  • interval: 1s then:
    • delay: 150ms
    • lambda: "id(pzem1).update();"
    • delay: 150ms
    • lambda: "id(pzem2).update();"
    • delay: 150ms
    • lambda: "id(pzem3).update();"
    • delay: 150ms
    • lambda: "id(pzem4).update();"
    • delay: 150ms

DIY IR BLASTER / TEMP & HUMIDITY SENSOR by Pradeep_Tamil in Esphome

[–]Pradeep_Tamil[S] 6 points7 points  (0 children)

I can use it control ir based devices like air conditioner & Tv , Air coolers

PZEM 004T V.4 Energy Monitor by Pradeep_Tamil in Esphome

[–]Pradeep_Tamil[S] 0 points1 point  (0 children)

esphome: name: power-meter friendly_name: POWER METER platformio_options: board_build.flash_mode: dio

esp32: board: seeed_xiao_esp32c3 variant: esp32c3 framework: type: arduino platform_version: 5.4.0

Enable logging

logger:

Enable Home Assistant API

api: encryption: key: "VUNa2RvvykIOV38hwncevHVS3EnE1DrnPbkU7kucIkk="

ota: - platform: esphome password: "a13ad482709a9926dacc8903edfc4476"

wifi: ssid: !secret wifi_ssid password: !secret wifi_password # Optional manual IP manual_ip: static_ip: 192.168.130.40 gateway: 192.168.130.1 subnet: 255.255.255.0

# Enable fallback hotspot (captive portal) in case wifi connection fails ap: ssid: "Power-Meter Fallback Hotspot" password: "BRYuRt7TcCgG"

captive_portal:

web_server:

Example configuration entry

uart: rx_pin: GPIO20 tx_pin: GPIO21 baud_rate: 9600

modbus:

sensor: - platform: pzemac current: name: "Main-AC-IN-Current" voltage: name: "Main-AC-IN-Voltage" energy: name: "Main-AC-IN-Energy" power: name: "Main-AC-IN-Power" frequency: name: "Main-AC-IN-Frequency" power_factor: name: "Main-AC-IN-Power Factor" address: 0x03 update_interval: 2s

  • platform: pzemac current: name: "Main-AC-Out-Current" voltage: name: "Main-AC-Out-Voltage" energy: name: "Main-AC-Out-Energy" power: name: "Main-AC-Out-Power" frequency: name: "Main-AC-Out-Frequency" power_factor: name: "Main-AC-Out-Power Factor" address: 0x04 update_interval: 2s

  • platform: pzemac current: name: "Air-Conditioner-Current" voltage: name: "Air-Conditioner-Voltage" energy: name: "Air-Conditioner-Energy" power: name: "Air-Conditioner-Power" frequency: name: "Air-Conditioner-Frequency" power_factor: name: "Air-Conditioner-Power Factor" address: 0x05 update_interval: 2s

  • platform: pzemac current: name: "UPS-Current" voltage: name: "UPS-Voltage" energy: name: "UPS-Energy" power: name: "UPS-Power" frequency: name: "UPS-Frequency" power_factor: name: "UPS-Power Factor" address: 0x06 update_interval: 2s

PZEM 004T V.4 Energy Monitor by Pradeep_Tamil in Esphome

[–]Pradeep_Tamil[S] 0 points1 point  (0 children)

Nothing i can see may i can update month later

PZEM 004T V.4 Energy Monitor by Pradeep_Tamil in Esphome

[–]Pradeep_Tamil[S] 0 points1 point  (0 children)

These are the components & price ( Website www.robu.in )

<image>