cyr-ius / hass-livebox-component

Livebox Component for Home assistant
MIT License
62 stars 21 forks source link

add new features? #10

Closed papo-o closed 3 years ago

papo-o commented 4 years ago

Hello, would it be possible to add the following functions, supported by the livebox, please: list of telephone calls, reset the call list...

JBSoft commented 4 years ago

Hello,

would it be possible to add also :

thanks for already great job ! worked smooth on first trial !

cyr-ius commented 4 years ago

Hello,

would it be possible to add also :

* wifi status (on/off)

* number of clients connnected on wifi ? (so I can stop wifi automatically when nobody uses it after 10pm for example)

thanks for already great job ! worked smooth on first trial !

the switch that turns the wifi on or off represents the wifi status. You can turn on the wifi from the box, you will see the switch adapts. I have just added the number of wifi or wired clients on the WanStatus sensor (version 1.5.1)

JBSoft commented 4 years ago

So fast! thanks a lot!

-> I just updated and I see the wired clients count, but not the wireless. Did I miss something ?

papo-o commented 4 years ago

it is possible to consult the list of recent calls with curl -s -b \""..myCookies.."\" -X POST -H 'Content-Type: application/x-sah-ws-4-call+json' -H \"X-Context: "..myContextID.."\" -d \"{\\\"service\\\":\\\"VoiceService.VoiceApplication\\\",\\\"method\\\":\\\"getCallList\\\",\\\"parameters\\\":{}}\" http://"..LB_address.."/ws for notify the phone number if new lost call

clear call list with curl -m1 -s -b \""..myCookies.."\" -X POST -H 'Content-Type: application/x-sah-ws-4-call+json' -H \"X-Context: "..myContextID.."\" -d \"{\\\"service\\\":\\\"VoiceService.VoiceApplication\\\",\\\"method\\\":\\\"clearCallList\\\",\\\"parameters\\\":{}}\"http://"..LB_address.."/ws

ring the phone curl -m1 -s -b \""..myCookies.."\" -X POST -H 'Content-Type: application/x-sah-ws-4-call+json' -H \"X-Context: "..myContextID.."\" -d \"{\\\"parameters\\\":{}}\" http://"..LB_address.."/sysbus/VoiceService/VoiceApplication:ring

lolo19430 commented 4 years ago

Bonjour, serait-il possible d'ajouter les fonctions suivantes, supportées par la livebox, s'il vous plaît: liste des appels téléphoniques, réinitialisation de la liste d'appels ...

tout a fait d'accord +1

cyr-ius commented 3 years ago

Add feature to 1.6.1

papo-o commented 3 years ago

thanks for that remove service call list works fine, binary sensor attributes show the missed call. but binary sensor is always on even when the missed call list is empty. it's normal? (with 1.6.2 version) MissedCall

cyr-ius commented 3 years ago

Fix in 1.6.3

thanks for that remove service call list works fine, binary sensor attributes show the missed call. but binary sensor is always on even when the missed call list is empty. it's normal? (with 1.6.2 version) MissedCall

Fixed in version 1.6.3

papo-o commented 3 years ago

work fine with 1.6.3 thanks