Skip to content
  • MySensors
  • OpenHardware.io
  • Categories
  • Recent
  • Tags
  • Popular
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo
Dave MyersD

Dave Myers

@Dave Myers
About
Posts
12
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Template sketch for flexible use with many different sensor types
    Dave MyersD Dave Myers

    I've created a companion Arduino sketch / library to go along with the MySensors library. The companion library is designed with flexibility and inheritance to allow easy configuration of attached sensors and actuators. I.e. just tell the library you want to add a gpio output, an analog input, a PWM output, ... and the library handles all the necessary code. This makes the base Arduino sketch much simpler and allows for easier configuration and programming of modules with different and varying features.

    I'm midway through development and have some more features to add, but I wanted to solicit some feedback to see if there were general ideas or concepts that I am missing. Note: I'm not a professional programmer and am learning some of this as I go!

    The software is specifically designed for (and only tested with) the Home Assistant controller - though I hope other controller software is compatible.

    Github here: https://github.com/brahmafear/MySensors_Node. Best starting point is the Arduino sketch listed in the examples folder.

    Cheers.

    Development

  • isMetric incorrect on new 2.3.2 serial gateway with HomeAssistant
    Dave MyersD Dave Myers

    Opened an issue on HomeAssistant's github as this is sounding more and more like a HomeAssistant issue. If anyone experiencing same issue, perhaps you can bump that issue and add more info.

    https://github.com/home-assistant/core/issues/58475

    Home Assistant

  • HASSIO Raspberry Pi + RF-NANO. Am I doing it right?
    Dave MyersD Dave Myers

    Seconding @Nightbodom -- Can't currently use RPi GPIO connection for NRF radio when running HassIO. You must use a serial, ethernet, or mqtt MySensors gateway.

    And if you are going to need new hardware to set this up - you might want to look at ESP8266/32 as your gateway device as it has wifi/ethernet builtin.

    Troubleshooting

  • isMetric incorrect on new 2.3.2 serial gateway with HomeAssistant
    Dave MyersD Dave Myers

    Ethernet gateway running 2.2 and serial gateway running 2.3.2. isMetric isn't set properly (HomeAssistant set for imperial; nodes connected to new gateway all receive "true" referencing getConfig().isMetric so all temp measurements are reported using celsius values when HomeAssistant expecting fahrenheit.)

    This might have started happening when I moved from YAML config to Integration in HomeAssistant.

    HomeAssistant is latest version.
    Controller (Nano) code is just the basic serial gateway code.

    Is there a way on the gateway to override the isMetric setting received from the controller? I know that I can alter the code on each sensor to ignore, but I'd like to change this just on gateway so as not to have to recompile and upload new code to each sensor node.

    Home Assistant

  • isMetric incorrect on new 2.3.2 serial gateway with HomeAssistant
    Dave MyersD Dave Myers

    Fix mysensors metric/non-metric gateway (@MartinHjelmare - #58476) (mysensors docs)

    Issue should be fixed in HomeAssistant 2021.11.0.

    Home Assistant
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • MySensors
  • OpenHardware.io
  • Categories
  • Recent
  • Tags
  • Popular