💬 MDMSGate
-
Ok thanks. It's just that I wonder if it 's possible to have one sensor via wifi and and an other via 868MHz. I'Il wait for your drawing. TThe gateway looks very nice btw.
-
Ok thanks. It's just that I wonder if it 's possible to have one sensor via wifi and and an other via 868MHz. I'Il wait for your drawing. TThe gateway looks very nice btw.
@RonnieMace
USB, Wi-Fi and Ethernet are using only for connection to controller and you can't use it with different types of sensors. Instead this, you can build gateway which you need, just change jumpers position (and if you want to change radio network you have to change radios). I am drawing two examples of using gateway below.

-
Thanks for the drawing. I understand that the gateway uses or wifi or 868MHz. If I want both I need 2 gateways and connect them to the raspberry controller. Is my assumption correct?
-
Thanks for the drawing. I understand that the gateway uses or wifi or 868MHz. If I want both I need 2 gateways and connect them to the raspberry controller. Is my assumption correct?
@RonnieMace said in 💬 MDMSGate:
I understand that the gateway uses or wifi or 868MHz.
You can use Wi-Fi and 868MHz at the same time, but Wi-Fi is intended for connection to controller only!!! 868MHz is intended for connection to different types of sensors or actuators. You can't establish a connection to any types of sensors via Wi-Fi.
@RonnieMace said in 💬 MDMSGate:
If I want both I need 2 gateways and connect them to the raspberry controller. Is my assumption correct?
No.
-
HI Kalina, Would you please let me know how I could pay the extra $2.5 for RFM69 module? I'd like to make a purchase today.
-
Hi, Finally the parcel from Kalina has arrived. It took two weeks to deliver from Ukraine to Poland (it stuck for 9 days in post office somewhere in Poland)
The gateway works ok, the box enclosure is tiny and looks really good.I highly reccomend Kalina's goods!
Kalina, thx for your support and for the bonus :)

-
Hi, Finally the parcel from Kalina has arrived. It took two weeks to deliver from Ukraine to Poland (it stuck for 9 days in post office somewhere in Poland)
The gateway works ok, the box enclosure is tiny and looks really good.I highly reccomend Kalina's goods!
Kalina, thx for your support and for the bonus :)

-
@Anticimex , I have already uploaded the necessary license files.
-
Unfortunately, for a while the MDMSGate will not be available for the sale (all 15 gateways have been sold). Now I am going to start the next 30 pcs into production. If someone wants to pre-order, please, send a PM to me.
-
@Anticimex , I have already uploaded the necessary license files.
-
@kalina I'm new to "MySensors" and I think this device will suits me very well. My plan is to use MQTT and Wi-Fi mode.
Is this possible? To use Wi-Fi / Ethernet, as I understand, IP addresses for Gateway, router and controller must be defined but I have read that you in all modes is using the serial gateway sketch which not have IP adresses defined.
I wonder if there is any other gateway sketch that shall be used or how to solve this? -
@kalina I'm new to "MySensors" and I think this device will suits me very well. My plan is to use MQTT and Wi-Fi mode.
Is this possible? To use Wi-Fi / Ethernet, as I understand, IP addresses for Gateway, router and controller must be defined but I have read that you in all modes is using the serial gateway sketch which not have IP adresses defined.
I wonder if there is any other gateway sketch that shall be used or how to solve this?@MagnusF said in 💬 MDMSGate:
My plan is to use MQTT and Wi-Fi mode. Is this possible?
Unfortunately, no. This gateway uses a microcontroller PIC18F67J60. Firmware of this uC doesnt support MQTT protocol (in future I probably add this feature). You can only use it as a ethernet gateway. In Wi-Fi mode, the ESP-12 module acts as well as the PIC18F67J60 microcontroller - converts the packets of TCP/IP to UART and vice versa.
Connection to controller through Ethernet :
- Connect MDMSGate to the router (network). After this router will define IP address for gateway through DHCP (for example 192.168.1.6). You also can see this adress in router web interface.
- Open web interface of the controller and fill "IP address" and "Port" for the Ethernet gateway.
- Click "Connect" button and work!
Connecting through Wi-Fi a bit more complicated. If you want I can explain.
-
I have uploaded a small instruction "MDMSGate. Connection to Domoticz". This instruction explains how connect MDMSGate to Domoticz via LAN.
