-
What's the issue?I have the following setup: my Marstek device is on my VLAN IOT network (192.168.30.xxx), and the b2500-meter is running as a Docker container inside my main VLAN network (192.168.20.xxx). I'm not sure how the Marstek searches for my emulated Shelly Pro 3EM, but it can't seem to find it. The Marstek can reach the IP address of the Docker container where the b2500-meter is running per firewall configuration , but it still doesn't seem to discover it. Does anyone have experience with a VLAN setup like this? The output of the container is Your setup
Configuration[GENERAL]
DEVICE_TYPE = shellypro3em
SKIP_POWERMETER_TEST = False
DISABLE_SUM_PHASES = False
DISABLE_ABSOLUTE_VALUES = False
POLL_INTERVAL = 1
[HOMEASSISTANT]
IP = 192.168.20.202
PORT = 9090
ACCESSTOKEN =
POWER_CALCULATE = True
POWER_INPUT_ALIAS = sensor.dsmr_reading_phase_currently_delivered_l1,sensor.dsmr_reading_phase_currently_delivered_l2,sensor.dsmr_reading_phase_currently_delivered_l3
POWER_OUTPUT_ALIAS = sensor.dsmr_reading_phase_currently_returned_l1,sensor.dsmr_reading_phase_currently_returned_l2,sensor.dsmr_reading_phase_currently_returned_l3
THROTTLE_INTERVAL = 2 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Marstek's broadcast implementation is pretty "simplistic". AFAIK, what they do is:
So your network setup has to ensure that any traffic going to the |
Beta Was this translation helpful? Give feedback.
Marstek's broadcast implementation is pretty "simplistic". AFAIK, what they do is:
.255So your network setup has to ensure that any traffic going to the
.255IP address gets routed to B2500-Meter.