[solved] switch and dimmer gone after update
-
Hi all,
the todays update of the Mysensors modul in FHEM caused my switches and dimmer to not work anymore:
error: "switch1 not defined: no mapping for reading switch1"
and the same with the dimmer:
"dimmer1 not defined: no mapping for reading dimmer1"did this also happen to some of you?
thanks
-
@jeti I haven't updated, but it looks like there were some updates of constants: github-link
It's just a guess from looking at the github code and changes, but I would try to edit the fhem.cfg and replace
attr <device_name> mapReading_switch1 <child_id> switch
with
attr <device_name> mapReading_switch1 <child_id> status
and replace your
attr <device_name> mapReading_dimmer1 <child_id> dimmer
with
attr <device_name> mapReading_dimmer1 <child_id> percentage
-
@m26872: Ithink you are right, that would have helped too, or just deleting the device and getting it autoincluded again help too
thanks
1 out of 3
Suggested Topics
-
Data logging Options
Vera • 1 Apr 2014, 00:16 • NotYetRated 22 May 2014, 19:30 -
Code that was send by mysensor devices
FHEM • 13 Sept 2016, 04:06 • A Former User 13 Sept 2016, 08:58 -
Solar Battery Monitor - How to transfer values to Fhem
FHEM • 20 Sept 2019, 22:45 • btmerz 20 Sept 2019, 23:16 -
Copying Reading value into 'state' field
FHEM • 18 Aug 2015, 13:54 • Stephan Noller 20 Aug 2015, 14:41 -
Not getting Node ID assigned
FHEM • 11 Feb 2016, 10:57 • bigal 19 Feb 2016, 22:19 -
FHEM requesting time from controller
FHEM • 17 Feb 2015, 10:37 • l154 27 Aug 2015, 15:30