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
K

kobipes

@kobipes
About
Posts
23
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Unable to connect to /dev/ttyUSB0 [Solved]
    K kobipes

    Today, when I connected the arduino through the usb port in the raspberry pi 3, then entered the /dev directory, I saw this :
    0_1524933413755_a34f22b8-7f2e-40b3-9c1f-e72f6a410ea7-image.png

    Isn't that weird ? what is the "p" is doing there between the tty and the USB0 ? also tried accessing this "ttypUSB0" but still get an error

    Home Assistant

  • Unable to connect to /dev/ttyUSB0 [Solved]
    K kobipes

    @gohan OK I see . I'll try it today. Thanks

    Home Assistant

  • Unable to connect to /dev/ttyUSB0 [Solved]
    K kobipes

    @gohan this : link text.
    I know how to connect the nrf to the arduino board but I don't know how to connect the esp8266-12 with the nrf and the arduino (it does not explained in the link).

    Home Assistant

  • Unable to connect to /dev/ttyUSB0 [Solved]
    K kobipes

    @gohan I thought that the esp8266 may be just a replacement to the WizNET (W5100) or the ENC28J60 (suggested in the mysensors instructions to built Ethernet / MQTT gateways). But from what I understand, upon your link you gave me, I don't see the nrf24 module connected to the ESP8266-12 , but the ESP8266-12 module solely.

    Note that I need the nrf24 to be a part of the Ethernet gateway in order to be able to communicate with the nodes

    Home Assistant

  • HASS.IO not doing anything
    K kobipes

    Sorry to hear that.
    I think the .img file is the same but I'm not 100% sure.

    Home Assistant

  • HASS.IO not doing anything
    K kobipes

    @mntlvr
    BTW, you can find all the hassio versions here :
    link text

    The latest release is 0.67.1 ...

    Home Assistant

  • HASS.IO not doing anything
    K kobipes

    Mine is RPI3
    I don't think that it has a relation to your internet.
    Try flashing the SD card again by following these instructions :
    link text

    Home Assistant

  • Unable to connect to /dev/ttyUSB0 [Solved]
    K kobipes

    @gohan Actually I have the ESP8266-12 and I'll give it a try also (at the same time, ordered the WizNET (W5100) Ethernet module and the ENC28J60 Ethernet module but it will take time until I'll get it) , just wanted to solve the problem with the serial gateway ... :neutral_face:

    Home Assistant

  • HASS.IO not doing anything
    K kobipes

    @mntlvr you can google "hass.io" released versions for example...
    I have no problem with v0.67 (upgraded) so maybe something in the flashing went wrong, try to flash it again with the "etcher" and update us about the status

    Home Assistant

  • HASS.IO not doing anything
    K kobipes

    I can suggest you to try and flash version prior to v0.67 with "etcher" (That's what I flashed and then updated to V0.67 so can't tell you if there is an issue with v0.67) and wait for about 20 min after booting it up from the sd card (for installation). But before that, did you try to ping the address of the hassio to see if it's connected to the same net ? to see if you can access it at all... start with "ping hassio" in the cmd and see if it has a reply

    Home Assistant

  • Unable to connect to /dev/ttyUSB0 [Solved]
    K kobipes

    googling of this problem (same error message) brought me to this link : link text

    but I can't see what am I doing different ? Does anybody have a clue ?

    Home Assistant

  • Unable to connect to /dev/ttyUSB0 [Solved]
    K kobipes

    @nitroburn thank for the detailed explanation but already tried what you suggested without success. After typing
    'hassio host hardware' I've got : "Error decoding json invalid character ':' after top-level value: 404: Not Foundc"

    0_1524427758321_ffe651db-b43a-49ab-9302-ead99d7a49b5-image.png

    also tried what you suggest with "dmesg | grep usb" and got :

    0_1524427942452_9c9d3feb-2725-4bb0-96aa-b23d4f948777-image.png

    as you can see, the usb port is : ttyUSB0 (exactly as typed in the attached configured file - see below) , so why the heck am I getting error in the config file ?! Where am I wrong ??

    This is the config file (written according to [link text](https://www.home-assistant.io/components/mysensors/ guidance) :

    0_1524428296671_6948ae83-14d3-4dbe-9cfa-78fb96a0bd27-image.png

    but I still get this error again and again :
    0_1524428452720_f845e667-d2b7-4e17-8b10-f1260a7edec1-image.png

    Home Assistant

  • Unable to connect to /dev/ttyUSB0 [Solved]
    K kobipes

    @mfalkvidd
    Actually he did but under Hssio the "sudo" keyword is not acknowledged. Tried without this 'super user do' keyword but nothing

    Home Assistant

  • Adding a sensor to the configuration file
    K kobipes

    @martinhjelmare

    What are you using instead of hass.io ? maybe I'll consider using it too if it's working.

    Regarding my problem , I've got this message :
    "Invalid config for [mysensors]: not a valid value for dictionary value @ data['mysensors']['gateways'][0]['device']. Got /'dev/ttyUSB0'.

    I connected to the terminal through SSH are port 22 and typed : ls /dev , saw the tty folder but it was empty (expected USB0 to appear there). But when I typed dmesg | grep tty I see : "ch341-uart converter now attached to ttyUSB0". Really confused ! Though maybe I need to enable the USB0 port but didn't find any clue how to do it. In what forum can I ask for help for this kind of problem ?

    Home Assistant

  • Adding a sensor to the configuration file
    K kobipes

    @gohan OK, I'll give the esp8266 a chance. If I got you right , what you suggest is to replace the Ethernet module suggested here : link text with the esp8266 ? Can you please reefer me to a tutorial or a link of how to connect and to configure ?

    Home Assistant

  • Adding a sensor to the configuration file
    K kobipes

    @gohan OK, after wiring the nrf24 directly to the Raspberry pi GPIO, what should I need to write in the configuration.yaml file to identify it ? No doubts that this type of wiring is also a serial gateway but I have no clue what to write in the configuration file ...

    Home Assistant

  • Unable to connect to /dev/ttyUSB0 [Solved]
    K kobipes

    @david-pinnock

    Did you solved it ? What did you do ? I have the same problem and I'm frustrated

    Home Assistant

  • Adding a sensor to the configuration file
    K kobipes

    @gohan In order to use the Ethernet gateway I need a Ethernet module and I I'll have to wait for a very long time :/ What type of home automation controller are you using instead of the 'Home assistant' ?

    @martinhjelmare ? have a clue ? familiar with Home assistant first serial gateway configuration and can help me ?

    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