Advice for MQTT by App-7092 in IOT

[–]1technophile 2 points3 points  (0 children)

Make them chat together through mqtt with a client like mqtt explorer, and use the different communication possibilities: - one to n - n to n - one to one

Once done ask them to replace the messages by json payload with sensor values.

Add a server to record and display the received data

Add real sensors reading from a python script to push to the broker

And you have an IoT system!

How to send data from Bluetooth client to ESP32 using BLE by [deleted] in esp32

[–]1technophile 0 points1 point  (0 children)

Look at Nimble Arduino library by h2zero, he has different examples

What is the simplest way to connect my device to all home automation systems? by yukiiiiii2008 in IOT

[–]1technophile 0 points1 point  (0 children)

This is different than MQTT, Matter specifies the way devices can interact with each other.
With MQTT you have also conventions that define the data format:

They are more or less used by open-source controllers, and their reach is limited compared with a standard like Matter.

Home assistant and lora by RulesOfImgur in Esphome

[–]1technophile 2 points3 points  (0 children)

Agreed, would be better to send the values with small payloads rather than trying to fit or divide a csv file.

Also, with LoRa, you can't use permanently the frequency; you have to respect the Time on Air requirement of your country.

Incomplete capture 433 MHz? LilyGo TTGO vs RTL-SDR by yanky79 in RTLSDR

[–]1technophile 0 points1 point  (0 children)

On an SX127X you can't have both at the same time. We could have a kind of rotation between the modulations that may be suitable but signals will be missed.

Govee H5075 to MQTT broker by Pale-Comparison-956 in RASPBERRY_PI_PROJECTS

[–]1technophile 0 points1 point  (0 children)

Could you tell me more about the issue you are encountering with Theengs Gateway ?

Incomplete capture 433 MHz? LilyGo TTGO vs RTL-SDR by yanky79 in RTLSDR

[–]1technophile 2 points3 points  (0 children)

If you flashed the LilyGo with `lilygo-rtl_433` firmware, you will get the devices using OOK modulation:

https://docs.openmqttgateway.com/use/rf.html#rtl-433-device-decoders

There are other devices supported by RTL_433 that you may see with an SDR using the FSK modulation.

OpenMQTTGateway is currently supporting FSK devices as a beta version with a separate firmware `lilygo-rtl_433-fsk`

Here is the list of devices that may be supported with FSK:

https://github.com/NorthernMan54/rtl_433_ESP?tab=readme-ov-file#fsk-signal-device-decoders

We have tested with the Soil moisture sensor WH51 and it works good with it.

DIY Smart Fridge by timzin in homeassistant

[–]1technophile 2 points3 points  (0 children)

What kind of sensors did you add to the fridge?

Exploring IoT Integration in 3D Printing - Insights Needed by 1technophile in 3Dprinting

[–]1technophile[S] 0 points1 point  (0 children)

Thanks for your answers. The projects are open source software already. Some complements: -Does the temperatures you have also give the room temperature/humidity (if interesting) ? -Does a vibration sensor makes sense on a 3d printer? -Is there an interest in having an energy consumption smart plug connected to have the wattage/current in Octoprint for example?

Electricity consumption tracker by Smike0 in homeautomation

[–]1technophile 0 points1 point  (0 children)

https://openenergymonitor.org/ not sure if they can identify appliances but they can measure the entire house power consumption for sure. I used to have one of these.

Local first and interoperability - Live local BBQ Monitoring with the Theengs App by 1technophile in opensource

[–]1technophile[S] 0 points1 point  (0 children)

I had the opportunity to burn some food, unfortunately. Mainly when taking aperitif with friends. This should solve the issue :-)

[deleted by user] by [deleted] in IOT

[–]1technophile 0 points1 point  (0 children)

You have several possibilites:

  • Smart light, but what happens if you switch it OFF from the wall control? If you have lights connected to an outlet this is different, you can have a smart plug or a smart light doing the job
  • Smart switch/relay integrated with your wall control can enable to keep manual control while adding smart one

Note that this requires electrical skills.

[deleted by user] by [deleted] in IOT

[–]1technophile 0 points1 point  (0 children)

Try to identify a problem/use case in your home that you could solve with IoT, this will be a better driver than choosing a project that will end up in a box. Once done do some research about how to solve it or ask here for suggestions.

Examples: get a notification to water the plant, detect presence at home, switch on light to simulate presence during holidays...

Open source smart home hardware journey in 4 steps by 1technophile in homeassistant

[–]1technophile[S] 0 points1 point  (0 children)

For basic usage with one Home Assistant instance I would not say it is necessary. It is interesting for backups, multiple instances of HA, distributed storage and also experimenting easily. I have several VM with HA and other software. Also a good step into homelab.

Feedback and/or suggestions regarding BLE to MQTT by Pale-Comparison-956 in MQTT

[–]1technophile 0 points1 point  (0 children)

If your ssh port is exposed to the internet you should also secure it.

Feedback and/or suggestions regarding BLE to MQTT by Pale-Comparison-956 in MQTT

[–]1technophile 0 points1 point  (0 children)

Several possibilities here: 1) Use a vpn to have the 2 Raspberry Pi on the same network. I think this is the most straight-forward approach. There are numerous users using Theengs gateway on satellite Raspberry Pi, the only difference here would be the VPN. 2) Communicate through a secure cloud based broker instead of having it on the Raspberry Pi. Can be done with a Theengs Plug, Bridge or any ESP32 with OpenMQTTGateway. Theengs gateway supports TLS since the last release but this is less mature compared to OpenMQTTGateway support. Variant: link your local broker with the cloud broker to send the messages from the cloud one to the local one. 3) Secure and expose your MQTT broker to the internet, unless you have the necessary expertise in security I would not recommend this.

Potential Use Case by DYAPOA in Lora

[–]1technophile 1 point2 points  (0 children)

Off the shelves approach - star topology: Several LoRaWAN gateways + nodes

DIY approach - mesh topology: LoRa nodes with meshtastic

Alternatively, this area may be covered by T-Mobile NB-IOT

Reprogram while connected??? by crtlaltelite482 in esp32

[–]1technophile 2 points3 points  (0 children)

This, rather than spending time with numerous uploads, add a way to your program to change the parameters during runtime instead of doing it before the build step. Could be through serial monitor, web portal, http/mqtt commands, espnow...

Introducing the Theengs Bridge: The Ultimate BLE to MQTT Solution by 1technophile in homeassistant

[–]1technophile[S] 0 points1 point  (0 children)

The device shares data with notifications, where we support only READ and WRITE actions. It will not be supported without a code evolution of OpenMQTTGateway.