Skip to content

General Discussion

A place to talk about whateeeever you want
1.5k Topics 14.2k Posts
  • Website forum search feature [is broken]

    Pinned
    4
    1 Votes
    4 Posts
    658 Views
    electrikE
    @dbemowsk You can also use google and add mysensors before the search phrase
  • Arduino IDE 1.8.10 - Warning....

    Pinned
    3
    2 Votes
    3 Posts
    642 Views
    skywatchS
    1.8.12 is OK, so no more problems for you either I hope.
  • How to Start Electrical Substation Design?

    2
    0 Votes
    2 Posts
    15 Views
    OldSurferDudeO
    This is really not a MySensors topic! Just by the way present you request indicates that you are way over your head. I have a degree in electrical engineering, the study of electrical energy generation, transmission, distribution, etc. and substation design would take me years of study to be competent. Any discussion about electrical energy delivery start with safety. Fuses and breakers, basically, but these have to be able to break 1000's of amps ... not a trivial task. The trick is to bring down the circuit without damaging other equipment on the circuit. Just detecting a fault is a doctoral candidate dissertation. Basic components: transformers, breakers, switches and a lot of instrumentation. Voltage levels are pretty much already defined because the equipment available is already set for those levels. Transformer basic rating is KVA, input and output voltage. There's a lot more to it ... a lot more. As far as books for beginners ... I can't imagine that there are any. There are probably books for people who have been in the industry for more than a few years.
  • Hello from Newbie

    2
    2 Votes
    2 Posts
    22 Views
    TheoLT
    Welcome @aliansari. I hope MySensors gives you as much you as it has given many others.
  • ic package and power consumption

    6
    0 Votes
    6 Posts
    114 Views
    OldSurferDudeO
    Glad you clarified the scope of your project. Small scale solar projects are much easier. One of my projects is a "battery powered soil moisture sensor, battery recharged by a solar panel" I use a tp4056 board to charge the battery from a 1W solar panel My Arduino Nano wakes up every hour to sample the moisture report the current moisture level. Corrosion is problematic. My house battery project is really outside the scope of MySensors, I'll send that in a chat
  • Keeping MySensors relavant

    2
    4 Votes
    2 Posts
    141 Views
    TheoLT
    For me personal, because MySensors has much more capabilities that most haven't used yet. So to me, I haven't found an alternative that comes close to MySensors. The only thing is. For the easy stuff you don't have to program at all when using esp with HA. But that goes over Wifi and to me that is a No-no.
  • Advice on how to start my IOT project

    10
    0 Votes
    10 Posts
    4k Views
    nagelcN
    I'm not sure about Tart, but Grove is an interface for I2C that is used by Seeed studio. With the right connector, it should be easy to make a Grove compatible MySensors node. Adafruit has Stemma and Sparkfun has Qwiic. These are all similar ways to make I2C sensors more plug and play (at least from a hardware perspective).
  • HLK-PM01 breakout board

    3
    0 Votes
    3 Posts
    173 Views
    hekH
    I turned off the affiliate setup on openhardware when CodeGarage took over the cost of hosting MySensors/OpenHardware.io along with turning off all google ads. The "Buy" functionality on openhardware.io involved alot of manual handling and support. It was not worth the effort. You can still make a donation to @sundberg84 when using his designs. I'm sure he appriciate it. [image: 1769085508704-99017911-478a-449e-8ec1-f55ee103f378-image.png]
  • STM32 support available now in development branch

    3
    3 Votes
    3 Posts
    167 Views
    A
    Thanks ! Hi, this is a great news for MySensors ! I was testing Blue Pill (stm32f1) with stm32 maple core and display library, and now moving to the stm32duino core : everything is ok, and sleep mode seems promising. I have few Black Pill (stm32f4), waiting for test. The hal library is so complete now !
  • A year has passed...

    6
    0 Votes
    6 Posts
    243 Views
    E
    @nagelc wow, you're right! Last time I had bothered looking, it had been multiple years I think since the last commit. Thanks for saying something - I had no clue!
  • What does --my-is-rfm69hw do?

    8
    0 Votes
    8 Posts
    1k Views
    N
    @tekka Thank you!
  • Code Garage to the rescue.

    20
    2 Votes
    20 Posts
    2k Views
    mfalkviddM
    Thanks for reporting @Honk @hek has fixed the cert issue now
  • Setting parameters before system load

    9
    0 Votes
    9 Posts
    419 Views
    nagelcN
    @OldSurferDude Thanks!
  • Merry Christmas and Happy New Year.

    3
    4 Votes
    3 Posts
    149 Views
    TheoLT
    Merry Christmas all!
  • Is the search bar broken?

    5
    0 Votes
    5 Posts
    278 Views
    TheoLT
    @Arvie_Mamayson It was fixed a couple of weeks ago. I just tested and works for me
  • Integrating MySensors Data with a Custom Website Dashboard

    3
    0 Votes
    3 Posts
    202 Views
    OldSurferDudeO
    I concur with @TheoL, though I understand the desire to have better control over your interface. The MySensors serial interface is well documented. You might consider MQTT as a transport mechanism. MQTT Explorer allows you to view the data which makes debugging easier. Good luck with your project.
  • Pjon Script

    10
    0 Votes
    10 Posts
    504 Views
    S
    @David-Jenkins Hi, good evening!! I can't find these examples. Can you share the link to the sketches? Thank you so much!
  • Hacking a Neato Robotics BotVac Connected

    71
    3 Votes
    71 Posts
    82k Views
    T
    Sorry to necro but, you may be interested to hear that someone published a solution to controlling Neato locally on GitHub. Unfortunately it requires a hardware modification in form of an ESP32 or similar board, but with it you should be able to use your Neato with Home Assistant, for example. I haven't yet tested this myself, but the solution looks worth a look and the instructions seem clear enough. https://github.com/Philip2809/neato-connected As I've received the dreaded shutdown email, I'll be looking into this once I have more time to tinker.
  • AI: What is the future of Wikis and Forums?

    10
    1 Votes
    10 Posts
    487 Views
    TheoLT
    Well it's nice that it can help people who want it. Maybe not all.
  • set hostname using static IP

    mysensors hostname static
    3
    0 Votes
    3 Posts
    365 Views
    TheoLT
    I did a grep on the source code and found this snipper #if defined(MY_GATEWAY_ESP8266) || defined(MY_GATEWAY_ESP32) // Turn off access point WiFi.mode(WIFI_STA); #if defined(MY_GATEWAY_ESP8266) WiFi.hostname(MY_HOSTNAME); #elif defined(MY_GATEWAY_ESP32) WiFi.setHostname(MY_HOSTNAME); #endif #if defined(MY_IP_ADDRESS) WiFi.config(_MQTT_clientIp, _gatewayIp, _subnetIp); #endif /* End of MY_IP_ADDRESS */ (void)WiFi.begin(MY_WIFI_SSID, MY_WIFI_PASSWORD, 0, MY_WIFI_BSSID); #endif MySensors uses the standard ESP libraries for this. So I expect it to work. But you need to provide at least a bit of source code. Right now it's hard to answer your question. Regarding to MySensors: A HTTP hostname can only be set for Gateways that either use Wifi or Ethernet For nodes you can provide a sketchname and that will be seen in your controller. Regarding to static non static IP addresses. I prefer to use DHCP and set that device in my router as a static IP. There I also give it another hostname. So that in case I have to replace my Gateway I can do it all in the router. Hope this helps. But please provide more info on what you're trying to achieve

20

Online

11.7k

Users

11.2k

Topics

113.2k

Posts