Metal in walls prevents radio communication. Alternatives?
-
Then I might "steel" thread a bit :)
I want to monitor/count pulses from a power meter. But the thing is that we live in the building and the power meter it is in a "common" metal box (one more meter in it). I can place a device inside and write on it that it is a monitor, but the problem is that meter is inside the completely metal box, with only two wholes, both filled with main power cables. So no holes, no option to get the antenna sticking out of the door, no option to plug it in the power even, it has to run on the battery.
From my understanding, that box is a dead hole when it comes to external communication. Or? Use the box somehow as an antenna? Telepathy perhaps? :)
One "ironman" idea is to clamp around one of the main cables inside the box, to somehow send the signal from "around the cable by injecting microwave signal nano particles" and then from inside the apartment which is 4-5m detect injected signal and send it to the gateway.
But when I make that last thing, then I might as well make the ironman suite... -
Then I might "steel" thread a bit :)
I want to monitor/count pulses from a power meter. But the thing is that we live in the building and the power meter it is in a "common" metal box (one more meter in it). I can place a device inside and write on it that it is a monitor, but the problem is that meter is inside the completely metal box, with only two wholes, both filled with main power cables. So no holes, no option to get the antenna sticking out of the door, no option to plug it in the power even, it has to run on the battery.
From my understanding, that box is a dead hole when it comes to external communication. Or? Use the box somehow as an antenna? Telepathy perhaps? :)
One "ironman" idea is to clamp around one of the main cables inside the box, to somehow send the signal from "around the cable by injecting microwave signal nano particles" and then from inside the apartment which is 4-5m detect injected signal and send it to the gateway.
But when I make that last thing, then I might as well make the ironman suite... -
What do you mean by powerline adapter?
All the main switches/fuses and the meter are in the same stupid metal box. Cables come "magically" into the apartment. Thing is that they belong to the "building", and I can only touch things in the apartment (i cannot install 220v socket inside the box f.eks.). All (almost, except for one) the cables come trough the walls and are not accessibleI could make several non-contact (with the clamp) monitors and attach them around huge appliances, but... that is a plan d (and I do not have plan b or c)
-
yeah that poweline was the one of the ideas (variation on the particle injector from above)..
I will ask electrician next time he comes if he can install one powerplug inside the powermeter box.
If he can do that, then I could use it to send data trough the cable to the inside of the appartment, and take it from there.
I can see daily usage on the power company portal, was hoping to get something more of a real-time-ish -
yeah that poweline was the one of the ideas (variation on the particle injector from above)..
I will ask electrician next time he comes if he can install one powerplug inside the powermeter box.
If he can do that, then I could use it to send data trough the cable to the inside of the appartment, and take it from there.
I can see daily usage on the power company portal, was hoping to get something more of a real-time-ish@dakipro Have been following the electricians work at my house many years now and tbh not very impressed how delicate or elegant their ways or work are. What I did was:
- I drilled a small hole to the main electric intake metal box. Just couple of mm small hole and put plastic lead-through so that the metal edges won't wear the cable. Also drilled the hole to the bottom of the box so that there is no way rain or other crap to go in.
- 5v supply power cable (from mobile or whatever adapter where you can get) through the hole and...
- put ESP8266 (Wemos D1 Mini) in with LM393 light sensor and little bit modified "PulsePowerMeter" example from Mysensors build page and it has been working flawlessly about one year now
- There is little to nothing to go wrong as the Wemos is inside it's own plastic box, secured away from everything and the light sensor is just taped on the led of the electric meter.
So yes, the metal box blocks Wifi signals in some level but not that much it could prevent connection through that metal box, outer wall and one or two in-house walls between my Wifi router. Anyway, you need to get 5V/3,3V power inside the box as batteries don't last very long with ESP8266.
-
If I understand you @Sushukka correctly, you have a esp that connects on wifi in completely metal enclosure, and it connects to your wifi?
That might give some hope that I can do the same, perhaps with a repeater that can be located ~2m from the box, bein separated by 1-2 walls. I tried directly connecting to the main node, but it didn't work.
I understood that Nrf24l01+ uses same frequency (or does it?) as wifi so it should work as well.I will take a photo of the electrical box, but it is basically like this one

and it is built into the wall in a hallway, sort of like this (ignore these numbers, I just googled for a photo)

(but I can live with rechargeable batteries[hell yeah I can live without the pulse meter, but "I need one" :) ]) -
If I understand you @Sushukka correctly, you have a esp that connects on wifi in completely metal enclosure, and it connects to your wifi?
That might give some hope that I can do the same, perhaps with a repeater that can be located ~2m from the box, bein separated by 1-2 walls. I tried directly connecting to the main node, but it didn't work.
I understood that Nrf24l01+ uses same frequency (or does it?) as wifi so it should work as well.I will take a photo of the electrical box, but it is basically like this one

and it is built into the wall in a hallway, sort of like this (ignore these numbers, I just googled for a photo)

(but I can live with rechargeable batteries[hell yeah I can live without the pulse meter, but "I need one" :) ])@dakipro My experiences so far are that even the frequencies with NRF24L01 and ESP8266 are nearly same ESP8266 tend to have better range and communication reliability than NRF24 (even with PA+LNA and caps). Because of architectural differences ESP8266 draws however more energy and really wouldn't rely on batteries with it.
Anyway in your case it seems that the box is little bit thicker than mine hence it probably dampens the signal somewhat more. If I were you, I would just bring the 5V in and by looking those pictures it shouldn't be hard. Currently I have only two battery operated nodes and they are freezer/fridge temperature sensors based on Sensebender. When you are going to have tens and tens of nodes around the house, the battery replacements start to get out of control. So after bringing 5V in, build just a standard Arduino or ESP8266 node. If the signal is not reliable enough, then bring (if using ESP8266) your wifi router closer or MySensors gateway (if using Arduino/NRF24). Of course you could use ESP8266 with Arduino but nowadays with Wemos Minis and similar complete boards, it's kind a dummy move. If putting up another Wifi extender or moving your Wifi router is not an option, just stick with the Arduino/NRF24. After finding out how far the NRF24 can reach with caps and MAX signal strength, you can set a repeater node in strategically selected position if required.
However, if the box dampens the signal very heavily I would just keep the Arduino+light sensor in the box and wire the NRF24 part out of the box (using the same hole where the 5V comes in). Then you would need to build just one node and probably don't need to move any routers/gateways outside.
-
You could still try a PA LNA module with ipx antenna and bring antenna outside of the box, metal should be flexible enough to let the cable get out on one side. And no need to activate pa/lna mode so it can live longer on battery.
