-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE] CH Audio #7
Comments
@felisida I assume the range for volume is 1-100. |
Hi, i have a plug to play an external source, and a radio component with 8 channel memorized and obviously search button, I found this code too <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:ns="urn:xmethods-dpadws"> <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:ns="urn:xmethods-dpadws"> |
i made a mistake |
@felisida : oh. its a radio component. I always thought this was somehow a network music player, or something. I think those are still responses from the webserver. Instead - if you change something, I require the parts that are sent to the server. I also just noticed that I had to clearify some sentences in https://github.com/h4de5/home-assistant-vimar/blob/master/CONTRIBUTING.md#set-attributes - I hope it is easier to understand now. |
ok I hope this help you <?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:ns="urn:xmethods-dpadws"><SOAP-ENV:Body SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><ns:service-databasesocketoperationResponse><result-len>Response payload length: 780</result-len><result>DPCM-0000</result><payload-len>780</payload-len><payload>Response: DBMG-000
NextRows: 14
Row000001: 'ID','NAME','STATUS_ID','CURRENT_VALUE'
Row000002: '229','_DPAD_DBCONSTANT_VIMAR_BYME_TRIGGEROBJECT_VIDEOMESSAGE_UNHANDLED','-1','0'
Row000003: '265','_DPAD_DBCONSTANT_VIMAR_BYME_TRIGGEROBJECT_SENSORS_HUMIDITY_ALARM','-1','0'
Row000004: '270','_DPAD_DBCONSTANT_VIMAR_BYME_TRIGGEROBJECT_SAI2_LOG_ALARM','-1','0'
Row000005: '505','control_dimming','-1','0'
Row000006: '507','direction_dimming','-1','0'
Row000007: '509','on/off','-1','0'
Row000008: '754','stop up/stop down','-1','0'
Row000009: '756','up/down','-1','0'
Row000010: '2536','channel','-1','0'
Row000011: '2553','on/off','-1','0'
Row000012: '2561','volume','-1','25'
Row000013: '2562','source','-1','4'
Row000014: '8548','_DPAD_PRODUCT_VIMARBYME_CERTIFICATE_TRIGGER','-1','0'
</payload></ns:service-databasesocketoperationResponse></SOAP-ENV:Body></SOAP-ENV:Envelope> memory 1 <?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:ns="urn:xmethods-dpadws"><SOAP-ENV:Body SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><ns:service-getelementstatusarrayResponse><result>DPCM-0000</result><currentstate>State: 1533=-1|1536=-1|1555=-1|1557=-1|1559=-1|1561=-1|1563=-1|1565=-1|1567=-1|1569=-1|1578=-1|1579=-1|1580=-1|1581=-1|1582=-1|1583=-1|1584=-1|1585=-1|1586=-1|1587=-1|1588=-1|1589=-1|1590=-1|1591=-1|1592=-1|1593=-1</currentstate><currentvalues>Values: 1533=91.24|1536=67|1555=32|1557=32|1559=32|1561=32|1563=32|1565=32|1567=32|1569=32|1578=0|1579=0|1580=0|1581=0|1582=0|1583=0|1584=0|1585=0|1586=1|1587=0|1588=0|1589=0|1590=0|1591=0|1592=0|1593=0</currentvalues></ns:service-getelementstatusarrayResponse></SOAP-ENV:Body></SOAP-ENV:Envelope> memory 2 <?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:ns="urn:xmethods-dpadws"><SOAP-ENV:Body SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><ns:service-getelementstatusarrayResponse><result>DPCM-0000</result><currentstate>State: 1533=-1|1536=-1|1555=-1|1557=-1|1559=-1|1561=-1|1563=-1|1565=-1|1567=-1|1569=-1|1578=-1|1579=-1|1580=-1|1581=-1|1582=-1|1583=-1|1584=-1|1585=-1|1586=-1|1587=-1|1588=-1|1589=-1|1590=-1|1591=-1|1592=-1|1593=-1</currentstate><currentvalues>Values: 1533=103.80|1536=76|1555=32|1557=32|1559=32|1561=32|1563=32|1565=32|1567=32|1569=32|1578=0|1579=0|1580=0|1581=0|1582=0|1583=0|1584=0|1585=0|1586=0|1587=1|1588=0|1589=0|1590=0|1591=0|1592=0|1593=0</currentvalues></ns:service-getelementstatusarrayResponse></SOAP-ENV:Body></SOAP-ENV:Envelope> search forward <?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:ns="urn:xmethods-dpadws"><SOAP-ENV:Body SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><ns:service-getelementstatusarrayResponse><result>DPCM-0000</result><currentstate>State: 1533=-1|1536=-1|1555=-1|1557=-1|1559=-1|1561=-1|1563=-1|1565=-1|1567=-1|1569=-1|1578=-1|1579=-1|1580=-1|1581=-1|1582=-1|1583=-1|1584=-1|1585=-1|1586=-1|1587=-1|1588=-1|1589=-1|1590=-1|1591=-1|1592=-1|1593=-1</currentstate><currentvalues>Values: 1533=104.70|1536=78|1555=32|1557=32|1559=32|1561=32|1563=32|1565=32|1567=32|1569=32|1578=0|1579=0|1580=0|1581=0|1582=0|1583=0|1584=0|1585=0|1586=0|1587=0|1588=0|1589=1|1590=0|1591=0|1592=0|1593=0</currentvalues></ns:service-getelementstatusarrayResponse></SOAP-ENV:Body></SOAP-ENV:Envelope> search back <?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:ns="urn:xmethods-dpadws"><SOAP-ENV:Body SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><ns:service-getelementstatusarrayResponse><result>DPCM-0000</result><currentstate>State: 1533=-1|1536=-1|1555=-1|1557=-1|1559=-1|1561=-1|1563=-1|1565=-1|1567=-1|1569=-1|1578=-1|1579=-1|1580=-1|1581=-1|1582=-1|1583=-1|1584=-1|1585=-1|1586=-1|1587=-1|1588=-1|1589=-1|1590=-1|1591=-1|1592=-1|1593=-1</currentstate><currentvalues>Values: 1533=105.00|1536=50|1555=32|1557=32|1559=32|1561=32|1563=32|1565=32|1567=32|1569=32|1578=0|1579=0|1580=0|1581=0|1582=0|1583=0|1584=0|1585=0|1586=0|1587=0|1588=0|1589=0|1590=0|1591=0|1592=0|1593=0</currentvalues></ns:service-getelementstatusarrayResponse></SOAP-ENV:Body></SOAP-ENV:Envelope> volumen 57% <?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:ns="urn:xmethods-dpadws"><SOAP-ENV:Body SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><ns:service-databasesocketoperationResponse><result-len>Response payload length: 1589</result-len><result>DPCM-0000</result><payload-len>1589</payload-len><payload>Response: DBMG-000
NextRows: 37
Row000001: 'ID','NAME','STATUS_ID','CURRENT_VALUE'
Row000002: '229','_DPAD_DBCONSTANT_VIMAR_BYME_TRIGGEROBJECT_VIDEOMESSAGE_UNHANDLED','-1','0'
Row000003: '265','_DPAD_DBCONSTANT_VIMAR_BYME_TRIGGEROBJECT_SENSORS_HUMIDITY_ALARM','-1','0'
Row000004: '270','_DPAD_DBCONSTANT_VIMAR_BYME_TRIGGEROBJECT_SAI2_LOG_ALARM','-1','0'
Row000005: '1352','channel','-1','4'
Row000006: '1368','on/off','-1','0'
Row000007: '1376','volume','-1','0'
Row000008: '1377','source','-1','4'
Row000009: '1398','channel','-1','4'
Row000010: '1414','on/off','-1','0'
Row000011: '1422','volume','-1','0'
Row000012: '1423','source','-1','4'
Row000013: '1428','channel','-1','4'
Row000014: '1444','on/off','-1','0'
Row000015: '1452','volume','-1','0'
Row000016: '1453','source','-1','4'
Row000017: '1458','channel','-1','4'
Row000018: '1474','on/off','-1','0'
Row000019: '1482','volume','-1','0'
Row000020: '1483','source','-1','4'
Row000021: '1488','channel','-1','4'
Row000022: '1504','on/off','-1','0'
Row000023: '1512','volume','-1','0'
Row000024: '1513','source','-1','4'
Row000025: '2505','channel','-1','4'
Row000026: '2522','on/off','-1','0'
Row000027: '2530','volume','-1','0'
Row000028: '2531','source','-1','4'
Row000029: '2536','channel','-1','0'
Row000030: '2553','on/off','-1','0'
Row000031: '2561','volume','-1','25'
Row000032: '2562','source','-1','4'
Row000033: '2567','channel','-1','0'
Row000034: '2583','on/off','-1','1'
Row000035: '2591','volume','-1','57'
Row000036: '2592','source','-1','5'
Row000037: '8548','_DPAD_PRODUCT_VIMARBYME_CERTIFICATE_TRIGGER','-1','0'
</payload></ns:service-databasesocketoperationResponse></SOAP-ENV:Body></SOAP-ENV:Envelope> Radio studio off <?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:ns="urn:xmethods-dpadws"><SOAP-ENV:Body SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><ns:service-databasesocketoperationResponse><result-len>Response payload length: 1589</result-len><result>DPCM-0000</result><payload-len>1589</payload-len><payload>Response: DBMG-000
NextRows: 37
Row000001: 'ID','NAME','STATUS_ID','CURRENT_VALUE'
Row000002: '229','_DPAD_DBCONSTANT_VIMAR_BYME_TRIGGEROBJECT_VIDEOMESSAGE_UNHANDLED','-1','0'
Row000003: '265','_DPAD_DBCONSTANT_VIMAR_BYME_TRIGGEROBJECT_SENSORS_HUMIDITY_ALARM','-1','0'
Row000004: '270','_DPAD_DBCONSTANT_VIMAR_BYME_TRIGGEROBJECT_SAI2_LOG_ALARM','-1','0'
Row000005: '1352','channel','-1','4'
Row000006: '1368','on/off','-1','0'
Row000007: '1376','volume','-1','0'
Row000008: '1377','source','-1','4'
Row000009: '1398','channel','-1','4'
Row000010: '1414','on/off','-1','0'
Row000011: '1422','volume','-1','0'
Row000012: '1423','source','-1','4'
Row000013: '1428','channel','-1','4'
Row000014: '1444','on/off','-1','0'
Row000015: '1452','volume','-1','0'
Row000016: '1453','source','-1','4'
Row000017: '1458','channel','-1','4'
Row000018: '1474','on/off','-1','0'
Row000019: '1482','volume','-1','0'
Row000020: '1483','source','-1','4'
Row000021: '1488','channel','-1','4'
Row000022: '1504','on/off','-1','0'
Row000023: '1512','volume','-1','0'
Row000024: '1513','source','-1','4'
Row000025: '2505','channel','-1','4'
Row000026: '2522','on/off','-1','0'
Row000027: '2530','volume','-1','0'
Row000028: '2531','source','-1','4'
Row000029: '2536','channel','-1','0'
Row000030: '2553','on/off','-1','0'
Row000031: '2561','volume','-1','25'
Row000032: '2562','source','-1','4'
Row000033: '2567','channel','-1','0'
Row000034: '2583','on/off','-1','0'
Row000035: '2591','volume','-1','57'
Row000036: '2592','source','-1','4'
Row000037: '8548','_DPAD_PRODUCT_VIMARBYME_CERTIFICATE_TRIGGER','-1','0'
</payload></ns:service-databasesocketoperationResponse></SOAP-ENV:Body></SOAP-ENV:Envelope> Radio cucina on <?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:ns="urn:xmethods-dpadws"><SOAP-ENV:Body SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><ns:service-databasesocketoperationResponse><result-len>Response payload length: 1590</result-len><result>DPCM-0000</result><payload-len>1590</payload-len><payload>Response: DBMG-000
NextRows: 37
Row000001: 'ID','NAME','STATUS_ID','CURRENT_VALUE'
Row000002: '229','_DPAD_DBCONSTANT_VIMAR_BYME_TRIGGEROBJECT_VIDEOMESSAGE_UNHANDLED','-1','0'
Row000003: '265','_DPAD_DBCONSTANT_VIMAR_BYME_TRIGGEROBJECT_SENSORS_HUMIDITY_ALARM','-1','0'
Row000004: '270','_DPAD_DBCONSTANT_VIMAR_BYME_TRIGGEROBJECT_SAI2_LOG_ALARM','-1','0'
Row000005: '1352','channel','-1','0'
Row000006: '1368','on/off','-1','1'
Row000007: '1376','volume','-1','44'
Row000008: '1377','source','-1','5'
Row000009: '1398','channel','-1','4'
Row000010: '1414','on/off','-1','0'
Row000011: '1422','volume','-1','0'
Row000012: '1423','source','-1','4'
Row000013: '1428','channel','-1','4'
Row000014: '1444','on/off','-1','0'
Row000015: '1452','volume','-1','0'
Row000016: '1453','source','-1','4'
Row000017: '1458','channel','-1','4'
Row000018: '1474','on/off','-1','0'
Row000019: '1482','volume','-1','0'
Row000020: '1483','source','-1','4'
Row000021: '1488','channel','-1','4'
Row000022: '1504','on/off','-1','0'
Row000023: '1512','volume','-1','0'
Row000024: '1513','source','-1','4'
Row000025: '2505','channel','-1','4'
Row000026: '2522','on/off','-1','0'
Row000027: '2530','volume','-1','0'
Row000028: '2531','source','-1','4'
Row000029: '2536','channel','-1','0'
Row000030: '2553','on/off','-1','0'
Row000031: '2561','volume','-1','25'
Row000032: '2562','source','-1','4'
Row000033: '2567','channel','-1','0'
Row000034: '2583','on/off','-1','0'
Row000035: '2591','volume','-1','57'
Row000036: '2592','source','-1','4'
Row000037: '8548','_DPAD_PRODUCT_VIMARBYME_CERTIFICATE_TRIGGER','-1','0'
</payload></ns:service-databasesocketoperationResponse></SOAP-ENV:Body></SOAP-ENV:Envelope> |
maybe I found the right code..I hope change memorized station |
see: #8 (comment) |
when I put on the radio <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><service-databasesocketoperation xmlns="urn:xmethods-dpadws">
<payload>NO-PAYLOAD</payload><hashcode>NO-HASCHODE</hashcode>
<optionals>NO-OPTIONAL</optionals><callsource>WEB-DOMUSPAD_SOAP</callsource>
<sessionid>5ef5aa2239643</sessionid><waittime>5</waittime>
<function>DML-SQL</function><type>SELECT</type><statement>SELECT ID,NAME,STATUS_ID,CURRENT_VALUE FROM DPADD_OBJECT WHERE ID IN (265,269,270,273,1352,1368,1376,1377,1398,1414,1422,1423,1428,1444,1452,1453,1458,1474,1482,1483,1488,1504,1512,1513,2505,2522,2530,2531,2536,2553,2561,2562,2567,2583,2591,2592,8548);</statement><statement-len>252</statement-len></service-databasesocketoperation></soapenv:Body></soapenv:Envelope>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><service-runonelement xmlns="urn:xmethods-dpadws">
<payload>1</payload><hashcode>NO-HASHCODE</hashcode>
<optionals>NO-OPTIONALS</optionals><callsource>WEB-DOMUSPAD_SOAP</callsource>
<sessionid>5ef5aa2239643</sessionid><waittime>10</waittime>
<idobject>2583</idobject><operation>SETVALUE</operation></service-runonelement></soapenv:Body></soapenv:Envelope>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><service-databasesocketoperation xmlns="urn:xmethods-dpadws">
<payload>NO-PAYLOAD</payload><hashcode>NO-HASCHODE</hashcode>
<optionals>NO-OPTIONAL</optionals><callsource>WEB-DOMUSPAD_SOAP</callsource>
<sessionid>5ef5aa2239643</sessionid><waittime>5</waittime>
<function>DML-SQL</function><type>SELECT</type><statement>SELECT ID,NAME,STATUS_ID,CURRENT_VALUE FROM DPADD_OBJECT WHERE ID IN (265,269,270,273,1352,1368,1376,1377,1398,1414,1422,1423,1428,1444,1452,1453,1458,1474,1482,1483,1488,1504,1512,1513,2505,2522,2530,2531,2536,2553,2561,2562,2567,2591,2592,8548);</statement>
<statement-len>247</statement-len></service-databasesocketoperation></soapenv:Body></soapenv:Envelope> when change the station memorized (#3) <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><service-runonelement xmlns="urn:xmethods-dpadws">
<payload>0</payload><hashcode>NO-HASHCODE</hashcode>
<optionals>NO-OPTIONALS</optionals><callsource>WEB-DOMUSPAD_SOAP</callsource>
<sessionid>5ef5aa2239643</sessionid><waittime>10</waittime><idobject>1548</idobject><operation>SETVALUE</operation>
</service-runonelement></soapenv:Body></soapenv:Envelope> when search station <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><service-runonelement xmlns="urn:xmethods-dpadws">
<payload>1</payload><hashcode>NO-HASHCODE</hashcode>
<optionals>NO-OPTIONALS</optionals><callsource>WEB-DOMUSPAD_SOAP</callsource>
<sessionid>5ef5aa2239643</sessionid><waittime>10</waittime><idobject>1572</idobject>
<operation>SETVALUE</operation>
</service-runonelement></soapenv:Body></soapenv:Envelope> |
this looks good :) |
@felisida : and something more to test for you. I am not yet sure how this will work as I cannot test it. |
hi Andy thank a lot, |
@felisida does it say something about media players in the logs? |
The on button seems to be hidden when you open the details (3 buttons on tge top right of the entity |
@felisida Please try again - I got a good feeling on that release ;) |
Btw: If it's working I would be happy if you could make a screenshot that I can use for the documentation. (Both details of sensors and audio) |
if you need the information let me know. |
Can you give me a list of possible sources? And what each number mean? I limited it to 4 at the moment. Thanks for the fast feedback! |
i have only 2 source aux and radio, but it depends by configuration, because I know it possible to install a docker or a Bluetooth source and more the one radio |
@felisida is there anything in the debug log of HA? |
2020-08-04 14:51:55 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for sonoff which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant. |
@felisida thank you.
too bad. I hoped the webserver would give me a hint on the allowed values. If you switch the source - does it give you a warning or something? |
no, as you told when I try to change the source returns itself (after 2/3 sec) at the real source active in the vimar component |
ah ok :\ |
@felisida source selection hopefully fixed now. |
=(
|
this is strange - I added a media player entity (without actually having the radio). there should be a info/debug message everytime you change something within HA:
|
when I open or close the radio, into debag I receive the message, but when I try to change source in the debug don't appear any kind of message, I'm attaching the debug between on and off I tried to change source but there isn't trace 2020-08-05 19:44:15 INFO (MainThread) [custom_components.vimar_platform.media_player] Vimar media player setting on |
maybe a stupid question - but are you sure you are on the latest version? (if you deployed it via |
i tried other time, I deleted old folder and pilled in the new version, but I'm not deleted all entities do you think , I have to try? |
you mean deleting the entities in HA? no that should not be necessary. |
ok, ence the issue persist |
hi again - today I got a link to a description of the vimar logic unit: https://download.vimar.com/irj/go/km/docs/z_catalogo/DOCUMENT/ZIS_EditorEN_MI.88474.pdf it "somehow" describes the audio component a little more. still I am not sure why it does not work at the moment. in most of your previous posts, that value of "source" is 4. is radio ment to be 4 or 5? or does this depend on the radio somehow? also switching to a different channel (as seen in #7 (comment)) should be easy for me, but the involved |
hi anni sorry for the delay, but in this day's I haven't any possibility to make other test I will try during the WE. sorry |
PS: |
@felisida that is an interesting project. But as far as I can see, they are building up on top of a KNX gateway, so they can send commands directly to the bus - without using the webserver. In that case unfortunately I cannot extract those commands. |
hi Handi,
|
You may have an erroneous config entry for shelly - but I don't see a reason why the audio devices, which where found according to the logs, should not show up in hass. |
regarding shelly I know, I already removed integration and I will use Mqtt. Error while setting up vimar_platform platform for media_player |
ah i see - should be fixed with 19e55b8 |
ok, it's work! I confirm the radio in my case is the source N° 5 and the AUX is the 1. if I change from APP I see the changing of source in HA, but if I try to change source from HA they don't send the command to CH Audio. if i chang number of station memorized the source remain still the n. 5 |
tell' mi if you want to take another code from webserver |
@felisida this really bugs me 😞 If so - let me know - I'll find we can exchange emails in private. |
ok tell me what I can do |
@felisida I invited you to a new github repository. |
@felisida : after the next update, please add the following to your configuration.yaml let me know if there are any errors. vimar_platform:
host: xxxx
username: xxxxx
password: xxxx
global_channel_id: 1545
logger:
default: warning
logs:
custom_components.vimar_platform: debug |
I UPDATE THE REPOSITORY AND TH CONFIGURATION: 2020-09-25 11:06:57 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for hpprinter which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant. |
/edit : reformatting list
The text was updated successfully, but these errors were encountered: