Can not get Remote_RPI_GPIO to work

i had this working before in an earlier version but now doesnt work in current

on the remote pi i enable remote gpio i2c serial and one other … in raspi-config
in configuartion yami i have

switch:

  • platform: remote_rpi_gpio
    host: 192.168.0.10
    ports:
    17: Reboot DSL Modem

also i did same for
Binary_sensor

but no entity shows up development
i using raspberry pi 4

so what other configurations are needed?

also remed out binary_sensor one… reboot HA didnt find it
then i un remmed it out and remmed out switch rebooted HA
still cant find in developer tools

so cant access it remotely

im also now running 3.4

it takes several times to update… it usualyl crashes and tells me to check supervisor logs
and then there is a depreciated thing in those logs too

so i learned about the configuration log file i finding the remote rpi has errors maybe you guys know why

Logger: homeassistant.components.binary_sensor
Source: components/remote_rpi_gpio/__init__.py:61
Integration: Binary sensor (documentation, issues)
First occurred: 8:57:23 PM (1 occurrences)
Last logged: 8:57:23 PM

remote_rpi_gpio: Error on device update!
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 360, in _async_add_entity
    await entity.async_device_update(warning=False)
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 465, in async_device_update
    await task
  File "/usr/local/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/usr/src/homeassistant/homeassistant/components/remote_rpi_gpio/binary_sensor.py", line 100, in update
    self._state = remote_rpi_gpio.read_input(self._button)
  File "/usr/src/homeassistant/homeassistant/components/remote_rpi_gpio/__init__.py", line 61, in read_input
    return button.is_pressed
AttributeError: 'NoneType' object has no attribute 'is_pressed'

anyway i can fix these errors? or is it a bug?

ad why did i loose all the apps in supervisor… the addons all gone from 3.4 upgrade

Please don’t tag people as stated in the community guidelines.

I don’t use remote rpi gpio, so I can’t help you.

wouldnt know anytthing about guidelines i only ask questions not read guidelines
same with disclaimers dont read those either

1 Like

Then read them, these are guidelines to ask questions…

https://community.home-assistant.io/t/how-to-help-us-help-you-or-how-to-ask-a-good-question/114371/3

alright thanks