TCP commands for Ethernet relay

Ah ,but can’t you share the file? Or where do you have it from? :wink:

I can share the binary, but I don’t know if it works on your processor:

Ok, let’s try it out next week :wink:

Thnx

i think i need the x86_64 version i am running hassos
but i cant do apt get-install commands
can i extract the executable from an rpm file? and then use it ?

https://rpmfind.net/linux/Mandriva/official/2011/x86_64/media/main/release/netcat-traditional-1.10-36-mdv2011.0.x86_64.rpm

@Mark-81
ihow do you actually run that binary file you shared with me?
for test, i placed it in my config folder
then did
bash=> chmod 777 nc => ok
then do
bash=> ./nc

i get file not found

Hi @pergola.fabio. What “your string here” in your dobisreceive.py script do I actually need to send to get the state of all of my switches / lights? I also have a dobiss controller with an IP controller. But I don’t know how to trigger the readout. I’d rather not sift through the Dobiss Ambiance decompiled code.

Traceback (most recent call last):
File "//pve/tank/configs/dobiss/dobisreceive.py", line 8, in <module>
  message = binascii.a2b_hex ("your string here") // needs proper hex string. but which one ?
binascii.Error: Non-hexadecimal digit found

hi, what do you have evolution or maxpro? i will send you the API info

Dobiss PRO CAN Programmer. DO5435. You have api documentation on that version? Would be great :slight_smile:

then i think you need this one

i have the older evolution, but the basics are the same
i use template lights/switches for my moods/lights/dimmers/switches

for the state , i used that python file, cause never got this sensor to work
if you can, then please share :slight_smile:

I will share if I get something working properly. Thank you :slight_smile:

Ok, well I have all my lights/switches/moods up and working, also with state if you control light from outside HA… But maybe my code can have improvement :wink:

Hi Fabio
Just found this topic :smile:
I also have the dobiss with the SXmastermodule DO5120 and the webserver
After many attempts I succeeded to control my switches with HA and the command line switch with curl.
I haven’t found it yet to get the states, so I am limited to get the full advantages of HA (automations and the other cool stuff) I am not a programmer at all and have no experience with netcat or python.
I don’t have the dobiss software tool so i am limited to get the info :grimacing:
Maybe you have tips to get the states working?
Thanks

Hi, Will share you my stuff tomorrow, ok?

Can you also share what you have? Then I’ll update your code with the state

Nice! Here you go :

  - platform: command_line
    switches:
      
      tablet:
        command_on: "curl 'http://192.168.0.141:8080/login/validate/' \
-XPOST \
-H 'Cookie: PHPSESSID=r72foce4u77rraj3be3mv8nam5' \
--data 'login_username=xxx&login_password=xxx' -L http://192.168.0.141:8080/action/6640/"
        command_off: "curl 'http://192.168.0.141:8080/login/validate/' \
-XPOST \
-H 'Cookie: PHPSESSID=r72foce4u77rraj3be3mv8nam5' \
--data 'login_username=xxx&login_password=xxx' -L http://192.168.0.141:8080/action/6640/" 

Do you also have the dobiss webserver?

Here is how my HA looks:

Mooi, ik heb idd ook de webserver, maar die heb je niet nodig, jij stuurt je commando’s rechtstreeks naar de webserver? Ik stuur ze rechtstreeks naar de maxcontroller zelf … daar haal ik ook de status vanaf, ook als je een lichtsensor ofzo hebt, dan kan je die waarde uitlezen…

Maar ik gebruik het vooral voor lichtpunten stopcontact en sferen …

Ik gebruik mijn dobiss webserver ook niet meer nu, veel mooier in HA

Hoe lees je trouwens uw live verbruik uit? Is dan via een smappee ofzo?

ik stuur ze idd naar de webserver. Hoe stuur jij je commando’s naar de controller dan? ook met curl?
Ik heb enkel lichtpunten aan de dobiss, voor stopcontacten heb ik enkele fibaro’s (z-wave)
Lichtsensor van dobiss wordt gebruikt voor lichtpunt in de berging.
Energiemeting ook via z-wave met de aeotec energymeter die ik uitlees met de utility meter van HA aangepast naar de dag & nacht tarief van mijn energieleverancier

Via dit en tcp commando, heel simpel hoor, zal je morgen ook de dobiss software geven, heel simpel om te gebruiken, kan je ook sferen maken die je achter je knoppen kan zetten… Snap niet waarom jij de software niet hebt…

Met jouw curl , weet je eigenlijk niet of je het licht aan / uit zet, je on/off commando ziet er hetzelfde uit … Hoe komt je aan die cookie is?