I am facing some issues to implement a sensor, which reads the energy out of my electric smart meter.
The reader is reachable under 192.168.2.204. The MQTT setup in this reader looks like this:
The issue is, that there is in my home assistant no delivery:
Yes, 192.168.3.38 ist my HA where the Mosquitto addon is running.
I can connect to my HA via MQTT Explorer. It looks like that MQTT is sending correct, am i right with this intention? Maybe the code in configuration.yaml is wrong.
At first sight, there is no messages in Mosquitto (although, as you did not specify “retain” on the “reader” side, you’ll have to wait a bit for message to appear).
Likely, as it seems your “reader” does not push data to Mosquitto.
Don’t you have any kind of logging on that side?
Somehow, when i set the sensor to 192.168.3.xx, i can´t reach it anymore.
The sensor is connected via WIFI to an AccessPoint, which is in the subnet 192.168.2.xx.
How do i get the sensor correctly to the 192.168.3.xx subnet?
Warning: wild guess about the OP network configuration
Would you be using a wifi mesh like the TP-link deco P9?
By default, those install themselves in “Router” mode, creating a separate subnet which can lead to a bunch of unexpected issues. I set mines in “Access point” mode, which “bridges” all the networks in the same address space.
To WiFi settings: i tried already with IP 192.168.3.xx and Gateway 192.168.3.1 - but then ive no connection to the Reader.
The current ip of the reader is 192.168.2.204 and is reachable.
@koying
Im using an EdgeRouter as dhcp client an on this connected a FritzBox 7530 as mesh master (but configured as AP) for my W-LAN. The Reader is connected via W-LAN over my mesh master.