Jump to content

Welcome to Smart Home Forum by FIBARO

Dear Guest,

 

as you can notice parts of Smart Home Forum by FIBARO is not available for you. You have to register in order to view all content and post in our community. Don't worry! Registration is a simple free process that requires minimal information for you to sign up. Become a part of of Smart Home Forum by FIBARO by creating an account.

 

As a member you can:

  •     Start new topics and reply to others
  •     Follow topics and users to get email updates
  •     Get your own profile page and make new friends
  •     Send personal messages
  •     ... and learn a lot about our system!

 

Regards,

Smart Home Forum by FIBARO Team


mrtn

Member
  • Posts

    86
  • Joined

  • Last visited

About mrtn

Profile information

  • Country
    UK
  • Gateway/s
    Home Center 2

Recent Profile Visitors

169 profile views

mrtn's Achievements

Learner

Learner (2/8)

5

Reputation

1

Community Answers

  1. Hi all I am currently using Sonos http api which sits on my QNAP which is working perfectly with a Z-wave remote. I now want to take it a step further and control it via Google Home. Fibaro have recently added GHome api functionality but it doesn't work with any scenes which use virtual devices. Essentially I want to send a HTTP GET call with a voice command via Google Home. Is there any way to achieve it? I know there is a HA Bridge solution but from what I understand it uses old Home app so not ideal.
  2. Actually that's what I thought but it still doesn't work. I wonder whether it's because my block scene pushes a button on a virtual device. Would that be the reason why it's not showing in the Home app?
  3. OK thanks for letting me know, it's an easy fix for me.
  4. The scenes are in LUA. I am guessing this is the reason why they are not supported? Can you clarify which scene types are supported please?
  5. Hi all none of my scenes are showing in Home control. Any way to refresh it?
  6. Below is working code/format of @Sankotronic's solution: local emoji_alarm = "\240\159\154\168" fibaro:setGlobal("Telegram",emoji_alarm.. ' test!')
  7. Excellent! Cheers - I will give it a go and post back later Working code below - credit to @AutoFrank fav = {[1] = "1.RMF%20MAXX", [2] = "2.Radio%20RMF%20Club", [3] = "3.BBC%20Radio%201", [4] = "4.GLOBALFM94.1"} local f = tonumber(fibaro:getGlobalValue("SonosFav")) + 1 --fibaro:debug(f) if f > 3 then f = 0 end fibaro:setGlobal("SonosFav", f) s = Net.FHttp(ipaddress, port) r = s:GET("/"..zone.."/favorite/"..fav[f].."") --fibaro:debug(fav[f])
  8. Thanks @AutoFrank ! Much appreciated. Any chance you could help with cycling through favourites without a HomeTable please?
  9. Thanks for this. I have just tried adding it again closer to my HC2 but no joy. My main problem is that it seems that the magnet stopped working...
  10. Hi I've seen few posts on this and other forums about this problem but none have worked so wondering if anyone has got a solution. For the first time the battery died in my Fibaro door sensor and I can't get it to work after replacing it... I have tried resetting it as per instructions on the forum : https://forum.fibaro.com/index.php?/topic/26974-fibaro-doorwindow-sensor-not-working-after-battery-change/&do=findComment&comment=129384 I have also tried Vesternet's manual: http://www.vesternet.com/knowledgebase/technical/kb-79 - The sensor can still be added/deleted from HC2 - LED doesn't blink when magnet is held close / removed from the body - When paired with the HC2 and after holding both TMP buttons, removing and inserting battery again, the LED blinks slowly 10 times I have tried two different batteries as well...
  11. Hi @akatar Yes, I have added the UBS to HC2 and it's working ok. When I wired it separately, I can see it working when I touch IN to GND. I can see that the output from the light sensor is also at just over 12v. However, having spent all night thinking about it, I think I know where the problem might be. If you look at the light sensor photo above, it looks as only the positive (and not the GND which I need) gets fed through the sensor to both NO and COMMON connectors. Any idea how can I get around that?
  12. Hi all I am trying to wire a photoelectric switch to the universal binary sensor and failing miserably... I was wondering if anyone could help? The photoelectric sensor has got three outputs - from the top: 1. Normal open 2. Common 3. Normal close In terms of the sensor, I am connecting Ground to Ground on the UBS, Positive to 'P' on the UBS and 'IN2' to Normal close. Any help would be much appreciated!
  13. @Sankotronic just looking at the emoji codes on google and can't find any UTF format to match yours. Would you mind explaining where you get the codes from? Thanks
  14. Thanks @Sankotronic! Your solution works beautifully!
  15. Hi all I am using the excellent Telegram push function as per below topic. I am trying to add an emoji inside of a push message. Have tried number of different unicode ways I found on google but none seem to work and the code comes through as text. Amongst the ones I have tried are: U+1F600 u'\U000026C4' \u{1F604} \xF0\x9F\x98\x81 etc
×
×
  • Create New...