Beiträge von bischi2021

    Many thanks for your answer!


    1) It was my fault - the json server is working if i use the curl command .. i get some system information ..


    2) in Openhab i can switch the e.g. LED from "on" to "off" - but after a few seconds it switches automatically back to the initial state "on"


    in the meantime i restarted hyperion and I also reinstalled the hyperion binding .. i always get the same as described in 2)


    I also tried to switch on/off the led device using json:

    curl -X POST -i 'http://192.168.178.XXX:8090/json-rpc' --data '{"command":"componentstate","componentstate":{"component":"LEDDEVICE","state":false}}'

    => that works :)


    .. perhaps anybody knows a solution for the openhab binding in this forum .. but I guess I will go to openhab forum ..

    Hi everybody,


    yesterday i installed my hyperion completly new on a raspberry 4.

    I used the raspberry os and the installation information from the user manual (-> RPi/Debian/Ubuntu)

    Every works fine including controlling the WLED!


    Then I tried to control my hyperion with the Openhab-Binding für Hyperion, which uses the json server. The problem is, that it doesnot work.


    OK - I saw in the debug log in hyperion, that there is a new connection and then closed:

    2022-02-03T09:14:38.820Z [ JSONSERVER] (DEBUG) (JsonServer.cpp:121:closedConnection()) Connection closed for ::ffff:192.168.178.xx
    2022-02-03T09:14:41.821Z [ JSONSERVER] (DEBUG) (JsonServer.cpp:105:newConnection()) New connection from: ::ffff:192.168.178.xx
    2022-02-03T09:14:41.839Z [ JSONSERVER] (DEBUG) (JsonServer.cpp:121:closedConnection()) Connection closed for ::ffff:192.168.178.xx
    2022-02-03T09:14:44.855Z [ JSONSERVER] (DEBUG) (JsonServer.cpp:105:newConnection()) New connection from: ::ffff:192.168.178.xx
    2022-02-03T09:14:44.871Z [ JSONSERVER] (DEBUG) (JsonServer.cpp:121:closedConnection()) Connection closed for ::ffff:192.168.178.xx
    2022-02-03T09:14:47.873Z [ JSONSERVER] (DEBUG) (JsonServer.cpp:105:newConnection()) New connection from: ::ffff:192.168.178.xx


    then i tried to control the hyperion using the json interface as described in the user manual

    -> https://docs.hyperion-project.org/en/json/#http-s-json


    But I get the 404 error ..


    Could it be possible, that the json-server is not runing?

    How could I start the json server?


    Many thanks in advanced,

    Andreas


    PS: I tried to solve it with the manual and with google, but I can't find any real solution :(

    Hello together,


    I used many months my Raspberry Zero W (Hyperbian, Alpha.9) in combination with an usb grabber and WLed strips - it works perfectly.

    But last week I updated my HyperBian to alpha.11.

    Now I have the problem that every time I connect my hyperion to the hdmi splitter the signal (from fire tv stick) to my TV is lost.


    I guess that this problem comes with the alpha.11 - but to be sure I would like to downgrade hyperion to alpha.9


    My Question is: how can I downgrade - or: how can I install the alpha.9?

    (Yesterday I spend some hours in this topic, but I am not a linux expert - so I was not successfull :/)


    Many thanks in advanced!!

    Andreas