ioBroker / ioBroker.hass

Connects Home Assistant to ioBroker
https://www.home-assistant.io/
MIT License
24 stars 15 forks source link

helper input_number not writeable #106

Closed Continueless closed 5 months ago

Continueless commented 5 months ago

Hello !!

the helpers of type input_text are writeable, but the helpers of type input_number not. why ?

greetz :)

Apollon77 commented 5 months ago

The generic answer without more logs: because it is reported by Hass to be that way (befause we just realize what is sent by the definitions the hass api reports).

If you want to know it more detailed please provide debug logs from an adaopter startand ideally try to write such a value or tell the exact name and such.

Continueless commented 5 months ago

okay, dann frage ich das mal anders: Wenn Homeassistant das so ausgibt als nicht beschreibbar, warum kann man es denn über jedes node-red beschreiben, auch vom node red adapter von iobroker, aber mit dem homeassistant adapter nicht ?

Apollon77 commented 5 months ago

Dann antworte ich mal so ... Ich habe das mnode-red nicht geschrieben also weiss ich das nicht.

Ich wiederhole damit:

If you want to know it more detailed please provide debug logs from an adaopter startand ideally try to write such a value or tell the exact name and such.