ARCHIVED FORUM -- March 2012 to February 2022READ ONLY FORUM
This is the second Archived Forum which was active between 1st March 2012 and 23rd February 2022
beojeff: Khimo- There are some stability issues that need to be looked into regarding the BLI and Halo remotes. The BLI keeps loosing its connection with the Halos and needs to be power-cycled to regain the connection. I've reserved static IP addresses for the BLI and the Halos, yet this problem persists. Also, it would be nice to have a reboot option in the BLI configuration interface.
Khimo-
There are some stability issues that need to be looked into regarding the BLI and Halo remotes. The BLI keeps loosing its connection with the Halos and needs to be power-cycled to regain the connection. I've reserved static IP addresses for the BLI and the Halos, yet this problem persists. Also, it would be nice to have a reboot option in the BLI configuration interface.
The reboot option is high on my list as well. As far as the stability of the connection is concerned I am encountering zero problems. My Halo is always connected except if I restart my router, in which case (sometimes) it gets the previous IP+1 (192.168.1.180 before the restart, 192.168.1.181 after the restart). Restarting the BLI solves the issue. I am using the velop system of linksys with 2 mx5300 nodes. One as a router and the other as a child node. Wi-Fi coverage is excellent throughout the house and Wi-Fi speed is very fast especially to Wi-Fi 6 enabled products. I don't know if this is of any help to you Beojeff.
Hi Khimo and Carolpa
Somehow to change the subtitle or text to show the actual temperature.
For example 19c ??
CTR: Hi Khimo and Carolpa Somehow to change the subtitle or text to show the actual temperature. For example 19c ??
Great idea!
Tassos:Great idea!
Carolpa: Tassos: Great idea! you should get the actual temperature in the centre of the button (in Celsius)
Tassos: Great idea!
What do you mean?
red: actual temperature of your location (if resource longitude and latitude are set right)
blue: expected rain fall in mm or snow fall in cm the coming 3 hours
yellow: actual wind direction
Carolpa:red: actual temperature of your location (if resource longitude and latitude are set right) blue: expected rain fall in mm or snow fall in cm the coming 3 hours yellow: actual wind direction
Tassos:What I mean is at the thermostat button instead of set temperature
Tassos:What I mean is at the thermostat button instead of set temperature to be possible to have the actual temperature of the thermostat inside the house.
I do have a Nest but it is not available anymore in the BLI.
Carolpa:What mark/type of thermostat do you have? And more important what settings/informations are available in BLI? I do have a Nest but it is not available anymore in the BLI.
Tassos:The reboot option is high on my list as well. As far as the stability of the connection is concerned I am encountering zero problems. My Halo is always connected except if I restart my router, in which case (sometimes) it gets the previous IP+1 (192.168.1.180 before the restart, 192.168.1.181 after the restart). Restarting the BLI solves the issue. I am using the velop system of linksys with 2 mx5300 nodes. One as a router and the other as a child node. Wi-Fi coverage is excellent throughout the house and Wi-Fi speed is very fast especially to Wi-Fi 6 enabled products. I don't know if this is of any help to you Beojeff.
chucky: Tassos: The reboot option is high on my list as well. As far as the stability of the connection is concerned I am encountering zero problems. My Halo is always connected except if I restart my router, in which case (sometimes) it gets the previous IP+1 (192.168.1.180 before the restart, 192.168.1.181 after the restart). Restarting the BLI solves the issue. I am using the velop system of linksys with 2 mx5300 nodes. One as a router and the other as a child node. Wi-Fi coverage is excellent throughout the house and Wi-Fi speed is very fast especially to Wi-Fi 6 enabled products. I don't know if this is of any help to you Beojeff. I alway set fixed IP”s in my router on all BLI Stuff, why don”t you set it fixed Tassos? Saves hassle and you know where to look.
Tassos: The reboot option is high on my list as well. As far as the stability of the connection is concerned I am encountering zero problems. My Halo is always connected except if I restart my router, in which case (sometimes) it gets the previous IP+1 (192.168.1.180 before the restart, 192.168.1.181 after the restart). Restarting the BLI solves the issue. I am using the velop system of linksys with 2 mx5300 nodes. One as a router and the other as a child node. Wi-Fi coverage is excellent throughout the house and Wi-Fi speed is very fast especially to Wi-Fi 6 enabled products. I don't know if this is of any help to you Beojeff.
I alway set fixed IP”s in my router on all BLI Stuff, why don”t you set it fixed Tassos? Saves hassle and you know where to look.
I've set static IP addresses for my Halos and the BLI, but the problem of the BLI losing connection with the Halos is still recurring.
Tassos:maybe you can start with it…
Make a Resource named "Nest" for example of the type Thermostat and address "1".
function(event, engine)
local Temp_query=engine.query("your_area/your_zone/THERMOSTAT_2SP/Nest/TEMPERATURE")
local temp = Temp_query[1].get_number("VALUE")
engine.fire("your_zone/your_area/Halo remote/your_Halo/SET_TEXT?BUTTON=497f6eca-6276-4993-bfeb-000000810xxx&TEXT="..tostring(temp))
end
But in so far I can look into the Nest/BLI capabilities, I'm not sure it will work. Reading the Help file one should expect it will though.
OR try this line instead of the above one
local Temp_query=engine.query("your_area/your_zone/THERMOSTAT_2SP/Nest/State/TEMPERATURE")
Interesting would be to see what happens, what info you get, in Tools/Monitor, when you press the button
Carolpa: Tassos:maybe you can start with it…I would try it this way Make a Resource named "Nest" for example of the type Thermostat and address "1". function(event, engine) local Temp_query=engine.query("your_area/your_zone/THERMOSTAT_2SP/Nest/TEMPERATURE") local temp = Temp_query[1].get_number("VALUE") engine.fire("your_zone/your_area/Halo remote/your_Halo/SET_TEXT?BUTTON=497f6eca-6276-4993-bfeb-000000810xxx&TEXT="..tostring(temp)) end But in so far I can look into the Nest/BLI capabilities, I'm not sure it will work. Reading the Help file one should expect it will though. OR try this line instead of the above one local Temp_query=engine.query("your_area/your_zone/THERMOSTAT_2SP/Nest/State/TEMPERATURE") Interesting would be to see what happens, what info you get, in Tools/Monitor, when you press the button
I knew you were good with lua but I didn't know you are fast as well!!!
I will check as soon as I get home. Just for the record I think that from the moment nest was bought by google it started being more a liability than an asset in home automation. My main complain is that the home/away function doesn't work as it should. I tried everything that is posted on the web, everything that my mind could thought but still it works when it feels like working. Not reliable at all. Migrating to google account is not an option since I am going to lose connectivity with the BLI. Pitty!
I have set a fixed IP on my router since the last time you proposed. In both cases fixed or dhcp enabled I never had issues with the Halo except when I restart the router. My guess (maybe wild) is that the Halo given that it has both 2.4 and 5 GHz wifi connectivity (of which I am not sure), it "switches" bands which does not justify IP change but you might lose a bit of the responsiveness or if you have coverage from two access points at the spot you have it installed it "switches" access point which it could lead to a different IP. I believe that it is a network issue.
beojeff:I've set static IP addresses for my Halos and the BLI, but the problem of the BLI losing connection with the Halos is still recurring.
chucky: beojeff: I've set static IP addresses for my Halos and the BLI, but the problem of the BLI losing connection with the Halos is still recurring. I think the issue is not the Halo but the BLI. It crashes or gets onresponsive on all my ipads as soon as open something else and go back to the app. This is also on my BV”s or Beosounds. I just start up the bli app again. I am used to it but it is an issue Which needs to fixed. On the Beolink gateway I never had this issue and was always more stable. Could be that Tasso his network uses mesh, I had issues as wel but now cabled, my network is really stable, cost a fortune though to get somebody in to fix it. No mesh for me, it sucks. @tasso, if you have a extensive router with more professional settings you could try and only let you Halo connect to 2.4 or 5 GHZ. I am pretty sure that 2.4 will work better as it has longer range. ( could be under preferences fixed ip of the Halo on your router) It is a shame i still haven”t got one though.
beojeff: I've set static IP addresses for my Halos and the BLI, but the problem of the BLI losing connection with the Halos is still recurring.
I think the issue is not the Halo but the BLI. It crashes or gets onresponsive on all my ipads as soon as open something else and go back to the app. This is also on my BV”s or Beosounds. I just start up the bli app again. I am used to it but it is an issue Which needs to fixed. On the Beolink gateway I never had this issue and was always more stable.
Could be that Tasso his network uses mesh, I had issues as wel but now cabled, my network is really stable, cost a fortune though to get somebody in to fix it. No mesh for me, it sucks.
@tasso, if you have a extensive router with more professional settings you could try and only let you Halo connect to 2.4 or 5 GHZ. I am pretty sure that 2.4 will work better as it has longer range. ( could be under preferences fixed ip of the Halo on your router)
It is a shame i still haven”t got one though.
Hello chucky,
I never had any issues with my Halo.
Thanks for the suggestion though.
Carolpa: I would try it this way Make a Resource named "Nest" for example of the type Thermostat and address "1". function(event, engine) local Temp_query=engine.query("your_area/your_zone/THERMOSTAT_2SP/Nest/TEMPERATURE") local temp = Temp_query[1].get_number("VALUE") engine.fire("your_zone/your_area/Halo remote/your_Halo/SET_TEXT?BUTTON=497f6eca-6276-4993-bfeb-000000810xxx&TEXT="..tostring(temp)) end But in so far I can look into the Nest/BLI capabilities, I'm not sure it will work. Reading the Help file one should expect it will though. OR try this line instead of the above one local Temp_query=engine.query("your_area/your_zone/THERMOSTAT_2SP/Nest/State/TEMPERATURE") Interesting would be to see what happens, what info you get, in Tools/Monitor, when you press the button
I would try it this way
Hello Carolpa, I tried both but the return an error in line 5. I played around a bit and tried with the "real" resource as well but no luck.
At any rate, this is still an issue worth brining up to Khimo.
Tassos:I played around a bit and tried with the "real" resource as well but no luck.
See the reply of Khimo.
Thank you for your message regarding the loss of connection between the BLI and Halos. Actually, only the wall version of the Halo has the option to be wired to the network. The desktop version of the Halo does not have an ethernet port. All of my Halos have always been wifi only.
I have done a factory reset on all of my Halos and the problem keeps recurring.
I came home today and my living room Halo again no longer shows the BLI pages.
Thanks,
Jeff
Hello Jeff,
I just remembered that I was loosing my bli pages when I created buttons that had the alarm icon and if I recall correctly any alarm icon...if it is of any help. I have contacted the khimo team and they told me that they are working on it. I will give it an other go when I am back home.
local Temp_query=engine.query("area/zone/_THERMOSTAT_SENSOR/Temperature/")
local temp = Temp_query[1].get_string("TEMPERATURE")
engine.fire("area/zone/Halo remote/Beoremote Halo/SET_TEXT?BUTTON=497f6eca-6276-4993-bfeb-000000810114&TEXT="..tostring(temp))
Hello guys,
I am trying to make a button on the Halo to show as text the number of the cd track playing every time the Halo wakes up. So far I have done the following which works with a big BUT.
local CD_query=engine.query("Garden/Back Terrace/AV renderer/NL ML Converter/")
local CD = CD_query[1].get("nowPlayingDetails")
engine.fire("House/Family Room/Halo remote/Beoremote Halo/SET_TEXT?BUTTON=497f6eca-6276-4993-bfeb-000000810XXX&TEXT="..tostring(CD))
Hi
I am thinking of upgrading my BLGW to a BLI, I can borrow one from my dealer to test the benefits when using it with my new BeoRemote Halo, is it possible to get a 30 day trial Pro version like with the BLGW, or can I transfer my Khimo subscription to the BLI for a short Periode?
Søren
Soren: Hi I am thinking of upgrading my BLGW to a BLI, I can borrow one from my dealer to test the benefits when using it with my new BeoRemote Halo, is it possible to get a 30 day trial Pro version like with the BLGW, or can I transfer my Khimo subscription to the BLI for a short Periode? Søren
If your primary interest is seeing how the BLI works with the Halo, the essential version on BLI is really adequate for that. The essential version automatically creates a configuration for Halo with the most logical lights, etc. I was impressed with how the BLI automatically populated the configuration.
Tassos:I have tried different ways to get the track number but with no success.
local core = engine.query("your_area/your_zone/AV renderer/your_BLC")
local Details_now = core[1].get_string("nowPlayingDetails")
local track_pos=string.find(Details_now, "track number:")+13
local track=tonumber(string.sub(Details_now,track_pos,-1))
engine.fire("your_area/your_zone/Halo remote/your_Beoremote Halo/SET_TEXT?BUTTON=497f6eca-6276-4993-bfeb-000000810xxx&TEXT="..tostring(track))
Eclipse 65V1-32Beosound M5Essence MK2BLI
Seanie_230:Hello all I am using essential mode. Any idea how to move the scene at the bottom to the top? The Halo shows it at the end of the list and I would like to get it to the start of the list by moving it up.
I am using essential mode.
Any idea how to move the scene at the bottom to the top?
The Halo shows it at the end of the list and I would like to get it to the start of the list by moving it up.
I believe you can only edit the Halo's menu in pro mode. When in pro mode, you do this by going to the Interfaces tab. It's well worth upgrading to pro mode -- especially if you're used to the control you had using a BLGW.
BTW, Khimo really does deserve the benefit from us upgrading to Pro mode. Their support has been amazing!
beojeff:BTW, Khimo really does deserve the benefit from us upgrading to Pro mode. Their support has been amazing!
If available the way to change the order:
1. goto Interfaces / Zones setup
2. choose the zone
3. click and hold the three lines and drag the line to the position
It seems though also that the original order of the Scenes are defined by the succession the Virtual Resources were programmed. Maybe by re-entering the scenes in the appropriate order will do the trick.
beojeff:Khimo- Thank you for your message regarding the loss of connection between the BLI and Halos. Actually, only the wall version of the Halo has the option to be wired to the network. The desktop version of the Halo does not have an ethernet port. All of my Halos have always been wifi only. I have done a factory reset on all of my Halos and the problem keeps recurring. I came home today and my living room Halo again no longer shows the BLI pages. Thanks, Jeff
chucky:Same issue, I can wire but it is a remote. I lose connection at least 4 times a day. B&O logo etc. I am waiting on a solution so I can buy more halo”s Chucky
Happy New Year dear BLI/Khimo team and all forum BLI experts and lurking enthusiasts!
I saw Beogram 7000 and Beogram 4000 integrated with Halo and (I assume) BLI in Carolpa's post on the page 14. What is needed to achieve that? Any way to do it with BLC NL/ML or a Beomaster is needed too? Merely hoping for a remote "Start/Stop" fumctionality.
AnalogPlanet:I saw Beogram 7000 and Beogram 4000 integrated with Halo and (I assume) BLI
The Halo buttons are programmed/setup with BLI.
The BG7000 button is replaced by a Beosystem 7000 button. This button toggles between choosing CD or PH. And Yes the BG7000 starts to play if a record is placed. To integrate a stop also should be possible.
same wishes to you
chucky:No events or loops.
Carolpa:How long did you wait? You should always see messages after some time........