Skip to content

General Discussion

1.6k Topics 14.2k Posts

A place to talk about whateeeever you want

  • 6 Votes
    31 Posts
    13k Views
    barduinoB
    I'm interested in organizing a workshop
  • How does MySensors actually work

    8
    1 Votes
    8 Posts
    3k Views
    Lawrence HelmL
    @palande.vaibhav o.k if all connected o.k, it should show up, remember it will send something when the temperature changes so hold your fingers on the temperature sensor, and it should show up...
  • I need a guidance :)

    8
    0 Votes
    8 Posts
    2k Views
    R
    @Boots33 thank you very very much my dear friend <3
  • New Homepage design

    31
    2 Votes
    31 Posts
    8k Views
    cimba007C
    Well .. overwriting an !important doesn't seem to be this easy .. :D The best I could come up with: // ==UserScript== // @name New Userscript // @namespace http://tampermonkey.net/ // @version 0.1 // @description try to take over the world! // @author You // @match https://forum.mysensors.org/* // @grant none // ==/UserScript== function addNewStyle(newStyle) { var styleElement = document.getElementById('styles_js'); if (!styleElement) { styleElement = document.createElement('style'); styleElement.type = 'text/css'; styleElement.id = 'styles_js'; document.getElementsByTagName('head')[0].appendChild(styleElement); } styleElement.appendChild(document.createTextNode(newStyle)); } (function() { 'use strict'; // Your code here... addNewStyle('.container { width: 55% !important;}'); //$(".container").removeAttr("width"); })();
  • Help parsing a string to grab a value?

    4
    1 Votes
    4 Posts
    2k Views
    T
    Thanks for your help guys! I got it resolved....
  • Xiaomi Mi Flora [Temp/Light/Moisture] BLE Sensor

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Meetup in the Netherlands - Saturday July 30th, in Breda!

    112
    1 Votes
    112 Posts
    45k Views
    G
    @TheoL I will miss the mini maker faire as well (chillin in Ibiza at the moment, familytime)
  • Integrating a Particle Photon with MySensors

    1
    0 Votes
    1 Posts
    874 Views
    No one has replied
  • Diptrace Footprint for Radio module and Arduino Nano?

    7
    0 Votes
    7 Posts
    7k Views
    JeroenVanBusselJ
    @siklosi - thanks for the arduino mini diptrace file. I know the thread is quite old but wanted to ask if the footprint was tested and all pins fit :-). Thanks!
  • Driving electrical heater

    6
    0 Votes
    6 Posts
    2k Views
    alexsh1A
    @phil77560 yes, it is possible - I have a SSR switching on a 3kWatt tent with a help of a simple 433Mhz switch controlled by Domoticz. No MySensors in this setup.
  • Sensor Repeat

    7
    0 Votes
    7 Posts
    2k Views
    F
    @t1m0 Repeater-sensor-node is a Repeater node What I meant with Normal node is Sensor node and they don't send others data to GW Sorry if I was not clear 😉
  • About arduino sketch main function

    6
    0 Votes
    6 Posts
    3k Views
    mfalkviddM
    @Magic-W it is the Arduino project that has the attribute, making it possible for other projects (such as MySensors) or a sketch developer to override.
  • Light sensor sketch with 4 ldr-s

    4
    0 Votes
    4 Posts
    2k Views
    Fat FlyF
    I want drive this tracker with Domoticz. Weather and more options is add simply. Or 4 ldr-s is separately one by one Arduinos.
  • one button code lock

    13
    0 Votes
    13 Posts
    3k Views
    T
    @Dick I love CNC projects. I want to do my first lamination project as a housing for a MySensors project. And also would love the build the Japanese lamp for which I've created the gesture controlled lamp. I recently purchased a decent table saw from the LIDL. Well it's better than what I have. So I hope to speed up my projects. I've mounted it last Saturday and it works. I've got a new 2000W tool ;-)
  • Where to get the RIGHT libraries?

    3
    0 Votes
    3 Posts
    1k Views
    E
    Thanks for the info tbo. I read in forums that the mysensors page is not always up to date because it's manually updated that's why i wasn't sure which info to trust. I trust yours now :)
  • nRF24L01+PA+LNA

    35
    0 Votes
    35 Posts
    45k Views
    O
    @karl261 with the original nrf24l01+ modules this is correct, yes. To save battery use the lowest setting that still works without transmitting errors.
  • 0 Votes
    4 Posts
    2k Views
    R
    @hek @TheoL i think if mysensors work Independent of any controller so this is better ! for example blynk service ! this is a interesting service
  • what is policy of mysensors?

    11
    0 Votes
    11 Posts
    2k Views
    R
    @TheoL thank you my dear TheoL <3
  • Energy pulse meter + ds18b20 for nrf

    1
    0 Votes
    1 Posts
    767 Views
    No one has replied
  • Getting started

    6
    0 Votes
    6 Posts
    3k Views
    M
    @vizonyc You need to build a Network Gateway. follow the guide and it will be easy. I used a UNO with a network Shield (Thera are nice shells for that on thingiverse, like the one I built ) When that is build you use the GatewayW5100MQTTClient sketch. Just edit your mosquitto server in the sketch and upload it to the gateway. Thats it

8

Online

12.2k

Users

11.2k

Topics

113.4k

Posts