"Sonoff iHost" (smart home hub/computer) from ITead - Can it be hacked to run Home Assistant OS with Bluetooth, Thread/Matter, and ZHA integrations?

Wow, a lot of info bits raining in.

I see, you got Alexie to chat a bit. Anything helpful?

he is going to try get us some further info.

So far, Upstream U-boot is booting :wink:

U-Boot SPL 2023.07.02 (Sep 12 2023 - 03:48:05 +0000)
Trying to boot from MMC2


U-Boot 2023.07.02 (Sep 12 2023 - 03:48:05 +0000)

Model: Edgeble Neu2 IO Board
DRAM:  4 GiB
PMIC:  RK8090 (on=0x10, off=0x00)
Core:  98 devices, 19 uclasses, devicetree: separate
MMC:   mmc@ffc50000: 0, mmc@ffc60000: 1
Loading Environment from MMC... *** Warning - bad CRC, using default environment

In:    serial@ff570000
Out:   serial@ff570000
Err:   serial@ff570000
Model: Edgeble Neu2 IO Board
Net:   No ethernet found.
** Booting bootflow '[email protected]_1' with script

3 Likes

This is very exciting news,but why the Model show Edgeble Neu IO Board ?

Because I am using those configs from upstream for the moment. Their board is very similar to the iHost.

Also these logs would never been seen by a normal user!

Here is a sneak peek, some progress, more to come once I get the dts files tweaked…

Welcome to Home Assistant OS 11.0.dev20230916!

[    1.214681] systemd[1]: Hostname set to <homeassistant>.
[    1.217302] systemd[1]: Initializing machine ID from random generator.
[    3.010075] systemd[1]: Populated /etc with preset unit settings.
[    3.665474] systemd[1]: Queued start job for default target Multi-User System.
[    3.700960] systemd[1]: Created slice Slice /system/ha-cli.
4 Likes

Getting closer, HAOS is running with ZHA via on the on-board Zigbee!

1 Like

Great news! Hopefully I can install it soon!

Off-topic but for your information; in slightly related news, an official “Home Assistant Green” hardware appliance based on some variant of the Rockchip RK3566 SoC was just announced by Nabu Casa. Rockchip RK3566 CPU is slightly faster but they did not include any radio(s) for wireless IoT devices:

yes I saw that, it also has 32GB eMMC, but that comes with similar caveats to sd-cards not really being long lasting with excessive writes!

I still have to work out the ‘install’ process! I currently booting off SD card, but this requires maskROM every boot (or wiping the eMMC)…

1 Like

I like the look of the ihost better - including the LED indicator - and it would be perfect if the indicator effect could be controlled by yourself after installing HAOS!

Green also doesn’t have a microphone or speaker - I now find the TTS feature of the eWeLink CUBE very useful, and I set up quite a lot of voice prompt scenarios.

Marvelous! Großartig!

Yes, the Green is pretty interesting - but the need for an external Zigbee-controller is a bit sobering. The Yellow requires an additional RasPi CM4. Plus whatever drives. On the other hand it supports the HA-team. But I got the iHost because I believe that hardware-wise it offers a nice all-in-one machine.

I believe that if eWeLink cube system can continue to be updated like this, It’s really a boon to a lot of beginner users - I think eWeLink and SONOFF team have done a very right thing,they will give a lot of people who would never to use HA a opportunity to use a localized system. My dad will definitely choose to use their system instead of trying to install, modify and configure the HA on various hardware as I did. What he needs is simple, convenient and stable.

Is there any docker version of deepstack where I can run in ihost ?

@darkxst by the way, noticed that they created a dedicated Docker image container package for green-homeassistant similar to how they have a yellow-homeassistant:

https://github.com/home-assistant/core/pkgs/container/green-homeassistant

https://registry.hub.docker.com/r/homeassistant/yellow-homeassistant

Yes I have seen this, I am currently pretending to be a tinker board, in the hope I can avoid forking any of the core components!

1 Like

Here is a quick update on this, Ive been chipping away at this, getting all the peripherals to work.

So far I have the following working

  • Ethernet
  • Wifi
  • Bluetooth
  • Zigbee
  • yc1175 Indicator (but still needs a custom integration to work within HA)
  • USB including a login console/terminal on the OTG (Power) port

Whats not working yet

  • Sound
  • OTA updates

If anyone would like to help test some early images, before I publish them publicly, let me know. However as there are no upgrades just yet, may require popping the cover off iHost to access internal maskRom button.

8 Likes

Thanks for the update. Sounds great! I have an iHost I’d be willing to test with. Since I am a user with limited knowledge, I’d need a walk-through for the installation process, though.
Cheers, clfberlin

Quick question: Initial maskRom mode can be accessed through the app - Tap 7x on device-id. I assume that access to the internal maskRom button is needed for later updates?