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
martinhjelmareM

martinhjelmare

@martinhjelmare
Plugin Developer
About
Posts
632
Topics
5
Shares
0
Groups
1
Followers
5
Following
0

Posts

Recent Best Controversial

  • Use battery_level to create an entity with a dynamic icon (avoid templates and save airspace noise!)
    martinhjelmareM martinhjelmare

    I think it's a good idea.

    My todo list for mysensors is already very long and I have limited time, though, so I don't think I will code this up soon. It shouldn't be very difficult though, so anyone is welcome to have a go and make a pull request. I'll happily review.

    Home Assistant

  • Presenting to HA over ethernet
    martinhjelmareM martinhjelmare

    @tdecurtins

    https://www.home-assistant.io/components/mysensors/#presentation

    Home assistant only supports ethernet gateways that act as servers. So home assistant will connect as the client, ie we only configure the gateway address in home assistant, not the other way around.

    Home Assistant

  • Move To HASS MQTT - Nodes not responding
    martinhjelmareM martinhjelmare

    @soloam

    If you changed the optimistic setting, actuators will have assumed state and this will show in the ui as two different buttons for on and off.

    I recommend to not use optimistic setting, but instead feedback the new state to home assistant.

    Home Assistant

  • Move To HASS MQTT - Nodes not responding
    martinhjelmareM martinhjelmare

    @soloam

    You need to send/feedback the new state to home assistant from the node in the receive function. Otherwise home assistant thinks the message was not received by the node. This behavior is modified by the optimistic setting in the mysensors config section.

    Home Assistant

  • Problem with sketch IRSender/Receiver (A/C control)
    martinhjelmareM martinhjelmare

    @luglio

    V_IR_RECORD isn't yet supported by home assistant.

    Home Assistant

  • Adding a sensor to the configuration file
    martinhjelmareM martinhjelmare

    @kobipes

    I think you will get the best help regarding USB exposure in Hass.io in the Hass.io section of the home assistant community forum.

    I'm using hassbian.

    Home Assistant

  • Adding a sensor to the configuration file
    martinhjelmareM martinhjelmare

    @kobipes

    Are you using Hass.io?

    The config validation when using Hass.io doesn't seem reliable.

    I've never used Hass.io so I can't really help you better than this. You can try to search this forum and the home assistant forum for similar questions.

    Home Assistant

  • Adding a sensor to the configuration file
    martinhjelmareM martinhjelmare

    Have you read about the mysensors network?
    https://www.mysensors.org/about/network

    You need to have basic knowledge of the different parts of a mysensors network before you start configuring the controller.

    You should also read about the different gateway options.

    https://www.mysensors.org/build/select_gateway

    If you know the different parts of the network you will more easily understand how to configure the controller.

    Home Assistant

  • Sensor naming problem
    martinhjelmareM martinhjelmare

    This is on my todo list. I hope to get to it soon.

    Home Assistant

  • Arduino USB gateway for relay with buttons
    martinhjelmareM martinhjelmare

    You need to feedback the state change to home assistant by sending the new state from the receive function after the calls to digitalWrite and saveState.

    Home Assistant

  • New Light is not shown in HASS
    martinhjelmareM martinhjelmare

    Please post your json persistence file.

    Home Assistant

  • 💬 Sensebender Micro
    martinhjelmareM martinhjelmare

    @stefaanv

    https://forum.mysensors.org/topic/2725/sensebender-micro/29

    OpenHardware.io temperature atmega328 atsha204a humidity flash mysensors

  • MySensors ethernet 2.2.0 problem with control node switches
    martinhjelmareM martinhjelmare

    Add the following line in the receive function eg after the call to digitalWrite.

    send(msg.set(state));
    
    Home Assistant

  • MySensors ethernet 2.2.0 problem with control node switches
    martinhjelmareM martinhjelmare

    You need to feedback and send the changed state to home assistant, after writing the new state to the pin, in the receive function. Otherwise home assistant thinks that the message to change state did not reach the node, and returns to the old state.

    Home Assistant

  • Support MySensors 2.2.0 in Home Assistant
    martinhjelmareM martinhjelmare

    It should be compatible as 2.2.0 is not a breaking change, as far as I know.

    Home Assistant

  • MySensors ethernet 2.2.0 problem with control node switches
    martinhjelmareM martinhjelmare

    Please edit your post and put the sketch within code blocks so it's readable.

    Home Assistant

  • Invalid configuration on hassio
    martinhjelmareM martinhjelmare

    I think you need to specify the absolute path to the persistence file. It should be in a directory where home assistant has write permission. Usually the configuration directory is good.

    Home Assistant

  • Changing from Openhab to Hass.io, problem adding nodes
    martinhjelmareM martinhjelmare

    @antonholmstedt
    If a node is unknown it means that it hasn't sent proper presentation messages.

    A debug log from home assistant and a serial log from the node in question might shed some light. Usually this problem comes from messages not reaching the gateway.

    Home Assistant

  • MySensors lights not functioning correctly since upgrade to 0.61.1
    martinhjelmareM martinhjelmare

    Nothing has changed in the mysensors component lately. I don't know what Hass.io could have done to affect mysensors.

    Which was the last release of home assistant and Hass.io that worked properly? We need more info to pinpoint this.

    Home Assistant

  • mysprinkler for mysensor and home assistant not working together
    martinhjelmareM martinhjelmare

    @johannes-schoeller

    Currently you can hack it by adding those value types and values to the JSON persistence file, keeping the structure. It's not a real solution, but should work. They will get represented as sensor entities in home assistant. If you want to avoid entity_id clashes the V_VAR1 and V_VAR3 should be placed on different children.

    I have on the roadmap to add an option for inital values in the mysensors home assistant config section.

    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